Home
last modified time | relevance | path

Searched refs:addr_location (Results 1 – 25 of 46) sorted by relevance

12

/tools/perf/util/
Dthread.h17 struct addr_location;
100 struct addr_location *al);
102 struct addr_location *al);
105 u64 addr, struct addr_location *al);
107 u64 addr, struct addr_location *al);
110 struct addr_location *al);
Dthread-stack.h21 struct addr_location;
98 struct addr_location *from_al,
99 struct addr_location *to_al, u64 ref,
Dsymbol_fprintf.c20 const struct addr_location *al, in __symbol__fprintf_symname_offs()
44 const struct addr_location *al, in symbol__fprintf_symname_offs()
51 const struct addr_location *al, in __symbol__fprintf_symname()
Devsel_fprintf.h31 struct addr_location;
41 int sample__fprintf_sym(struct perf_sample *sample, struct addr_location *al,
Dhist.h14 struct addr_location;
107 int (*prepare_entry)(struct hist_entry_iter *, struct addr_location *);
108 int (*add_single_entry)(struct hist_entry_iter *, struct addr_location *);
109 int (*next_entry)(struct hist_entry_iter *, struct addr_location *);
110 int (*add_next_entry)(struct hist_entry_iter *, struct addr_location *);
111 int (*finish_entry)(struct hist_entry_iter *, struct addr_location *);
129 struct addr_location *al, bool single, void *arg);
138 struct addr_location *al,
147 struct addr_location *al,
155 struct addr_location *al,
[all …]
Ddb-export.h19 struct addr_location;
29 struct addr_location *al;
100 struct addr_location *al);
Dtrace-event.h67 struct addr_location;
80 struct addr_location *al);
Dunwind-libdw.c43 static int __report_module(struct addr_location *al, u64 ip, in __report_module()
92 struct addr_location al; in report_module()
105 struct addr_location al; in entry()
134 struct addr_location al; in access_dso_mem()
Dsymbol.h119 struct addr_location { struct
171 const struct addr_location *al,
175 const struct addr_location *al, FILE *fp);
177 const struct addr_location *al,
Devent.h347 struct addr_location;
349 int machine__resolve(struct machine *machine, struct addr_location *al,
352 void addr_location__put(struct addr_location *al);
358 void thread__resolve(struct thread *thread, struct addr_location *al,
Dmachine.h11 struct addr_location;
171 struct addr_location *al);
173 struct addr_location *al);
182 struct addr_location *root_al,
Dcallchain.h10 struct addr_location;
243 struct evsel *evsel, struct addr_location *al,
246 int fill_callchain_info(struct addr_location *al, struct callchain_cursor_node *node,
Devent.c458 struct addr_location *al) in thread__find_map()
523 struct addr_location *al) in thread__find_map_fb()
536 u64 addr, struct addr_location *al) in thread__find_symbol()
545 u64 addr, struct addr_location *al) in thread__find_symbol_fb()
557 int machine__resolve(struct machine *machine, struct addr_location *al, in machine__resolve()
619 void addr_location__put(struct addr_location *al) in addr_location__put()
645 void thread__resolve(struct thread *thread, struct addr_location *al, in thread__resolve()
Dhist.c566 struct addr_location *al, in hists__findnew_entry()
674 struct addr_location *al, in __hists__add_entry()
727 struct addr_location *al, in hists__add_entry()
740 struct addr_location *al, in hists__add_entry_ops()
752 struct addr_location *al, in hists__add_entry_block()
765 struct addr_location *al __maybe_unused) in iter_next_nop_entry()
772 struct addr_location *al __maybe_unused) in iter_add_next_nop_entry()
778 iter_prepare_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_mem_entry()
792 iter_add_single_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_single_mem_entry()
827 struct addr_location *al __maybe_unused) in iter_finish_mem_entry()
[all …]
Dtrace-event-scripting.c32 struct addr_location *al __maybe_unused) in process_event_unsupported()
Dthread-stack.c608 struct addr_location *from_al, in thread_stack__bottom()
609 struct addr_location *to_al, u64 ref) in thread_stack__bottom()
653 struct addr_location *from_al, in thread_stack__no_call_return()
654 struct addr_location *to_al, u64 ref) in thread_stack__no_call_return()
800 struct addr_location *to_al) in thread_stack__x86_retpoline()
852 struct addr_location *from_al, in thread_stack__process()
853 struct addr_location *to_al, u64 ref, in thread_stack__process()
Devsel_fprintf.c123 struct addr_location node_al; in sample__fprintf_callchain()
193 int sample__fprintf_sym(struct perf_sample *sample, struct addr_location *al, in sample__fprintf_sym()
Ddb-export.c176 static int db_ids_from_al(struct db_export *dbe, struct addr_location *al, in db_ids_from_al()
239 struct addr_location al; in call_path_from_sample()
346 struct addr_location *al) in db_export__sample()
394 struct addr_location addr_al; in db_export__sample()
Dthread.c408 struct addr_location *al) in thread__find_cpumode_addr_location()
440 struct addr_location al; in thread__memcpy()
Dmachine.c1928 struct addr_location al; in ip__resolve_ams()
1951 struct addr_location al; in ip__resolve_data()
1965 struct addr_location *al) in sample__resolve_mem()
2008 struct addr_location *root_al, in add_callchain_ip()
2016 struct addr_location al; in add_callchain_ip()
2081 struct addr_location *al) in sample__resolve_bstack()
2173 struct addr_location *root_al, in resolve_lbr_callchain_sample()
2258 struct addr_location *root_al, in find_prev_cpumode()
2281 struct addr_location *root_al, in thread__resolve_callchain_sample()
2507 struct addr_location *root_al, in thread__resolve_callchain()
/tools/perf/
Dbuiltin-annotate.c129 static void process_branch_stack(struct branch_stack *bs, struct addr_location *al, in process_branch_stack()
156 struct addr_location *al __maybe_unused, in hist_iter__branch_callback()
180 struct addr_location *al __maybe_unused, in process_branch_callback()
192 struct addr_location a; in process_branch_callback()
217 struct addr_location *al, in perf_evsel__add_sample()
268 struct addr_location al; in process_sample_event()
/tools/perf/tests/
Dmmap-thread-lookup.c187 struct addr_location al; in mmap_events()
/tools/perf/util/scripting-engines/
Dtrace-event-python.c396 struct addr_location *al) in python_process_callchain()
479 struct addr_location al; in python_process_brstack()
521 static unsigned long get_offset(struct symbol *sym, struct addr_location *al) in get_offset()
533 static int get_symoff(struct symbol *sym, struct addr_location *al, in get_symoff()
567 struct addr_location al; in python_process_brstacksym()
726 struct addr_location *al, in get_perf_sample_dict()
794 struct addr_location *al) in python_process_tracepoint()
1279 struct addr_location *al) in python_process_general_event()
1315 struct addr_location *al) in python_process_event()
Dtrace-event-perl.c262 struct addr_location *al) in perl_process_callchain()
340 struct addr_location *al) in perl_process_tracepoint()
459 struct addr_location *al) in perl_process_event()
/tools/perf/arch/powerpc/util/
Dskip-callchain-idx.c244 struct addr_location al; in arch_skip_callchain_idx()

12