Searched defs:perf_pmu (Results 1 – 2 of 2) sorted by relevance
40 struct perf_pmu { struct42 const char *name;47 char *alias_name;52 const char *id;57 __u32 type;61 bool selectable;68 bool is_core;73 bool is_uncore;78 bool auxtrace;83 bool formats_checked;[all …]
32 struct perf_pmu { struct41 struct list_head format; /* HEAD struct perf_pmu_format -> list */ argument42 struct list_head aliases; /* HEAD struct perf_pmu_alias -> list */ argument43 struct list_head caps; /* HEAD struct perf_pmu_caps -> list */ argument47 extern struct perf_pmu perf_pmu__fake; argument