Searched defs:perf_event_attr (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A 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 …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | perf_event.h | 310 struct perf_event_attr { struct 315 __u32 type; 320 __u32 size; 325 __u64 config; 327 union { 332 __u64 sample_type; 333 __u64 read_format; 335 __u64 disabled : 1, /* off by default */ 336 inherit : 1, /* children inherit it */ 337 pinned : 1, /* must always be on PMU */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | perf_event.h | 310 struct perf_event_attr { struct 315 __u32 type; 320 __u32 size; 325 __u64 config; 327 union { 332 __u64 sample_type; 333 __u64 read_format; 335 __u64 disabled : 1, /* off by default */ 336 inherit : 1, /* children inherit it */ 337 pinned : 1, /* must always be on PMU */ [all …]
|
| /OK3568_Linux_fs/kernel/tools/kvm/kvm_stat/ |
| H A D | kvm_stat | 334 class perf_event_attr(ctypes.Structure): class
|