Home
last modified time | relevance | path

Searched refs:pmu_event (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.15/tools/perf/pmu-events/
Dpmu-events.h13 struct pmu_event { struct
44 struct pmu_event *table; argument
49 struct pmu_event *table;
DREADME48 struct pmu_event pme_power8[] = {
/Linux-v5.15/tools/perf/tests/
Dpmu-events.c19 struct pmu_event event;
244 static struct pmu_event *__test_pmu_get_sys_events_table(void) in __test_pmu_get_sys_events_table()
256 static int compare_pmu_events(struct pmu_event *e1, const struct pmu_event *e2) in compare_pmu_events()
325 struct pmu_event const *event = &test_event->event; in compare_alias_to_test_event()
378 struct pmu_event *sys_event_tables = __test_pmu_get_sys_events_table(); in test_pmu_event_table()
380 struct pmu_event *table; in test_pmu_event_table()
402 struct pmu_event const *event = &test_event->event; in test_pmu_event_table()
430 struct pmu_event const *event = &test_event->event; in test_pmu_event_table()
494 struct pmu_event const *event = &test_event->event; in __test_core_pmu_event_aliases()
559 struct pmu_event const *event = &test_event->event; in __test_uncore_pmu_event_aliases()
[all …]
Dexpand-cgroup.c182 struct pmu_event pme_test[] = { in expand_metric_events()
Dparse-metric.c16 static struct pmu_event pme_test[] = {
/Linux-v5.15/tools/perf/util/
Dmetricgroup.c425 static bool match_pe_metric(struct pmu_event *pe, const char *metric) in match_pe_metric()
509 static int metricgroup__print_pmu_event(struct pmu_event *pe, in metricgroup__print_pmu_event()
584 typedef int (*metricgroup_sys_event_iter_fn)(struct pmu_event *pe, void *);
591 static int metricgroup__sys_event_iter(struct pmu_event *pe, void *data) in metricgroup__sys_event_iter()
610 static int metricgroup__print_sys_event_iter(struct pmu_event *pe, void *data) in metricgroup__print_sys_event_iter()
622 struct pmu_event *pe; in metricgroup__print()
754 static bool metricgroup__has_constraint(struct pmu_event *pe) in metricgroup__has_constraint()
768 int __weak arch_get_runtimeparam(struct pmu_event *pe __maybe_unused) in arch_get_runtimeparam()
783 struct pmu_event *pe, in __add_metric()
903 struct pmu_event *metricgroup__find_metric(const char *metric, in metricgroup__find_metric()
[all …]
Dmetricgroup.h46 struct pmu_event *metricgroup__find_metric(const char *metric,
58 int arch_get_runtimeparam(struct pmu_event *pe __maybe_unused);
Dpmu.h130 typedef int (*pmu_sys_event_iter_fn)(struct pmu_event *pe, void *data);
Ds390-sample-raw.c143 struct pmu_event *evp = map->table; in get_counter_name()
Dpmu.c318 char *desc, char *val, struct pmu_event *pe) in __perf_pmu__new_alias()
837 struct pmu_event *pe = &map->table[i++]; in pmu_add_cpu_aliases_map()
885 struct pmu_event *pe = &event_table->table[j++]; in pmu_for_each_sys_event()
903 static int pmu_add_sys_aliases_iter_fn(struct pmu_event *pe, void *data) in pmu_add_sys_aliases_iter_fn()
/Linux-v5.15/tools/perf/arch/powerpc/util/
Dheader.c43 int arch_get_runtimeparam(struct pmu_event *pe) in arch_get_runtimeparam()