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

/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h188 uint64_t applicable_counters; member in struct:intel_pt_blk_items::__anon4234::__anon4235::__anon4237
/linux-master/arch/x86/include/asm/
H A Dperf_event.h419 u64 applicable_counters; member in struct:pebs_basic
/linux-master/tools/perf/util/
H A Dintel-pt.c172 /* applicable_counters is 64-bits */
2382 if (!items->has_applicable_counters || !items->applicable_counters) {
2384 pr_err("PEBS-via-PT record with no applicable_counters\n");
2388 for_each_set_bit(hw_id, (unsigned long *)&items->applicable_counters, INTEL_PT_MAX_PEBS) {
/linux-master/arch/x86/events/intel/
H A Dds.c1560 return ((struct pebs_basic *)n)->applicable_counters;

Completed in 371 milliseconds