Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Dpmu.c31 struct perf_pmu_format { struct
32 char *name;
33 int value;
35 struct list_head list;
/kernel/linux/linux-6.6/tools/perf/util/
Dpmu.c111 struct perf_pmu_format { struct
130 static struct perf_pmu_format *perf_pmu__new_format(struct list_head *list, char *name) in perf_pmu__new_format() argument