Searched refs:perf_pmu__new_format (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | pmu.y | 45 ABORT_ON(perf_pmu__new_format(format, name, 52 ABORT_ON(perf_pmu__new_format(format, name,
|
H A D | pmu.h | 94 int perf_pmu__new_format(struct list_head *list, char *name,
|
H A D | pmu.c | 1345 int perf_pmu__new_format(struct list_head *list, char *name, in perf_pmu__new_format() function
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | pmu.c | 117 static struct perf_pmu_format *perf_pmu__new_format(struct list_head *list, char *name) in perf_pmu__new_format() function 201 format = perf_pmu__new_format(&pmu->format, name); in perf_pmu__format_parse()
|
Completed in 7 milliseconds