Searched defs:perf_event_attr (Results 1 – 14 of 14) sorted by relevance
/external/strace/ |
D | perf_event_struct.h | 6 struct perf_event_attr { struct 7 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 …]
|
/external/libbpf/include/uapi/linux/ |
D | perf_event.h | 338 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 …]
|
/external/kernel-headers/original/uapi/linux/ |
D | perf_event.h | 338 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 …]
|
/external/bpftool/include/uapi/linux/ |
D | perf_event.h | 338 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 …]
|
/external/bcc/src/python/bcc/ |
D | perf.py | 49 class perf_event_attr(ct.Structure): class in Perf
|
/external/bcc/src/cc/api/ |
D | BPF.cc | 453 StatusTuple BPF::attach_perf_event_raw(void* perf_event_attr, in attach_perf_event_raw() 607 StatusTuple BPF::detach_perf_event_raw(void* perf_event_attr) { in detach_perf_event_raw()
|
/external/bcc/src/cc/ |
D | libbpf.c | 1604 int bpf_attach_perf_event_raw(int progfd, void *perf_event_attr, pid_t pid, in bpf_attach_perf_event_raw()
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 7232 struct perf_event_attr { struct 7233 __u32 type; 7234 __u32 size; 7235 __u64 config; 7236 union { 7240 __u64 sample_type; 7241 __u64 read_format; 7242 __u64 disabled: 1; 7243 __u64 inherit: 1; 7244 __u64 pinned: 1; [all …]
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 4101 struct perf_event_attr { struct 4102 __u32 type; 4103 __u32 size; 4104 __u64 config; 4105 union { 4109 __u64 sample_type; 4110 __u64 read_format; 4111 __u64 disabled: 1; 4112 __u64 inherit: 1; 4113 __u64 pinned: 1; [all …]
|
D | vmlinux.h | 4101 struct perf_event_attr { struct 4102 __u32 type; 4103 __u32 size; 4104 __u64 config; 4105 union { 4109 __u64 sample_type; 4110 __u64 read_format; 4111 __u64 disabled: 1; 4112 __u64 inherit: 1; 4113 __u64 pinned: 1; [all …]
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 1423 struct perf_event_attr { struct 1424 __u32 type; 1425 __u32 size; 1426 __u64 config; 1427 union { 1431 __u64 sample_type; 1432 __u64 read_format; 1433 __u64 disabled: 1; 1434 __u64 inherit: 1; 1435 __u64 pinned: 1; [all …]
|
D | vmlinux_510.h | 1423 struct perf_event_attr { struct 1424 __u32 type; 1425 __u32 size; 1426 __u64 config; 1427 union { 1431 __u64 sample_type; 1432 __u64 read_format; 1433 __u64 disabled: 1; 1434 __u64 inherit: 1; 1435 __u64 pinned: 1; [all …]
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 6729 struct perf_event_attr { struct 6730 __u32 type; 6731 __u32 size; 6732 __u64 config; 6733 union { 6737 __u64 sample_type; 6738 __u64 read_format; 6739 __u64 disabled: 1; 6740 __u64 inherit: 1; 6741 __u64 pinned: 1; [all …]
|
D | vmlinux_505.h | 6729 struct perf_event_attr { struct 6730 __u32 type; 6731 __u32 size; 6732 __u64 config; 6733 union { 6737 __u64 sample_type; 6738 __u64 read_format; 6739 __u64 disabled: 1; 6740 __u64 inherit: 1; 6741 __u64 pinned: 1; [all …]
|