Searched refs:INTEL_PT_FILTER_STR_LEN (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Dintel-pt.h29 INTEL_PT_FILTER_STR_LEN, enumerator in enum:__anon712
H A Dintel-pt.c4147 [INTEL_PT_FILTER_STR_LEN] = " Filter string len. %"PRIu64"\n",
4260 info = &auxtrace_info->priv[INTEL_PT_FILTER_STR_LEN] + 1;
4263 if (intel_pt_has(auxtrace_info, INTEL_PT_FILTER_STR_LEN)) {
4266 len = auxtrace_info->priv[INTEL_PT_FILTER_STR_LEN];
4268 INTEL_PT_FILTER_STR_LEN,
4269 INTEL_PT_FILTER_STR_LEN);
/linux-master/tools/perf/arch/x86/util/
H A Dintel-pt.c391 auxtrace_info->priv[INTEL_PT_FILTER_STR_LEN] = filter_str_len;
393 info = &auxtrace_info->priv[INTEL_PT_FILTER_STR_LEN] + 1;

Completed in 116 milliseconds