Searched refs:pebs_data_source (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/events/intel/ |
| H A D | ds.c | 125 static u64 pebs_data_source[PERF_PEBS_DATA_SOURCE_MAX] = { variable 147 pebs_data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in intel_pmu_pebs_data_source_nhm() 148 pebs_data_source[0x06] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM); in intel_pmu_pebs_data_source_nhm() 149 pebs_data_source[0x07] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM); in intel_pmu_pebs_data_source_nhm() 165 __intel_pmu_pebs_data_source_skl(pmem, pebs_data_source); in intel_pmu_pebs_data_source_skl() 177 __intel_pmu_pebs_data_source_grt(pebs_data_source); in intel_pmu_pebs_data_source_grt() 184 data_source = x86_pmu.hybrid_pmu[X86_HYBRID_PMU_CORE_IDX].pebs_data_source; in intel_pmu_pebs_data_source_adl() 185 memcpy(data_source, pebs_data_source, sizeof(pebs_data_source)); in intel_pmu_pebs_data_source_adl() 188 data_source = x86_pmu.hybrid_pmu[X86_HYBRID_PMU_ATOM_IDX].pebs_data_source; in intel_pmu_pebs_data_source_adl() 189 memcpy(data_source, pebs_data_source, sizeof(pebs_data_source)); in intel_pmu_pebs_data_source_adl() [all …]
|
| /linux/arch/x86/events/ |
| H A D | perf_event.h | 785 u64 pebs_data_source[PERF_PEBS_DATA_SOURCE_MAX]; member
|
| /linux/tools/perf/util/ |
| H A D | intel-pt.c | 2308 /* Based on kernel __intel_pmu_pebs_data_source_grt() and pebs_data_source */ 2328 /* Based on kernel __intel_pmu_pebs_data_source_cmt() and pebs_data_source */ in pebs_set_tlb_lock() 2368 const u64 *pebs_data_source) 2373 val = pebs_data_source[dse]; 2346 intel_pt_grt_latency_data(u8 dse,bool tlb,bool lock,bool blk,const u64 * pebs_data_source) intel_pt_grt_latency_data() argument
|