Searched refs:pmu_event (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/tools/perf/pmu-events/ |
D | pmu-events.h | 13 struct pmu_event { struct 44 const struct pmu_event *table; argument 49 const struct pmu_event *table;
|
D | README | 48 struct pmu_event pme_power8[] = {
|
/linux-5.19.10/tools/perf/tests/ |
D | pmu-events.c | 19 struct pmu_event event; 289 static const struct pmu_event *__test_pmu_get_sys_events_table(void) in __test_pmu_get_sys_events_table() 301 static int compare_pmu_events(const struct pmu_event *e1, const struct pmu_event *e2) in compare_pmu_events() 400 struct pmu_event const *event = &test_event->event; in compare_alias_to_test_event() 454 const struct pmu_event *sys_event_tables = __test_pmu_get_sys_events_table(); in test__pmu_event_table() 456 const struct pmu_event *table; in test__pmu_event_table() 478 struct pmu_event const *event = &test_event->event; in test__pmu_event_table() 506 struct pmu_event const *event = &test_event->event; in test__pmu_event_table() 570 struct pmu_event const *event = &test_event->event; in __test_core_pmu_event_aliases() 635 struct pmu_event const *event = &test_event->event; in __test_uncore_pmu_event_aliases() [all …]
|
D | expand-cgroup.c | 184 struct pmu_event pme_test[] = { in expand_metric_events()
|
D | parse-metric.c | 16 static struct pmu_event pme_test[] = {
|
/linux-5.19.10/tools/perf/util/ |
D | metricgroup.c | 178 static bool metricgroup__has_constraint(const struct pmu_event *pe) in metricgroup__has_constraint() 192 static struct metric *metric__new(const struct pmu_event *pe, in metric__new() 346 static bool match_pe_metric(const struct pmu_event *pe, const char *metric) in match_pe_metric() 430 static int metricgroup__print_pmu_event(const struct pmu_event *pe, in metricgroup__print_pmu_event() 505 typedef int (*metricgroup_sys_event_iter_fn)(const struct pmu_event *pe, void *); 512 static int metricgroup__sys_event_iter(const struct pmu_event *pe, void *data) in metricgroup__sys_event_iter() 531 static int metricgroup__print_sys_event_iter(const struct pmu_event *pe, void *data) in metricgroup__print_sys_event_iter() 543 const struct pmu_event *pe; in metricgroup__print() 830 int __weak arch_get_runtimeparam(const struct pmu_event *pe __maybe_unused) in arch_get_runtimeparam() 857 const struct pmu_event *pe, [all …]
|
D | metricgroup.h | 73 const struct pmu_event *metricgroup__find_metric(const char *metric, 85 int arch_get_runtimeparam(const struct pmu_event *pe __maybe_unused);
|
D | pmu.h | 134 typedef int (*pmu_sys_event_iter_fn)(const struct pmu_event *pe, void *data);
|
D | s390-sample-raw.c | 143 const struct pmu_event *evp = map->table; in get_counter_name()
|
D | pmu.c | 318 char *desc, char *val, const struct pmu_event *pe) in __perf_pmu__new_alias() 837 const struct pmu_event *pe = &map->table[i++]; in pmu_add_cpu_aliases_map() 885 const struct pmu_event *pe = &event_table->table[j++]; in pmu_for_each_sys_event() 903 static int pmu_add_sys_aliases_iter_fn(const struct pmu_event *pe, void *data) in pmu_add_sys_aliases_iter_fn()
|
/linux-5.19.10/tools/perf/arch/powerpc/util/ |
D | header.c | 43 int arch_get_runtimeparam(const struct pmu_event *pe) in arch_get_runtimeparam()
|