Searched defs:perf_pmu_format (Results 1 – 2 of 2) sorted by relevance
31 struct perf_pmu_format { struct32 char *name;33 int value;35 struct list_head list;
111 struct perf_pmu_format { struct130 static struct perf_pmu_format *perf_pmu__new_format(struct list_head *list, char *name) in perf_pmu__new_format() argument