Home
last modified time | relevance | path

Searched refs:INTEL_PT_PER_CPU_MMAPS (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/tools/perf/util/
Dintel-pt.h22 INTEL_PT_PER_CPU_MMAPS, enumerator
Dintel-pt.c3039 [INTEL_PT_PER_CPU_MMAPS] = " Per-cpu maps %"PRId64"\n",
3077 size_t min_sz = sizeof(u64) * INTEL_PT_PER_CPU_MMAPS; in intel_pt_process_auxtrace_info()
3115 pt->per_cpu_mmaps = auxtrace_info->priv[INTEL_PT_PER_CPU_MMAPS]; in intel_pt_process_auxtrace_info()
3117 INTEL_PT_PER_CPU_MMAPS); in intel_pt_process_auxtrace_info()
/Linux-v5.4/tools/perf/arch/x86/util/
Dintel-pt.c383 auxtrace_info->priv[INTEL_PT_PER_CPU_MMAPS] = per_cpu_mmaps; in intel_pt_info_fill()