Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h188 uint64_t applicable_counters; member
/linux-6.1.9/arch/x86/include/asm/
Dperf_event.h385 u64 applicable_counters; member
/linux-6.1.9/arch/x86/events/intel/
Dds.c1495 return ((struct pebs_basic *)n)->applicable_counters; in get_pebs_status()
/linux-6.1.9/tools/perf/util/
Dintel-pt.c2324 if (!items->has_applicable_counters || !items->applicable_counters) { in intel_pt_synth_pebs_sample()
2330 for_each_set_bit(hw_id, (unsigned long *)&items->applicable_counters, INTEL_PT_MAX_PEBS) { in intel_pt_synth_pebs_sample()