Home
last modified time | relevance | path

Searched refs:from_ip (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c891 decoder->state.from_ip = decoder->ip; in intel_pt_walk_insn()
914 decoder->state.from_ip = decoder->ip; in intel_pt_walk_insn()
976 decoder->state.from_ip = decoder->ip; in intel_pt_walk_fup()
1021 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tip()
1027 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tip()
1083 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tnt()
1103 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tnt()
1115 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tnt()
1125 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tnt()
1437 decoder->state.from_ip = decoder->ip; in intel_pt_walk_fup_tip()
[all …]
Dintel-pt-decoder.h59 uint64_t from_ip; member
/linux-4.4.14/tools/perf/util/
Dthread-stack.h94 int thread_stack__event(struct thread *thread, u32 flags, u64 from_ip,
Dintel-pt.c809 if (ptq->state->from_ip) in intel_pt_sample_flags()
942 be->from = state->from_ip; in intel_pt_update_last_branch_rb()
982 sample.ip = ptq->state->from_ip; in intel_pt_synth_branch_sample()
1038 sample.ip = ptq->state->from_ip; in intel_pt_synth_instruction_sample()
1095 sample.ip = ptq->state->from_ip; in intel_pt_synth_transaction_sample()
1216 thread_stack__event(ptq->thread, ptq->flags, state->from_ip, in intel_pt_sample()
1345 state->from_ip >= pt->kernel_start) { in intel_pt_run_decoder()
1353 state->from_ip); in intel_pt_run_decoder()
1366 (state->from_ip >= pt->kernel_start || !state->from_ip) && in intel_pt_run_decoder()
Dthread-stack.c253 int thread_stack__event(struct thread *thread, u32 flags, u64 from_ip, in thread_stack__event() argument
288 ret_addr = from_ip + insn_len; in thread_stack__event()
293 if (!from_ip) in thread_stack__event()