Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dderive-debug-mangle-name.h2 struct perf_event_attr { struct
7 unsigned int type;
9 float a;
10 union {
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dderive-debug-mangle-name.rs10 pub struct perf_event_attr { struct
13 pub __bindgen_anon_1: perf_event_attr__bindgen_ty_1, argument
107 impl Default for perf_event_attr { implementation
116 impl ::std::fmt::Debug for perf_event_attr { implementation
/third_party/libbpf/include/uapi/linux/
Dperf_event.h384 struct perf_event_attr { struct
389 __u32 type;
394 __u32 size;
399 __u64 config;
401 union {
406 __u64 sample_type;
407 __u64 read_format;
409 __u64 disabled : 1, /* off by default */
410 inherit : 1, /* children inherit it */
411 pinned : 1, /* must always be on PMU */
[all …]
/third_party/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 …]