Home
last modified time | relevance | path

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

12

/linux/tools/perf/util/
A 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()
A Dtrace-event.h68 struct addr_location;
83 struct addr_location *al,
84 struct addr_location *addr_al);
115 struct addr_location *al;
116 struct addr_location *addr_al;
124 struct addr_location *al,
125 struct addr_location *addr_al);
A Dthread.h19 struct addr_location;
113 struct addr_location *al);
115 struct addr_location *al);
118 u64 addr, struct addr_location *al);
120 u64 addr, struct addr_location *al);
123 struct addr_location *al);
A Ddlfilter.c70 struct addr_location *al = d->al; in get_al()
79 struct addr_location *al = get_al(d); in get_thread()
88 struct addr_location *al; in dlfilter__resolve_ip()
114 struct addr_location *addr_al = d->addr_al; in dlfilter__resolve_addr()
158 struct addr_location al; in dlfilter__resolve_address()
195 struct addr_location *al = d->al; in dlfilter__insn()
215 struct addr_location *al; in dlfilter__srcline()
251 struct addr_location *al; in dlfilter__object_code()
252 struct addr_location a; in dlfilter__object_code()
450 struct addr_location *al, in dlfilter__do_filter_event()
[all …]
A Dhist.h14 struct addr_location;
114 int (*prepare_entry)(struct hist_entry_iter *, struct addr_location *);
115 int (*add_single_entry)(struct hist_entry_iter *, struct addr_location *);
116 int (*next_entry)(struct hist_entry_iter *, struct addr_location *);
117 int (*add_next_entry)(struct hist_entry_iter *, struct addr_location *);
118 int (*finish_entry)(struct hist_entry_iter *, struct addr_location *);
136 struct addr_location *al, bool single, void *arg);
145 struct addr_location *al,
154 struct addr_location *al,
162 struct addr_location *al,
[all …]
A Dtrace-event-scripting.c25 struct addr_location *al, in scripting_context__update()
26 struct addr_location *addr_al) in scripting_context__update()
53 struct addr_location *al __maybe_unused, in process_event_unsupported()
54 struct addr_location *addr_al __maybe_unused) in process_event_unsupported()
A Ddb-export.h19 struct addr_location;
29 struct addr_location *al;
100 struct addr_location *al, struct addr_location *addr_al);
A 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()
A Dthread-stack.h20 struct addr_location;
106 struct addr_location *from_al,
107 struct addr_location *to_al, u64 ref,
A Devsel_fprintf.h30 struct addr_location;
40 int sample__fprintf_sym(struct perf_sample *sample, struct addr_location *al,
A Dsymbol.h121 struct addr_location { struct
175 const struct addr_location *al,
179 const struct addr_location *al, FILE *fp);
181 const struct addr_location *al,
A 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()
135 struct addr_location al; in access_dso_mem()
A Dhist.c585 struct addr_location *al, in hists__findnew_entry()
692 struct addr_location *al, in __hists__add_entry()
750 struct addr_location *al, in hists__add_entry()
763 struct addr_location *al, in hists__add_entry_ops()
775 struct addr_location *al, in hists__add_entry_block()
800 struct addr_location *al __maybe_unused) in iter_add_next_nop_entry()
962 struct addr_location *al __maybe_unused) in iter_finish_branch_entry()
995 struct addr_location *al __maybe_unused) in iter_finish_normal_entry()
1036 struct addr_location *al) in iter_add_single_cumulative_entry()
1068 struct addr_location *al) in iter_next_cumulative_entry()
[all …]
A Dmachine.h11 struct addr_location;
182 struct addr_location *al);
184 struct addr_location *al);
193 struct addr_location *root_al,
A Devent.c485 struct addr_location al; in perf_event__fprintf_text_poke()
571 struct addr_location *al) in thread__find_map()
636 struct addr_location *al) in thread__find_map_fb()
649 u64 addr, struct addr_location *al) in thread__find_symbol()
658 u64 addr, struct addr_location *al) in thread__find_symbol_fb()
683 int machine__resolve(struct machine *machine, struct addr_location *al, in machine__resolve()
769 void addr_location__put(struct addr_location *al) in addr_location__put()
795 void thread__resolve(struct thread *thread, struct addr_location *al, in thread__resolve()
A Devent.h385 struct addr_location;
387 int machine__resolve(struct machine *machine, struct addr_location *al,
390 void addr_location__put(struct addr_location *al);
396 void thread__resolve(struct thread *thread, struct addr_location *al,
A Dcallchain.h10 struct addr_location;
251 struct evsel *evsel, struct addr_location *al,
254 int fill_callchain_info(struct addr_location *al, struct callchain_cursor_node *node,
A 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, struct addr_location *addr_al) in db_export__sample()
A Dthread-stack.c860 struct addr_location *from_al, in thread_stack__bottom()
861 struct addr_location *to_al, u64 ref) in thread_stack__bottom()
905 struct addr_location *from_al, in thread_stack__no_call_return()
906 struct addr_location *to_al, u64 ref) in thread_stack__no_call_return()
1052 struct addr_location *to_al) in thread_stack__x86_retpoline()
1104 struct addr_location *from_al, in thread_stack__process()
1105 struct addr_location *to_al, u64 ref, in thread_stack__process()
A Devsel_fprintf.c124 struct addr_location node_al; in sample__fprintf_callchain()
204 int sample__fprintf_sym(struct perf_sample *sample, struct addr_location *al, in sample__fprintf_sym()
A Ddata-convert-json.c118 u64 ip, struct addr_location *al) in output_sample_callchain_entry()
151 struct addr_location al, tal; in process_sample_event()
/linux/tools/perf/
A 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()
216 struct addr_location *al, struct perf_annotate *ann, in evsel__add_sample()
266 struct addr_location al; in process_sample_event()
A Dbuiltin-script.c865 struct addr_location alf, alt; in perf_sample__fprintf_brstack()
913 struct addr_location alf, alt; in perf_sample__fprintf_brstacksym()
959 struct addr_location alf, alt; in perf_sample__fprintf_brstackoff()
1009 struct addr_location al; in grab_bb()
1108 struct addr_location al; in print_srccode()
1145 struct addr_location al; in ip__fprintf_sym()
1324 struct addr_location al; in perf_sample__fprintf_addr()
1382 struct addr_location *al, in perf_sample__fprintf_callindent()
1993 struct addr_location *al, in process_event()
2193 struct addr_location al; in process_sample_event()
[all …]
/linux/tools/perf/util/scripting-engines/
A Dtrace-event-python.c396 struct addr_location *al) in python_process_callchain()
480 struct addr_location al; in python_process_brstack()
569 struct addr_location al; in python_process_brstacksym()
777 struct addr_location *al, in get_perf_sample_dict()
778 struct addr_location *addr_al, in get_perf_sample_dict()
859 struct addr_location *al, in python_process_tracepoint()
860 struct addr_location *addr_al) in python_process_tracepoint()
1368 struct addr_location *al, in python_process_general_event()
1369 struct addr_location *addr_al) in python_process_general_event()
1405 struct addr_location *al, in python_process_event()
[all …]
A Dtrace-event-perl.c262 struct addr_location *al) in perl_process_callchain()
340 struct addr_location *al) in perl_process_tracepoint()
456 struct addr_location *al, in perl_process_event()
457 struct addr_location *addr_al) in perl_process_event()

Completed in 47 milliseconds

12