Home
last modified time | relevance | path

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

/external/strace/
Dperf_event_struct.h6 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/
Dperf_event.h338 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/
Dperf_event.h338 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/
Dperf_event.h338 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/
Dperf.py49 class perf_event_attr(ct.Structure): class in Perf
/external/bcc/src/cc/api/
DBPF.cc453 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/
Dlibbpf.c1604 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/
Dvmlinux.h7232 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/
Dvmlinux_510.h4101 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 …]
Dvmlinux.h4101 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/
Dvmlinux.h1423 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 …]
Dvmlinux_510.h1423 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/
Dvmlinux.h6729 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 …]
Dvmlinux_505.h6729 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 …]