xref: /linux/tools/perf/util/trace_augment.h (revision 2af88a039f224ebc838169d1ae5ac34fa12fd686)
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