Home
last modified time | relevance | path

Searched refs:pebs_latency_data (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/arch/x86/events/
Dperf_event.h846 u64 (*pebs_latency_data)(struct perf_event *event, u64 status); member
/Linux-v6.6/arch/x86/events/intel/
Dcore.c6216 x86_pmu.pebs_latency_data = adl_latency_data_small; in intel_pmu_init()
6247 x86_pmu.pebs_latency_data = mtl_latency_data_small; in intel_pmu_init()
6635 x86_pmu.pebs_latency_data = adl_latency_data_small; in intel_pmu_init()
6723 x86_pmu.pebs_latency_data = mtl_latency_data_small; in intel_pmu_init()
Dds.c1578 val = x86_pmu.pebs_latency_data(event, aux); in get_data_src()