Home
last modified time | relevance | path

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

/cts/hostsidetests/security/securityPatch/CVE-2017-0403/
Dpoc.c27 struct perf_event_attr { struct
32 __u32 type;
37 __u32 size;
42 __u64 config;
44 union {
49 __u64 sample_type;
50 __u64 read_format;
52 __u64 disabled : 1, /* off by default */
53 inherit : 1, /* children inherit it */
54 pinned : 1, /* must always be on PMU */
[all …]