Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/perf/util/
Dpmu.h40 struct perf_pmu { struct
42 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 …]
/kernel/linux/linux-5.10/tools/perf/util/
Dpmu.h32 struct perf_pmu { struct
41 struct list_head format; /* HEAD struct perf_pmu_format -> list */ argument
42 struct list_head aliases; /* HEAD struct perf_pmu_alias -> list */ argument
43 struct list_head caps; /* HEAD struct perf_pmu_caps -> list */ argument
47 extern struct perf_pmu perf_pmu__fake; argument