Searched refs:PERF_IP_FLAG_BRANCH (Results 1 – 9 of 9) sorted by relevance
| /tools/perf/util/ |
| A D | trace-event-scripting.c | 296 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"}, 297 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"}, 298 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CONDITIONAL, "jcc"}, 299 {PERF_IP_FLAG_BRANCH, "jmp"}, 300 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, "int"}, 304 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_ASYNC, "async"}, 307 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TX_ABORT, "tx abrt"}, 308 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TRACE_BEGIN, "tr strt"}, 309 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TRACE_END, "tr end"}, 310 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMENTRY, "vmentry"}, [all …]
|
| A D | db-export.c | 430 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"}, 431 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"}, 433 {PERF_IP_FLAG_BRANCH, "unconditional jump"}, 434 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, 438 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET, 442 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_ASYNC, "asynchronous branch"}, 443 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | 445 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TX_ABORT, "transaction abort"}, 446 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TRACE_BEGIN, "trace begin"}, 447 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TRACE_END, "trace end"}, [all …]
|
| A D | event.h | 54 PERF_IP_FLAG_BRANCH = 1ULL << 0, enumerator 81 PERF_IP_FLAG_BRANCH |\
|
| A D | cs-etm.c | 2230 packet->flags = PERF_IP_FLAG_BRANCH; in cs_etm__set_sample_flags() 2242 packet->flags = PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 2251 packet->flags = PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 2261 packet->flags = PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 2271 packet->flags = PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 2277 packet->flags = PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 2300 prev_packet->flags = PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 2321 packet->flags = PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 2329 packet->flags = PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 2338 packet->flags = PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() [all …]
|
| A D | intel-bts.c | 371 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type() 377 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type() 396 btsq->sample_flags != (PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type() 399 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()
|
| A D | intel-pt.c | 1515 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TX_ABORT; in intel_pt_sample_flags() 1518 ptq->flags = PERF_IP_FLAG_BRANCH | in intel_pt_sample_flags() 1522 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_sample_flags() 1526 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_sample_flags() 1533 ptq->flags = PERF_IP_FLAG_BRANCH | in intel_pt_sample_flags() 2776 (ptq->flags & PERF_IP_FLAG_BRANCH) && in intel_pt_is_switch_ip()
|
| A D | arm-spe.c | 371 bool have_tgt = !!(speq->flags & PERF_IP_FLAG_BRANCH); in arm_spe__prep_branch_stack() 585 speq->flags = PERF_IP_FLAG_BRANCH; in arm_spe__sample_flags()
|
| A D | thread-stack.c | 1208 } else if (sample->flags & PERF_IP_FLAG_BRANCH && in thread_stack__process()
|
| /tools/perf/util/intel-pt-decoder/ |
| A D | intel-pt-insn-decoder.c | 289 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL; in intel_pt_insn_type() 291 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN; in intel_pt_insn_type() 293 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CONDITIONAL; in intel_pt_insn_type() 295 return PERF_IP_FLAG_BRANCH; in intel_pt_insn_type() 297 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CONDITIONAL; in intel_pt_insn_type() 301 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | in intel_pt_insn_type() 304 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type() 307 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type() 310 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | in intel_pt_insn_type() 313 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type()
|
Completed in 30 milliseconds