Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/
H A Dperf_event.h846 u64 (*pebs_latency_data)(struct perf_event *event, u64 status); member
/openbmc/linux/arch/x86/events/intel/
H A Dcore.c6362 x86_pmu.pebs_latency_data = adl_latency_data_small; in intel_pmu_init()
6393 x86_pmu.pebs_latency_data = mtl_latency_data_small; in intel_pmu_init()
6782 x86_pmu.pebs_latency_data = adl_latency_data_small; in intel_pmu_init()
6870 x86_pmu.pebs_latency_data = mtl_latency_data_small; in intel_pmu_init()
H A Dds.c1578 val = x86_pmu.pebs_latency_data(event, aux); in get_data_src()