xref: /linux/tools/perf/util/trace_augment.h (revision 9afa2e0d42187591685caf70cbbd040391b9cbb3)
1 #ifndef TRACE_AUGMENT_H
2 #define TRACE_AUGMENT_H
3 
4 #define TRACE_AUG_MAX_BUF 32 /* for buffer augmentation in perf trace */
5 
6 #endif
7