Searched refs:pebs_data_source (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/arch/x86/events/intel/ |
A D | ds.c | 79 static u64 pebs_data_source[] = { variable 101 pebs_data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in intel_pmu_pebs_data_source_nhm() 119 __intel_pmu_pebs_data_source_skl(pmem, pebs_data_source); in intel_pmu_pebs_data_source_skl() 131 __intel_pmu_pebs_data_source_grt(pebs_data_source); in intel_pmu_pebs_data_source_grt() 139 memcpy(data_source, pebs_data_source, sizeof(pebs_data_source)); in intel_pmu_pebs_data_source_adl() 143 memcpy(data_source, pebs_data_source, sizeof(pebs_data_source)); in intel_pmu_pebs_data_source_adl() 162 memcpy(data_source, pebs_data_source, sizeof(pebs_data_source)); in intel_pmu_pebs_data_source_mtl() 166 memcpy(data_source, pebs_data_source, sizeof(pebs_data_source)); in intel_pmu_pebs_data_source_mtl() 262 val = hybrid_var(event->pmu, pebs_data_source)[dse]; in __adl_latency_data_small() 307 val = hybrid_var(event->pmu, pebs_data_source)[dse.ld_dse]; in load_latency_data() [all …]
|
/linux-6.3-rc2/arch/x86/events/ |
A D | perf_event.h | 683 u64 pebs_data_source[PERF_PEBS_DATA_SOURCE_MAX]; member
|
Completed in 13 milliseconds