Home
last modified time | relevance | path

Searched refs:to_ip (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c104 uint64_t *insn_cnt_ptr, uint64_t *ip, uint64_t to_ip,
1046 decoder->state.to_ip = 0; in intel_pt_walk_insn()
1071 decoder->state.to_ip = decoder->ip; in intel_pt_walk_insn()
1083 decoder->stuck_ip = decoder->state.to_ip; in intel_pt_walk_insn()
1087 decoder->state.to_ip == decoder->stuck_ip) { in intel_pt_walk_insn()
1089 decoder->state.to_ip); in intel_pt_walk_insn()
1096 decoder->stuck_ip = decoder->state.to_ip; in intel_pt_walk_insn()
1171 decoder->state.to_ip = decoder->ip; in intel_pt_fup_event()
1177 decoder->state.to_ip = 0; in intel_pt_fup_event()
1246 decoder->pgd_ip(decoder->state.to_ip, decode in intel_pt_walk_tip()
1287 uint64_t to_ip = decoder->ip + intel_pt_insn.length + intel_pt_walk_tip() local
[all...]
H A Dintel-pt-decoder.h205 uint64_t to_ip; member
240 uint64_t *insn_cnt_ptr, uint64_t *ip, uint64_t to_ip,
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c120 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()
1395 decoder->state.to_ip = decoder->ip; in intel_pt_fup_event()
1401 decoder->state.to_ip = 0; in intel_pt_fup_event()
1472 decoder->pgd_ip(decoder->state.to_ip, decode in intel_pt_walk_tip()
1517 uint64_t to_ip = decoder->ip + intel_pt_insn.length + intel_pt_walk_tip() local
[all...]
H A Dintel-pt-decoder.h236 uint64_t to_ip; member
276 uint64_t *insn_cnt_ptr, uint64_t *ip, uint64_t to_ip,
/kernel/linux/linux-5.10/tools/perf/util/arm-spe-decoder/
H A Darm-spe-decoder.h48 u64 to_ip; member
H A Darm-spe-decoder.c164 decoder->record.to_ip = ip; in arm_spe_read_record()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dthread-stack.c383 u64 from_ip, u64 to_ip) in thread_stack__update_br_stack()
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()
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()
382 thread_stack__update_br_stack(struct thread_stack *ts, u32 flags, u64 from_ip, u64 to_ip) thread_stack__update_br_stack() argument
406 thread_stack__event(struct thread *thread, int cpu, u32 flags, u64 from_ip, u64 to_ip, u16 insn_len, u64 trace_nr, bool callstack, unsigned int br_stack_sz, bool mispred_all) thread_stack__event() argument
H A Dthread-stack.h84 u64 to_ip, u16 insn_len, u64 trace_nr, bool callstack,
H A Dintel-pt.c561 uint64_t to_ip, uint64_t max_insn_cnt, in intel_pt_walk_next_insn()
578 if (to_ip && *ip == to_ip) in intel_pt_walk_next_insn()
601 if (!to_ip && one_map) { in intel_pt_walk_next_insn()
650 if (to_ip && *ip == to_ip) { in intel_pt_walk_next_insn()
669 * Didn't lookup in the 'to_ip' case, so do it now to prevent duplicate in intel_pt_walk_next_insn()
672 if (to_ip) { in intel_pt_walk_next_insn()
1140 if (ptq->state->to_ip) in intel_pt_sample_flags()
1321 sample->addr = ptq->state->to_ip; in intel_pt_prep_b_sample()
559 intel_pt_walk_next_insn(struct intel_pt_insn *intel_pt_insn, uint64_t *insn_cnt_ptr, uint64_t *ip, uint64_t to_ip, uint64_t max_insn_cnt, void *data) intel_pt_walk_next_insn() argument
[all...]
H A Darm-spe.c239 sample->addr = record->to_ip; in arm_spe_prep_sample()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dthread-stack.c383 u64 from_ip, u64 to_ip) in thread_stack__update_br_stack()
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()
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()
382 thread_stack__update_br_stack(struct thread_stack *ts, u32 flags, u64 from_ip, u64 to_ip) thread_stack__update_br_stack() argument
406 thread_stack__event(struct thread *thread, int cpu, u32 flags, u64 from_ip, u64 to_ip, u16 insn_len, u64 trace_nr, bool callstack, unsigned int br_stack_sz, bool mispred_all) thread_stack__event() argument
H A Dintel-pt.c686 static inline u8 intel_pt_cpumode(struct intel_pt_queue *ptq, uint64_t from_ip, uint64_t to_ip) in intel_pt_cpumode() argument
691 return intel_pt_nr_cpumode(ptq, to_ip, ptq->state->to_nr); in intel_pt_cpumode()
748 uint64_t to_ip, uint64_t max_insn_cnt, in intel_pt_walk_next_insn()
768 if (to_ip && *ip == to_ip) in intel_pt_walk_next_insn()
831 if (!to_ip && one_map) { in intel_pt_walk_next_insn()
899 if (to_ip && *ip == to_ip) { in intel_pt_walk_next_insn()
918 * Didn't lookup in the 'to_ip' case, so do it now to prevent duplicate in intel_pt_walk_next_insn()
921 if (to_ip) { in intel_pt_walk_next_insn()
746 intel_pt_walk_next_insn(struct intel_pt_insn *intel_pt_insn, uint64_t *insn_cnt_ptr, uint64_t *ip, uint64_t to_ip, uint64_t max_insn_cnt, void *data) intel_pt_walk_next_insn() argument
2701 u64 to_ip = st->to_ip; intel_pt_sample() local
[all...]
H A Dthread-stack.h83 u64 to_ip, u16 insn_len, u64 trace_nr, bool callstack,
H A Darm-spe.c377 sample.addr = record->to_ip; in arm_spe__synth_branch_sample()
/kernel/linux/linux-6.6/tools/perf/util/arm-spe-decoder/
H A Darm-spe-decoder.h76 u64 to_ip; member
H A Darm-spe-decoder.c179 decoder->record.to_ip = ip; in arm_spe_read_record()
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexport-to-postgresql.py397 'to_ip bigint,'
419 'to_ip bigint,'
599 'to_hex(to_ip) AS to_ip_hex,'
1028 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, *x):
1030 value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiiiBiqiqiq", 20, 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)
1032 value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiqiqiqiqiiiBiqiqiq", 24, 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)
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dexport-to-postgresql.py397 '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):
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)

Completed in 24 milliseconds