Home
last modified time | relevance | path

Searched refs:applicable_counters (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h188 uint64_t applicable_counters; member
/linux/arch/x86/include/asm/
H A Dperf_event.h462 u64 applicable_counters; member
/linux/arch/x86/events/intel/
H A Dds.c1761 return ((struct pebs_basic *)n)->applicable_counters; in get_pebs_status()
2645 pebs_status = basic->applicable_counters & cpuc->pebs_enabled & mask; in intel_pmu_drain_pebs_icl()
/linux/tools/perf/util/
H A Dintel-pt.c173 /* applicable_counters is 64-bits */
2583 if (!items->has_applicable_counters || !items->applicable_counters) { in intel_pt_synth_pebs_sample()
2585 pr_err("PEBS-via-PT record with no applicable_counters\n"); in intel_pt_synth_pebs_sample()
2589 for_each_set_bit(hw_id, (unsigned long *)&items->applicable_counters, INTEL_PT_MAX_PEBS) { in intel_pt_synth_pebs_sample()