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

Configure Feed

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

tools headers UAPI: Sync linux/perf_event.h with the kernel sources

To pickup config4 changes.

Tested-by: Leo Yan <leo.yan@arm.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: James Clark <james.clark@linaro.org>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>

authored by

James Clark and committed by
Namhyung Kim
80cdf208 9bef5cea

+2
+2
tools/include/uapi/linux/perf_event.h
··· 382 382 #define PERF_ATTR_SIZE_VER6 120 /* Add: aux_sample_size */ 383 383 #define PERF_ATTR_SIZE_VER7 128 /* Add: sig_data */ 384 384 #define PERF_ATTR_SIZE_VER8 136 /* Add: config3 */ 385 + #define PERF_ATTR_SIZE_VER9 144 /* add: config4 */ 385 386 386 387 /* 387 388 * 'struct perf_event_attr' contains various attributes that define ··· 544 543 __u64 sig_data; 545 544 546 545 __u64 config3; /* extension of config2 */ 546 + __u64 config4; /* extension of config3 */ 547 547 }; 548 548 549 549 /*