perf trace: Add the syscall_arg_fmt pointer to syscall_arg
[linux-2.6-microblaze.git] / tools / perf / trace / beauty / beauty.h
index 7e06605..4cc4f6b 100644 (file)
@@ -78,6 +78,8 @@ struct augmented_arg {
        u64  value[];
 };
 
+struct syscall_arg_fmt;
+
 /**
  * @val: value of syscall argument being formatted
  * @args: All the args, use syscall_args__val(arg, nth) to access one
@@ -94,6 +96,7 @@ struct augmented_arg {
 struct syscall_arg {
        unsigned long val;
        unsigned char *args;
+       struct syscall_arg_fmt *fmt;
        struct {
                struct augmented_arg *args;
                int                  size;