/linux/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-decoder.c | 120 uint64_t *insn_cnt_ptr, uint64_t *ip, uint64_t to_ip, 1198 decoder->state.to_ip = 0; in intel_pt_walk_insn() 1223 decoder->state.to_ip = decoder->ip; in intel_pt_walk_insn() 1235 decoder->stuck_ip = decoder->state.to_ip; in intel_pt_walk_insn() 1239 decoder->state.to_ip == decoder->stuck_ip) { in intel_pt_walk_insn() 1241 decoder->state.to_ip); in intel_pt_walk_insn() 1248 decoder->stuck_ip = decoder->state.to_ip; in intel_pt_walk_insn() 1397 decoder->state.to_ip = decoder->ip; in intel_pt_fup_event() 1403 decoder->state.to_ip = 0; in intel_pt_fup_event() 1474 decoder->pgd_ip(decoder->state.to_ip, decode in intel_pt_walk_tip() 1519 uint64_t to_ip = decoder->ip + intel_pt_insn.length + intel_pt_walk_tip() local [all...] |
H A D | intel-pt-decoder.h | 236 uint64_t to_ip; member 276 uint64_t *insn_cnt_ptr, uint64_t *ip, uint64_t to_ip,
|
/linux/tools/perf/util/ |
H A 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()
|
H A D | intel-pt.c | 688 static inline u8 intel_pt_cpumode(struct intel_pt_queue *ptq, uint64_t from_ip, uint64_t to_ip) in intel_pt_cpumode() argument 693 return intel_pt_nr_cpumode(ptq, to_ip, ptq->state->to_nr); in intel_pt_cpumode() 750 uint64_t to_ip, uint64_t max_insn_cnt, in intel_pt_walk_next_insn() argument 771 if (to_ip && *ip == to_ip) in intel_pt_walk_next_insn() 834 if (!to_ip && one_map) { in intel_pt_walk_next_insn() 902 if (to_ip && *ip == to_ip) { in intel_pt_walk_next_insn() 922 * Didn't lookup in the 'to_ip' case, so do it now to prevent duplicate in intel_pt_walk_next_insn() 925 if (to_ip) { in intel_pt_walk_next_insn() 2909 u64 to_ip = st->to_ip; intel_pt_sample() local [all...] |
H A D | thread-stack.h | 83 u64 to_ip, u16 insn_len, u64 trace_nr, bool callstack,
|
H A D | arm-spe.c | 385 bstack->entries[i].to = record->to_ip; in arm_spe__prep_branch_stack() 511 sample.addr = record->to_ip; in arm_spe__synth_branch_sample() 543 sample.addr = record->to_ip; in arm_spe__synth_instruction_sample()
|
/linux/tools/perf/util/arm-spe-decoder/ |
H A D | arm-spe-decoder.h | 108 u64 to_ip; member
|
H A D | arm-spe-decoder.c | 180 decoder->record.to_ip = ip; in arm_spe_read_record()
|
/linux/tools/perf/scripts/python/ |
H A D | export-to-postgresql.py | 397 'to_ip bigint,' 420 'to_ip bigint,' 601 'to_hex(to_ip) AS to_ip_hex,' 1031 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset, ip, time, cpu, to_dso_id, to_symbol_id, to_sym_offset, to_ip, period, weight, transaction, data_src, branch_type, in_tx, call_path_id, insn_cnt, cyc_cnt, flags, *x): argument 1033 value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiiiBiqiqiqii", 21, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, symbol_id, 8, sym_offset, 8, ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1, in_tx, 8, call_path_id, 8, insn_cnt, 8, cyc_cnt, 4, flags) 1035 value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiqiqiqiqiiiBiqiqiqii", 25, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, symbol_id, 8, sym_offset, 8, ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 8, period, 8, weight, 8, transaction, 8, data_src, 4, branch_type, 1, in_tx, 8, call_path_id, 8, insn_cnt, 8, cyc_cnt, 4, flags)
|