Home
last modified time | relevance | path

Searched refs:PERF_IP_FLAG_BRANCH (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c225 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL; in intel_pt_insn_type()
227 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN; in intel_pt_insn_type()
229 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CONDITIONAL; in intel_pt_insn_type()
231 return PERF_IP_FLAG_BRANCH; in intel_pt_insn_type()
233 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CONDITIONAL; in intel_pt_insn_type()
235 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | in intel_pt_insn_type()
238 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type()
241 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type()
244 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | in intel_pt_insn_type()
/linux-4.4.14/tools/perf/util/
Ddb-export.c363 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"},
364 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"},
365 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CONDITIONAL, "conditional jump"},
366 {PERF_IP_FLAG_BRANCH, "unconditional jump"},
367 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT,
369 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT,
371 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET,
373 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET,
375 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_ASYNC, "asynchronous branch"},
376 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC |
[all …]
Dintel-bts.c381 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()
387 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()
406 btsq->sample_flags != (PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()
409 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()
Devent.h153 PERF_IP_FLAG_BRANCH = 1ULL << 0, enumerator
169 PERF_IP_FLAG_BRANCH |\
Dintel-pt.c798 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TX_ABORT; in intel_pt_sample_flags()
801 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_sample_flags()
805 ptq->flags = PERF_IP_FLAG_BRANCH | in intel_pt_sample_flags()
812 ptq->flags = PERF_IP_FLAG_BRANCH | in intel_pt_sample_flags()
1182 (ptq->flags & PERF_IP_FLAG_BRANCH) && in intel_pt_is_switch_ip()