Searched refs:PERF_IP_FLAG_BRANCH (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H 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 …]
|
| H A D | db-export.c | 425 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"}, 426 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"}, 428 {PERF_IP_FLAG_BRANCH, "unconditional jump"}, 429 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, 433 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET, 437 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_ASYNC, "asynchronous branch"}, 438 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | 440 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TX_ABORT, "transaction abort"}, 441 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TRACE_BEGIN, "trace begin"}, 442 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TRACE_END, "trace end"}, [all …]
|
| H 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 …]
|
| H A D | event.h | 54 PERF_IP_FLAG_BRANCH = 1ULL << 0, enumerator 81 PERF_IP_FLAG_BRANCH |\
|
| H 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()
|
| H A D | intel-pt.c | 1513 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TX_ABORT; in intel_pt_sample_flags() 1516 ptq->flags = PERF_IP_FLAG_BRANCH | in intel_pt_sample_flags() 1520 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_sample_flags() 1524 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_sample_flags() 1531 ptq->flags = PERF_IP_FLAG_BRANCH | in intel_pt_sample_flags() 2622 (ptq->flags & PERF_IP_FLAG_BRANCH) && in intel_pt_is_switch_ip()
|
| H A D | arm-spe.c | 371 bool have_tgt = !!(speq->flags & PERF_IP_FLAG_BRANCH); in arm_spe__prep_branch_stack() 580 speq->flags = PERF_IP_FLAG_BRANCH; in arm_spe__sample_flags()
|
| H A D | thread-stack.c | 1208 } else if (sample->flags & PERF_IP_FLAG_BRANCH && in thread_stack__process()
|
| /linux-6.15/tools/perf/util/intel-pt-decoder/ |
| H 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()
|