Lines Matching refs:table

400 					       const struct pmu_events_table *table __maybe_unused,  in test__pmu_event_table_core_callback()
434 const struct pmu_events_table *table __maybe_unused, in test__pmu_event_table_sys_callback()
470 const struct pmu_events_table *table = find_core_events_table("testarch", "testcpu"); in test__pmu_event_table() local
478 if (!table || !sys_event_table) in test__pmu_event_table()
481 err = pmu_events_table__for_each_event(table, /*pmu=*/ NULL, in test__pmu_event_table()
525 const struct pmu_events_table *table = find_core_events_table("testarch", "testcpu"); in __test_core_pmu_event_aliases() local
527 if (!table) in __test_core_pmu_event_aliases()
542 pmu->events_table = table; in __test_core_pmu_event_aliases()
543 pmu_add_cpu_aliases_table(pmu, table); in __test_core_pmu_event_aliases()
547 res = pmu_events_table__find_event(table, pmu, "bp_l1_btb_correct", NULL, NULL); in __test_core_pmu_event_aliases()
575 struct perf_pmu_test_event const **table; in __test_uncore_pmu_event_aliases() local
610 for (table = &test_pmu->aliases[0]; *table; table++) in __test_uncore_pmu_event_aliases()
620 for (table = &test_pmu->aliases[0]; *table; table++) { in __test_uncore_pmu_event_aliases()
621 struct perf_pmu_test_event test_event = **table; in __test_uncore_pmu_event_aliases()
841 const struct pmu_metrics_table *table, in test__parsing_callback() argument
873 err = metricgroup__parse_groups_test(evlist, table, pm->metric_name); in test__parsing_callback()
1015 const struct pmu_metrics_table *table __maybe_unused, in test__parsing_fake_callback()
1044 const struct pmu_metrics_table *table __maybe_unused, in test__parsing_threshold_callback()