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