Home
last modified time | relevance | path

Searched refs:branches_filter (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dintel-bts.c64 u32 branches_filter; member
423 u32 filter = btsq->bts->branches_filter; in intel_bts_process_buffer()
908 bts->branches_filter |= PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | in intel_bts_process_auxtrace_info()
911 bts->branches_filter |= PERF_IP_FLAG_RETURN | in intel_bts_process_auxtrace_info()
Dintel-pt.c85 u32 branches_filter; member
972 if (pt->branches_filter && !(pt->branches_filter & ptq->flags)) in intel_pt_synth_branch_sample()
2125 pt->branches_filter |= PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | in intel_pt_process_auxtrace_info()
2128 pt->branches_filter |= PERF_IP_FLAG_RETURN | in intel_pt_process_auxtrace_info()