/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-insn-decoder.c | 282 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL; in intel_pt_insn_type() 284 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN; in intel_pt_insn_type() 286 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CONDITIONAL; in intel_pt_insn_type() 288 return PERF_IP_FLAG_BRANCH; in intel_pt_insn_type() 290 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CONDITIONAL; in intel_pt_insn_type() 294 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | in intel_pt_insn_type() 297 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type() 300 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type() 303 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | in intel_pt_insn_type() 306 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CAL in intel_pt_insn_type() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-insn-decoder.c | 249 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL; in intel_pt_insn_type() 251 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN; in intel_pt_insn_type() 253 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CONDITIONAL; in intel_pt_insn_type() 255 return PERF_IP_FLAG_BRANCH; in intel_pt_insn_type() 257 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CONDITIONAL; in intel_pt_insn_type() 259 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | in intel_pt_insn_type() 262 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type() 265 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type() 268 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | in intel_pt_insn_type()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
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"}, 427 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CONDITIONAL, "conditional jump"}, 428 {PERF_IP_FLAG_BRANCH, "unconditional jump"}, 429 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, 431 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT, 433 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET, 435 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET, 437 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_ASYNC, "asynchronous branch"}, 438 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CAL [all...] |
H A D | cs-etm.c | 2143 packet->flags = PERF_IP_FLAG_BRANCH; in cs_etm__set_sample_flags() 2155 packet->flags = PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 2164 packet->flags = PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 2174 packet->flags = PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 2184 packet->flags = PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 2190 packet->flags = PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 2199 prev_packet->flags |= PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 2208 if (prev_packet->flags == (PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 2213 prev_packet->flags = PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 2224 prev_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 74 PERF_IP_FLAG_BRANCH |\
|
H A D | intel-bts.c | 369 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type() 375 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type() 394 btsq->sample_flags != (PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type() 397 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()
|
H A D | intel-pt.c | 1511 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TX_ABORT; in intel_pt_sample_flags() 1514 ptq->flags = PERF_IP_FLAG_BRANCH | in intel_pt_sample_flags() 1518 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_sample_flags() 1522 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_sample_flags() 1529 ptq->flags = PERF_IP_FLAG_BRANCH | in intel_pt_sample_flags() 2568 (ptq->flags & PERF_IP_FLAG_BRANCH) && in intel_pt_is_switch_ip()
|
H A D | thread-stack.c | 1208 } else if (sample->flags & PERF_IP_FLAG_BRANCH && in thread_stack__process()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | db-export.c | 423 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"}, 424 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"}, 425 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CONDITIONAL, "conditional jump"}, 426 {PERF_IP_FLAG_BRANCH, "unconditional jump"}, 427 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, 429 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT, 431 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET, 433 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET, 435 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_ASYNC, "asynchronous branch"}, 436 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CAL [all...] |
H A D | cs-etm.c | 1829 packet->flags = PERF_IP_FLAG_BRANCH; in cs_etm__set_sample_flags() 1841 packet->flags = PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 1850 packet->flags = PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 1860 packet->flags = PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 1870 packet->flags = PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 1876 packet->flags = PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 1885 prev_packet->flags |= PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 1894 if (prev_packet->flags == (PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 1899 prev_packet->flags = PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() 1910 prev_packet->flags |= PERF_IP_FLAG_BRANCH | in cs_etm__set_sample_flags() [all...] |
H A D | event.h | 88 PERF_IP_FLAG_BRANCH = 1ULL << 0, enumerator 104 PERF_IP_FLAG_BRANCH |\
|
H A D | intel-bts.c | 369 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type() 375 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type() 394 btsq->sample_flags != (PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type() 397 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()
|
H A D | intel-pt.c | 1138 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TX_ABORT; in intel_pt_sample_flags() 1141 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_sample_flags() 1145 ptq->flags = PERF_IP_FLAG_BRANCH | in intel_pt_sample_flags() 1152 ptq->flags = PERF_IP_FLAG_BRANCH | in intel_pt_sample_flags() 1968 (ptq->flags & PERF_IP_FLAG_BRANCH) && in intel_pt_is_switch_ip()
|
H A D | thread-stack.c | 1209 } else if (sample->flags & PERF_IP_FLAG_BRANCH && in thread_stack__process()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-script.c | 1496 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"}, 1497 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"}, 1498 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CONDITIONAL, "jcc"}, 1499 {PERF_IP_FLAG_BRANCH, "jmp"}, 1500 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, "int"}, 1501 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT, "iret"}, 1502 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET, "syscall"}, 1503 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET, "sysret"}, 1504 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_ASYNC, "async"}, 1505 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CAL [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-script.c | 1610 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"}, 1611 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"}, 1612 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CONDITIONAL, "jcc"}, 1613 {PERF_IP_FLAG_BRANCH, "jmp"}, 1614 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, "int"}, 1615 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT, "iret"}, 1616 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET, "syscall"}, 1617 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET, "sysret"}, 1618 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_ASYNC, "async"}, 1619 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CAL [all...] |