Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dperf_event.h393 struct perf_event_attr { struct
398 __u32 type;
403 __u32 size;
408 __u64 config;
410 union {
415 __u64 sample_type;
416 __u64 read_format;
418 __u64 disabled : 1, /* off by default */
419 inherit : 1, /* children inherit it */
420 pinned : 1, /* must always be on PMU */
[all …]
/linux/tools/include/uapi/linux/
H A Dperf_event.h393 struct perf_event_attr { struct
398 __u32 type;
403 __u32 size;
408 __u64 config;
410 union {
415 __u64 sample_type;
416 __u64 read_format;
418 __u64 disabled : 1, /* off by default */
419 inherit : 1, /* children inherit it */
420 pinned : 1, /* must always be on PMU */
[all …]
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat402 class perf_event_attr(ctypes.Structure): class