Home
last modified time | relevance | path

Searched refs:core_events (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/tests/
H A Dpmu-events.c106 static const struct perf_pmu_test_event *core_events[] = {
391 test_event_table = &core_events[0]; in test__pmu_event_table_core_callback()
455 expected_events = ARRAY_SIZE(core_events) + in test__pmu_event_table()
511 test_event_table = &core_events[0]; in __test_core_pmu_event_aliases()
105 static const struct perf_pmu_test_event *core_events[] = { global() variable
/linux/arch/x86/events/
H A Drapl.c157 unsigned long core_events; member
836 .core_events = BIT(PERF_RAPL_CORE),
925 if (rapl_model->core_events) { in rapl_pmu_init()
936 (void *) &rapl_model->core_events); in rapl_pmu_init()