Searched defs:perf_event_attr (Results 1 – 2 of 2) sorted by relevance
6 struct perf_event_attr { struct7 uint32_t type;8 uint32_t size;9 uint64_t config;10 union {14 uint64_t sample_type;15 uint64_t read_format;16 uint64_t disabled :1,17 inherit :1,18 pinned :1,[all …]
283 struct perf_event_attr { struct288 __u32 type;293 __u32 size;298 __u64 config;300 union {305 __u64 sample_type;306 __u64 read_format;308 __u64 disabled : 1, /* off by default */309 inherit : 1, /* children inherit it */310 pinned : 1, /* must always be on PMU */[all …]