Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dpmu-events.c105 static const struct perf_pmu_test_event *core_events[] = { variable
390 test_event_table = &core_events[0]; in test__pmu_event_table_core_callback()
454 expected_events = ARRAY_SIZE(core_events) + in test__pmu_event_table()
510 test_event_table = &core_events[0]; in __test_core_pmu_event_aliases()
/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()
/linux/drivers/accel/amdxdna/
H A Daie2_message.c173 metadata->core.event_reg_count = resp.info.core_events; in aie2_query_aie_metadata()
/linux/drivers/media/cec/core/
H A Dcec-adap.c96 entry = &fh->core_events[ev_idx]; in cec_queue_event_fh()