mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-20 04:19:41 +00:00
7 lines
130 B
C
7 lines
130 B
C
|
#ifndef TRACE_AUGMENT_H
|
||
|
#define TRACE_AUGMENT_H
|
||
|
|
||
|
#define TRACE_AUG_MAX_BUF 32 /* for buffer augmentation in perf trace */
|
||
|
|
||
|
#endif
|