Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.13-rc2 6 lines 130 B view raw
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