Symbol: pmu_metric
tools/perf/arch/powerpc/util/header.c
73
int arch_get_runtimeparam(const struct pmu_metric *pm)
tools/perf/builtin-script.c
2155
static int script_find_metrics(const struct pmu_metric *pm,
tools/perf/pmu-events/empty-pmu-events.c
2886
static void decompress_metric(int offset, struct pmu_metric *pm)
tools/perf/pmu-events/empty-pmu-events.c
3049
struct pmu_metric pm = {
tools/perf/pmu-events/empty-pmu-events.c
3070
struct pmu_metric pm = {
tools/perf/pmu-events/pmu-events.h
90
typedef int (*pmu_metric_iter_fn)(const struct pmu_metric *pm,
tools/perf/tests/pmu-events.c
1021
static int test__parsing_threshold_callback(const struct pmu_metric *pm,
tools/perf/tests/pmu-events.c
820
static int test__parsing_callback(const struct pmu_metric *pm,
tools/perf/tests/pmu-events.c
992
static int test__parsing_fake_callback(const struct pmu_metric *pm,
tools/perf/util/metricgroup.c
1036
static int metricgroup__add_metric_callback(const struct pmu_metric *pm,
tools/perf/util/metricgroup.c
1590
static int metricgroup__has_metric_or_groups_callback(const struct pmu_metric *pm,
tools/perf/util/metricgroup.c
1614
static int metricgroup__topdown_max_level_callback(const struct pmu_metric *pm,
tools/perf/util/metricgroup.c
184
static bool metric__group_events(const struct pmu_metric *pm, bool metric_no_threshold)
tools/perf/util/metricgroup.c
221
static struct metric *metric__new(const struct pmu_metric *pm,
tools/perf/util/metricgroup.c
386
static bool match_pm_metric_or_groups(const struct pmu_metric *pm, const char *pmu,
tools/perf/util/metricgroup.c
403
static int metricgroup__sys_event_iter(const struct pmu_metric *pm,
tools/perf/util/metricgroup.c
664
int __weak arch_get_runtimeparam(const struct pmu_metric *pm __maybe_unused)
tools/perf/util/metricgroup.c
695
const struct pmu_metric *pm,
tools/perf/util/metricgroup.c
705
static int metricgroup__find_metric_callback(const struct pmu_metric *pm,
tools/perf/util/metricgroup.c
709
struct pmu_metric *copied_pm = vdata;
tools/perf/util/metricgroup.c
749
struct pmu_metric pm;
tools/perf/util/metricgroup.c
763
struct pmu_metric pm;
tools/perf/util/metricgroup.c
820
const struct pmu_metric *pm,
tools/perf/util/metricgroup.c
941
const struct pmu_metric *pm,
tools/perf/util/metricgroup.h
89
int arch_get_runtimeparam(const struct pmu_metric *pm);
tools/perf/util/print-events.c
252
static int metricgroup__add_to_mep_groups_callback(const struct pmu_metric *pm,
tools/perf/util/python.c
2124
static PyObject *pyrf__metrics_groups(const struct pmu_metric *pm)
tools/perf/util/python.c
2149
static int pyrf__metrics_cb(const struct pmu_metric *pm,