Home
last modified time | relevance | path

Searched defs:ip (Results 1 – 25 of 45) sorted by relevance

12

/tools/perf/util/
Dcall-path.c23 struct symbol *sym, u64 ip, bool in_kernel) in call_path__init()
59 struct symbol *sym, u64 ip, in call_path__new()
87 struct symbol *sym, u64 ip, u64 ks) in call_path__findnew()
Dunwind-libdw.c26 static int __report_module(struct addr_location *al, u64 ip, in __report_module()
59 static int report_module(u64 ip, struct unwind_info *ui) in report_module()
70 static int entry(u64 ip, struct unwind_info *ui) in entry()
215 Dwarf_Word ip; in unwind__get_entries() local
Dmap.h90 static inline u64 map__map_ip(struct map *map, u64 ip) in map__map_ip()
95 static inline u64 map__unmap_ip(struct map *map, u64 ip) in map__unmap_ip()
100 static inline u64 identity__map_ip(struct map *map __maybe_unused, u64 ip) in identity__map_ip()
Dcall-path.h40 u64 ip; member
Dunwind-libunwind-local.c366 static struct map *find_map(unw_word_t ip, struct unwind_info *ui) in find_map()
385 find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, in find_proc_info()
583 static int entry(u64 ip, struct thread *thread, in entry()
Dunwind.h16 u64 ip; member
Dmap.c472 u64 map__objdump_2mem(struct map *map, u64 ip) in map__objdump_2mem()
803 const u64 ip = map->start; in __maps__insert() local
840 struct map *maps__find(struct maps *maps, u64 ip) in maps__find()
Dthread-stack.c289 size_t sz, u64 ip) in thread_stack__sample()
408 u64 ip; in thread_stack__bottom() local
Dintel-pt.c444 uint64_t *insn_cnt_ptr, uint64_t *ip, in intel_pt_walk_next_insn()
577 static bool intel_pt_match_pgd_ip(struct intel_pt *pt, uint64_t ip, in intel_pt_match_pgd_ip()
615 static int __intel_pt_pgd_ip(uint64_t ip, void *data) in __intel_pt_pgd_ip()
642 static bool intel_pt_pgd_ip(uint64_t ip, void *data) in intel_pt_pgd_ip()
1432 pid_t pid, pid_t tid, u64 ip) in intel_pt_synth_error()
1472 static inline bool intel_pt_is_switch_ip(struct intel_pt_queue *ptq, u64 ip) in intel_pt_is_switch_ip()
1597 u64 ip, switch_ip = 0; in intel_pt_switch_ip() local
Dcallchain.h114 u64 ip; member
138 u64 ip; member
/tools/testing/selftests/x86/
Dunwind_vdso.c92 unsigned long ip; /* trap source */ member
99 unsigned long ip = _Unwind_GetIP(ctx); in trace_fn() local
139 unsigned long ip = ctx->uc_mcontext.gregs[REG_EIP]; in sigtrap() local
Dsysret_rip.c112 static void test_sigreturn_to(unsigned long ip) in test_sigreturn_to()
135 static void test_syscall_fallthrough_to(unsigned long ip) in test_syscall_fallthrough_to()
/tools/perf/util/intel-pt-decoder/
Dintel-pt-log.c114 void __intel_pt_log_insn(struct intel_pt_insn *intel_pt_insn, uint64_t ip) in __intel_pt_log_insn()
132 uint64_t ip) in __intel_pt_log_insn_no_data()
Dintel-pt-decoder.c47 uint64_t ip[INTEL_PT_BLK_SIZE]; member
122 uint64_t ip; member
318 static int intel_pt_push(struct intel_pt_stack *stack, uint64_t ip) in intel_pt_push()
402 uint64_t ip; in intel_pt_calc_ip() local
950 struct intel_pt_insn *intel_pt_insn, uint64_t ip) in intel_pt_walk_insn()
1111 uint64_t ip, int err) in intel_pt_fup_with_nlip()
1121 uint64_t ip; in intel_pt_walk_fup() local
/tools/include/linux/
Dkallsyms.h23 static inline void print_ip_sym(unsigned long ip) in print_ip_sym()
/tools/testing/selftests/bpf/
Dbpf_helpers.h195 #define BPF_KPROBE_READ_RET_IP(ip, ctx) ({ (ip) = (ctx)->link; }) argument
198 #define BPF_KPROBE_READ_RET_IP(ip, ctx) ({ (ip) = PT_REGS_RET(ctx); }) argument
201 #define BPF_KPROBE_READ_RET_IP(ip, ctx) ({ \ argument
203 #define BPF_KRETPROBE_READ_RET_IP(ip, ctx) ({ \ argument
/tools/lib/lockdep/include/liblockdep/
Dcommon.h36 unsigned long ip; member
/tools/perf/tests/
Dhists_filter.c18 u64 ip; member
Dhists_link.c18 u64 ip; member
Dhists_output.c19 u64 ip; member
/tools/objtool/arch/x86/include/asm/
Dorc_types.h100 u32 ip; member
/tools/testing/selftests/powerpc/primitives/
Dload_unaligned_zeropad.c85 unsigned long *ip = &UCONTEXT_NIA(uc); in segv_handler() local
/tools/perf/arch/powerpc/util/
Dskip-callchain-idx.c247 u64 ip; in arch_skip_callchain_idx() local
/tools/perf/scripts/python/
Dexport-to-postgresql.py719 …, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset, ip, time, cpu, to_dso_i… argument
726 def call_path_table(cp_id, parent_id, symbol_id, ip, *x): argument
/tools/perf/
Dbuiltin-top.c161 static void ui__warn_map_erange(struct map *map, struct symbol *sym, u64 ip) in ui__warn_map_erange()
191 int counter, u64 ip) in perf_top__record_precise_ip()

12