Searched refs:PERF_IP_FLAG_CALL (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | trace-event-scripting.c | 280 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"}, 284 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, "int"}, 286 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET, "syscall"}, 289 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | PERF_IP_FLAG_INTERRUPT, 294 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMENTRY, "vmentry"}, 295 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMEXIT, "vmexit"},
|
| H A D | db-export.c | 429 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"}, 433 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, 437 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET, 442 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | 447 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMENTRY, "vm entry"}, 448 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMEXIT, "vm exit"},
|
| H A D | event.h | 55 PERF_IP_FLAG_CALL = 1ULL << 1, enumerator 82 PERF_IP_FLAG_CALL |\
|
| H A D | intel-bts.c | 397 PERF_IP_FLAG_CALL | in intel_bts_get_branch_type() 400 PERF_IP_FLAG_CALL | in intel_bts_get_branch_type() 885 bts->branches_filter |= PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | in intel_bts_process_auxtrace_info()
|
| H A D | cs-etm.c | 2239 PERF_IP_FLAG_CALL; in cs_etm__set_sample_flags() 2248 PERF_IP_FLAG_CALL; in cs_etm__set_sample_flags() 2318 PERF_IP_FLAG_CALL | in cs_etm__set_sample_flags() 2326 PERF_IP_FLAG_CALL | in cs_etm__set_sample_flags() 2335 PERF_IP_FLAG_CALL | in cs_etm__set_sample_flags()
|
| H A D | thread-stack.c | 446 if (flags & PERF_IP_FLAG_CALL) { in thread_stack__event() 1148 if (sample->flags & PERF_IP_FLAG_CALL) { in thread_stack__process()
|
| H A D | intel-pt.c | 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() 2954 (ptq->flags & PERF_IP_FLAG_CALL)) { in intel_pt_sample() 4631 pt->branches_filter |= PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | in intel_pt_process_auxtrace_info()
|
| H A D | arm-spe.c | 625 speq->flags |= PERF_IP_FLAG_CALL; in arm_spe__sample_flags()
|
| /linux/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() 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() 313 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type()
|
| /linux/tools/perf/ |
| H A D | builtin-script.c | 1549 if (sample->flags & (PERF_IP_FLAG_CALL | PERF_IP_FLAG_TRACE_BEGIN)) { in resolve_branch_sym()
|