Searched defs:perf_event_attr (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | perf_event.h | 317 struct perf_event_attr { struct 322 __u32 type; 327 __u32 size; 332 __u64 config; 334 union { 339 __u64 sample_type; 340 __u64 read_format; 342 __u64 disabled : 1, /* off by default */ 343 inherit : 1, /* children inherit it */ 344 pinned : 1, /* must always be on PMU */ [all …]
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | perf_event.h | 196 struct perf_event_attr { struct 197 __u32 type; 198 __u32 size; 199 __u64 config; 200 union { 204 __u64 sample_type; 205 __u64 read_format; 206 …lude_hv : 1, exclude_idle : 1, mmap : 1, comm : 1, freq : 1, inherit_stat : 1, enable_on_exec : 1,… 207 union { 211 __u32 bp_type; [all …]
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
D | perf_event.h | 317 struct perf_event_attr { struct 322 __u32 type; 327 __u32 size; 332 __u64 config; 334 union { 339 __u64 sample_type; 340 __u64 read_format; 342 __u64 disabled : 1, /* off by default */ 343 inherit : 1, /* children inherit it */ 344 pinned : 1, /* must always be on PMU */ [all …]
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | perf_event.h | 185 struct perf_event_attr { struct 187 __u32 type; 189 __u32 size; 191 __u64 config; 192 union { 196 __u64 sample_type; 197 __u64 read_format; 198 __u64 disabled : 1, 199 inherit : 1, 200 pinned : 1, [all …]
|
/kernel/linux/linux-5.10/tools/kvm/kvm_stat/ |
D | kvm_stat | 334 class perf_event_attr(ctypes.Structure): class
|