Home
last modified time | relevance | path

Searched refs:PERF_IP_FLAG_CALL (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c249 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL; 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()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ddb-export.c423 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"},
427 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT,
431 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET,
436 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC |
H A Devent.h89 PERF_IP_FLAG_CALL = 1ULL << 1, enumerator
105 PERF_IP_FLAG_CALL |\
H A Dintel-bts.c395 PERF_IP_FLAG_CALL | in intel_bts_get_branch_type()
398 PERF_IP_FLAG_CALL | in intel_bts_get_branch_type()
914 bts->branches_filter |= PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | in intel_bts_process_auxtrace_info()
H A Dcs-etm.c1842 PERF_IP_FLAG_CALL; in cs_etm__set_sample_flags()
1851 PERF_IP_FLAG_CALL; in cs_etm__set_sample_flags()
1921 PERF_IP_FLAG_CALL | in cs_etm__set_sample_flags()
1929 PERF_IP_FLAG_CALL | in cs_etm__set_sample_flags()
1938 PERF_IP_FLAG_CALL | in cs_etm__set_sample_flags()
H A Dthread-stack.c446 if (flags & PERF_IP_FLAG_CALL) { in thread_stack__event()
1149 if (sample->flags & PERF_IP_FLAG_CALL) { in thread_stack__process()
H A Dintel-pt.c1141 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_sample_flags()
2090 (ptq->flags & PERF_IP_FLAG_CALL)) { in intel_pt_sample()
3515 pt->branches_filter |= PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | in intel_pt_process_auxtrace_info()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-script.c1317 if (sample->flags & (PERF_IP_FLAG_CALL | PERF_IP_FLAG_TRACE_BEGIN)) { in resolve_branch_sym()
1497 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"},
1501 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, "int"},
1503 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET, "syscall"},
1506 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | PERF_IP_FLAG_INTERRUPT, "hw int"},