diff options
Diffstat (limited to 'tools/perf/util/trace_augment.h')
-rw-r--r-- | tools/perf/util/trace_augment.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/util/trace_augment.h b/tools/perf/util/trace_augment.h new file mode 100644 index 000000000000..57a3e5045937 --- /dev/null +++ b/tools/perf/util/trace_augment.h @@ -0,0 +1,6 @@ +#ifndef TRACE_AUGMENT_H +#define TRACE_AUGMENT_H + +#define TRACE_AUG_MAX_BUF 32 /* for buffer augmentation in perf trace */ + +#endif |