Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/events/
Dperf_event.h846 u64 (*pebs_latency_data)(struct perf_event *event, u64 status); member
/linux-6.6.21/arch/x86/events/intel/
Dcore.c6221 x86_pmu.pebs_latency_data = adl_latency_data_small; in intel_pmu_init()
6252 x86_pmu.pebs_latency_data = mtl_latency_data_small; in intel_pmu_init()
6640 x86_pmu.pebs_latency_data = adl_latency_data_small; in intel_pmu_init()
6728 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()