Home
last modified time | relevance | path

Searched defs:test_event (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/tests/
H A Dhwmon_pmu.c13 static const struct test_event { struct
17 } test_events[] = { argument
144 const char *test_event = with_alias ? test_events[i].alias : test_events[i].name; in do_test() local
H A Dpmu-events.c366 struct perf_pmu_test_event const *test_event, in compare_alias_to_test_event()
433 struct perf_pmu_test_event const *test_event = *test_event_table; in test__pmu_event_table_core_callback() local
464 struct perf_pmu_test_event const *test_event = *test_event_table; in test__pmu_event_table_sys_callback() local
523 struct perf_pmu_test_event const *test_event; member
574 struct perf_pmu_test_event test_event = **test_event_table; in __test_core_pmu_event_aliases() local
625 struct perf_pmu_test_event test_event = **table; in __test_uncore_pmu_event_aliases() local
/linux/tools/perf/arch/x86/tests/
H A Dhybrid.c243 static int test_event(const struct evlist_test *e) in test_event() function