Home
last modified time | relevance | path

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

123

/Linux-v6.6/tools/perf/util/
Ddlfilter.h15 struct addr_location;
35 struct addr_location *al;
36 struct addr_location *addr_al;
63 struct addr_location *al,
64 struct addr_location *addr_al,
74 struct addr_location *al, in dlfilter__filter_event()
75 struct addr_location *addr_al) in dlfilter__filter_event()
87 struct addr_location *al, in dlfilter__filter_event_early()
88 struct addr_location *addr_al) in dlfilter__filter_event_early()
Daddr_location.h12 struct addr_location { struct
26 void addr_location__init(struct addr_location *al); argument
27 void addr_location__exit(struct addr_location *al);
29 void addr_location__copy(struct addr_location *dst, struct addr_location *src);
Dtrace-event.h83 struct addr_location;
98 struct addr_location *al,
99 struct addr_location *addr_al);
130 struct addr_location *al;
131 struct addr_location *addr_al;
139 struct addr_location *al,
140 struct addr_location *addr_al);
Daddr_location.c7 void addr_location__init(struct addr_location *al) in addr_location__init()
28 void addr_location__exit(struct addr_location *al) in addr_location__exit()
35 void addr_location__copy(struct addr_location *dst, struct addr_location *src) in addr_location__copy()
Ddlfilter.c28 static void al_to_d_al(struct addr_location *al, struct perf_dlfilter_al *d_al) in al_to_d_al()
71 static struct addr_location *get_al(struct dlfilter *d) in get_al()
73 struct addr_location *al = d->al; in get_al()
82 struct addr_location *al = get_al(d); in get_thread()
91 struct addr_location *al; in dlfilter__resolve_ip()
117 struct addr_location *addr_al = d->addr_al; in dlfilter__resolve_addr()
166 struct addr_location al; in dlfilter__resolve_address()
198 struct addr_location *al; in dlfilter__al_cleanup()
226 struct addr_location *al = d->al; in dlfilter__insn()
250 struct addr_location *al; in dlfilter__srcline()
[all …]
Dhist.h14 struct addr_location;
120 int (*prepare_entry)(struct hist_entry_iter *, struct addr_location *);
121 int (*add_single_entry)(struct hist_entry_iter *, struct addr_location *);
122 int (*next_entry)(struct hist_entry_iter *, struct addr_location *);
123 int (*add_next_entry)(struct hist_entry_iter *, struct addr_location *);
124 int (*finish_entry)(struct hist_entry_iter *, struct addr_location *);
142 struct addr_location *al, bool single, void *arg);
151 struct addr_location *al,
161 struct addr_location *al,
170 struct addr_location *al,
[all …]
Dtrace-event-scripting.c28 struct addr_location *al, in scripting_context__update()
29 struct addr_location *addr_al) in scripting_context__update()
57 struct addr_location *al __maybe_unused, in process_event_unsupported()
58 struct addr_location *addr_al __maybe_unused) in process_event_unsupported()
Dthread.h20 struct addr_location;
112 struct addr_location *al);
114 struct addr_location *al);
117 u64 addr, struct addr_location *al);
119 u64 addr, struct addr_location *al);
122 struct addr_location *al);
339 void thread__resolve(struct thread *thread, struct addr_location *al,
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()
Ddb-export.h19 struct addr_location;
29 struct addr_location *al;
100 struct addr_location *al, struct addr_location *addr_al);
Dthread-stack.h20 struct addr_location;
106 struct addr_location *from_al,
107 struct addr_location *to_al, u64 ref,
Devsel_fprintf.h31 struct addr_location;
41 int sample__fprintf_sym(struct perf_sample *sample, struct addr_location *al,
Dmachine.h11 struct addr_location;
191 struct addr_location *al);
193 struct addr_location *al);
202 struct addr_location *root_al,
313 int machine__resolve(struct machine *machine, struct addr_location *al,
Dunwind-libdw.c44 static int __report_module(struct addr_location *al, u64 ip, in __report_module()
97 struct addr_location al; in report_module()
114 struct addr_location al; in entry()
148 struct addr_location al; in access_dso_mem()
Dhist.c593 const struct addr_location *al, in hists__findnew_entry()
701 struct addr_location *al, in __hists__add_entry()
762 struct addr_location *al, in hists__add_entry()
776 struct addr_location *al, in hists__add_entry_ops()
789 struct addr_location *al, in hists__add_entry_block()
807 struct addr_location *al __maybe_unused) in iter_next_nop_entry()
814 struct addr_location *al __maybe_unused) in iter_add_next_nop_entry()
820 iter_prepare_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_mem_entry()
834 iter_add_single_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_single_mem_entry()
869 struct addr_location *al __maybe_unused) in iter_finish_mem_entry()
[all …]
Dsymbol.h160 const struct addr_location *al,
164 const struct addr_location *al, FILE *fp);
166 const struct addr_location *al,
Dcallchain.h10 struct addr_location;
253 struct evsel *evsel, struct addr_location *al,
256 int fill_callchain_info(struct addr_location *al, struct callchain_cursor_node *node,
Devent.c511 struct addr_location al; in perf_event__fprintf_text_poke()
599 struct addr_location *al) in thread__find_map()
664 struct addr_location *al) in thread__find_map_fb()
677 u64 addr, struct addr_location *al) in thread__find_symbol()
686 u64 addr, struct addr_location *al) in thread__find_symbol_fb()
711 int machine__resolve(struct machine *machine, struct addr_location *al, in machine__resolve()
819 void thread__resolve(struct thread *thread, struct addr_location *al, in thread__resolve()
Ddb-export.c176 static int db_ids_from_al(struct db_export *dbe, struct addr_location *al, in db_ids_from_al()
241 struct addr_location al; in call_path_from_sample()
350 struct addr_location *al, struct addr_location *addr_al) in db_export__sample()
Ddata-convert-json.c122 u64 ip, struct addr_location *al) in output_sample_callchain_entry()
157 struct addr_location al; in process_sample_event()
195 struct addr_location tal; in process_sample_event()
Devsel_fprintf.c163 struct addr_location node_al; in sample__fprintf_callchain()
208 int sample__fprintf_sym(struct perf_sample *sample, struct addr_location *al, in sample__fprintf_sym()
Dthread-stack.c861 struct addr_location *from_al, in thread_stack__bottom()
862 struct addr_location *to_al, u64 ref) in thread_stack__bottom()
906 struct addr_location *from_al, in thread_stack__no_call_return()
907 struct addr_location *to_al, u64 ref) in thread_stack__no_call_return()
1051 struct addr_location *to_al) in thread_stack__x86_retpoline()
1103 struct addr_location *from_al, in thread_stack__process()
1104 struct addr_location *to_al, u64 ref, in thread_stack__process()
/Linux-v6.6/tools/perf/
Dbuiltin-annotate.c136 static void process_branch_stack(struct branch_stack *bs, struct addr_location *al, in process_branch_stack()
163 struct addr_location *al __maybe_unused, in hist_iter__branch_callback()
187 struct addr_location *al, in process_branch_callback()
198 struct addr_location a; in process_branch_callback()
229 struct addr_location *al, struct perf_annotate *ann, in evsel__add_sample()
280 struct addr_location al; in process_sample_event()
/Linux-v6.6/tools/perf/util/scripting-engines/
Dtrace-event-python.c403 static unsigned long get_offset(struct symbol *sym, struct addr_location *al) in get_offset()
417 struct addr_location *al) in python_process_callchain()
471 struct addr_location node_al; in python_process_callchain()
524 struct addr_location al; in python_process_brstack()
568 static int get_symoff(struct symbol *sym, struct addr_location *al, in get_symoff()
613 struct addr_location al; in python_process_brstacksym()
786 static void set_sym_in_dict(PyObject *dict, struct addr_location *al, in set_sym_in_dict()
838 struct addr_location *al, in get_perf_sample_dict()
839 struct addr_location *addr_al, in get_perf_sample_dict()
931 struct addr_location *al, in python_process_tracepoint()
[all …]
Dtrace-event-perl.c261 struct addr_location *al) in perl_process_callchain()
344 struct addr_location *al) in perl_process_tracepoint()
464 struct addr_location *al, in perl_process_event()
465 struct addr_location *addr_al) in perl_process_event()

123