Searched defs:perf_event_attr (Results 1 – 2 of 2) sorted by relevance
166 struct perf_event_attr { struct171 __u32 type;176 __u32 size;181 __u64 config;183 union {188 __u64 sample_type;189 __u64 read_format;191 __u64 disabled : 1, /* off by default */192 inherit : 1, /* children inherit it */193 pinned : 1, /* must always be on PMU */[all …]
176 struct perf_event_attr { struct181 __u32 type;186 __u32 size;191 __u64 config;193 union {198 __u64 sample_type;199 __u64 read_format;201 __u64 disabled : 1, /* off by default */202 inherit : 1, /* children inherit it */203 pinned : 1, /* must always be on PMU */[all …]