Home
last modified time | relevance | path

Searched defs:perf_event_attr (Results 1 – 2 of 2) sorted by relevance

/linux-5.15/tools/include/uapi/linux/ !
A Dperf_event.h338 struct perf_event_attr { struct
343 __u32 type;
348 __u32 size;
353 __u64 config;
355 union {
360 __u64 sample_type;
361 __u64 read_format;
363 __u64 disabled : 1, /* off by default */
364 inherit : 1, /* children inherit it */
365 pinned : 1, /* must always be on PMU */
[all …]
/linux-5.15/include/uapi/linux/ !
H A Dperf_event.h338 struct perf_event_attr { struct
343 __u32 type;
348 __u32 size;
353 __u64 config;
355 union {
360 __u64 sample_type;
361 __u64 read_format;
363 __u64 disabled : 1, /* off by default */
364 inherit : 1, /* children inherit it */
365 pinned : 1, /* must always be on PMU */
[all …]