/Linux-v5.15/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.c | 120 uint64_t *insn_cnt_ptr, uint64_t *ip, uint64_t to_ip, 1136 decoder->state.to_ip = 0; in intel_pt_walk_insn() 1161 decoder->state.to_ip = decoder->ip; in intel_pt_walk_insn() 1173 decoder->stuck_ip = decoder->state.to_ip; in intel_pt_walk_insn() 1177 decoder->state.to_ip == decoder->stuck_ip) { in intel_pt_walk_insn() 1179 decoder->state.to_ip); in intel_pt_walk_insn() 1186 decoder->stuck_ip = decoder->state.to_ip; in intel_pt_walk_insn() 1216 decoder->state.to_ip = 0; in intel_pt_fup_event() 1225 decoder->state.to_ip = 0; in intel_pt_fup_event() 1233 decoder->state.to_ip = 0; in intel_pt_fup_event() [all …]
|
D | intel-pt-decoder.h | 218 uint64_t to_ip; member 253 uint64_t *insn_cnt_ptr, uint64_t *ip, uint64_t to_ip,
|
/Linux-v5.15/tools/perf/util/ |
D | thread-stack.c | 383 u64 from_ip, u64 to_ip) in thread_stack__update_br_stack() argument 395 be->to = to_ip; in thread_stack__update_br_stack() 407 u64 to_ip, u16 insn_len, u64 trace_nr, bool callstack, in thread_stack__event() argument 437 thread_stack__update_br_stack(ts, flags, from_ip, to_ip); in thread_stack__event() 449 if (!to_ip) in thread_stack__event() 452 if (ret_addr == to_ip) in thread_stack__event() 464 thread_stack__pop(ts, to_ip); in thread_stack__event() 467 thread_stack__pop(ts, to_ip); in thread_stack__event()
|
D | intel-pt.c | 647 static inline u8 intel_pt_cpumode(struct intel_pt_queue *ptq, uint64_t from_ip, uint64_t to_ip) in intel_pt_cpumode() argument 652 return intel_pt_nr_cpumode(ptq, to_ip, ptq->state->to_nr); in intel_pt_cpumode() 683 uint64_t to_ip, uint64_t max_insn_cnt, in intel_pt_walk_next_insn() argument 701 if (to_ip && *ip == to_ip) in intel_pt_walk_next_insn() 733 if (!to_ip && one_map) { in intel_pt_walk_next_insn() 782 if (to_ip && *ip == to_ip) { in intel_pt_walk_next_insn() 804 if (to_ip) { in intel_pt_walk_next_insn() 1312 if (!ptq->state->to_ip) in intel_pt_sample_flags() 1494 sample->addr = ptq->state->to_ip; in intel_pt_prep_b_sample() 2272 state->from_ip, state->to_ip, ptq->insn_len, in intel_pt_sample() [all …]
|
D | thread-stack.h | 83 u64 to_ip, u16 insn_len, u64 trace_nr, bool callstack,
|
D | arm-spe.c | 297 sample.addr = record->to_ip; in arm_spe__synth_branch_sample()
|
/Linux-v5.15/tools/perf/util/arm-spe-decoder/ |
D | arm-spe-decoder.h | 37 u64 to_ip; member
|
D | arm-spe-decoder.c | 174 decoder->record.to_ip = ip; in arm_spe_read_record()
|
/Linux-v5.15/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 1028 …ol_id, sym_offset, ip, time, cpu, to_dso_id, to_symbol_id, to_sym_offset, to_ip, period, weight, t… argument 1030 … ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1… 1032 … ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 8, period, 8, wei…
|