| /linux/tools/perf/util/ |
| A D | dlfilter.h | 15 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 D | addr_location.h | 12 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);
|
| A D | trace-event.h | 86 struct addr_location; 101 struct addr_location *al, 102 struct addr_location *addr_al); 133 struct addr_location *al; 134 struct addr_location *addr_al; 142 struct addr_location *al, 143 struct addr_location *addr_al);
|
| A D | addr_location.c | 7 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()
|
| A D | dlfilter.c | 75 struct addr_location *al = d->al; in get_al() 84 struct addr_location *al = get_al(d); in get_thread() 93 struct addr_location *al; in dlfilter__resolve_ip() 168 struct addr_location al; in dlfilter__resolve_address() 200 struct addr_location *al; in dlfilter__al_cleanup() 228 struct addr_location *al = d->al; in dlfilter__insn() 252 struct addr_location *al; in dlfilter__srcline() 300 struct addr_location *al; in dlfilter__object_code() 301 struct addr_location a; in dlfilter__object_code() 495 struct addr_location *al, in dlfilter__do_filter_event() [all …]
|
| A D | trace-event-scripting.c | 28 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()
|
| A D | thread.h | 18 struct addr_location; 115 struct addr_location *al); 117 struct addr_location *al); 120 u64 addr, struct addr_location *al); 122 u64 addr, struct addr_location *al); 125 struct addr_location *al); 347 void thread__resolve(struct thread *thread, struct addr_location *al,
|
| A D | hist.h | 17 struct addr_location; 125 int (*prepare_entry)(struct hist_entry_iter *, struct addr_location *); 126 int (*add_single_entry)(struct hist_entry_iter *, struct addr_location *); 127 int (*next_entry)(struct hist_entry_iter *, struct addr_location *); 128 int (*add_next_entry)(struct hist_entry_iter *, struct addr_location *); 129 int (*finish_entry)(struct hist_entry_iter *, struct addr_location *); 148 struct addr_location *al, bool single, void *arg); 314 struct addr_location *al, 324 struct addr_location *al, 333 struct addr_location *al, [all …]
|
| A D | symbol_fprintf.c | 20 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 D | db-export.h | 19 struct addr_location; 29 struct addr_location *al; 100 struct addr_location *al, struct addr_location *addr_al);
|
| A D | thread-stack.h | 20 struct addr_location; 106 struct addr_location *from_al, 107 struct addr_location *to_al, u64 ref,
|
| A D | print_insn.c | 87 struct addr_location al; in print_insn_x86() 110 static bool is64bitip(struct machine *machine, struct addr_location *al) in is64bitip() 156 struct addr_location *al) in sample__fprintf_insn_asm() 174 struct addr_location *al __maybe_unused) in sample__fprintf_insn_asm()
|
| A D | machine.h | 12 struct addr_location; 175 struct addr_location *al); 177 struct addr_location *al); 186 struct addr_location *root_al, 195 struct addr_location *root_al, in thread__resolve_callchain() 326 int machine__resolve(struct machine *machine, struct addr_location *al,
|
| A D | evsel_fprintf.h | 31 struct addr_location; 41 int sample__fprintf_sym(struct perf_sample *sample, struct addr_location *al,
|
| A D | unwind-libdw.c | 44 static int __report_module(struct addr_location *al, u64 ip, in __report_module() 110 struct addr_location al; in report_module() 127 struct addr_location al; in entry() 161 struct addr_location al; in access_dso_mem()
|
| A D | hist.c | 600 const struct addr_location *al, in hists__findnew_entry() 707 struct addr_location *al, in __hists__add_entry() 771 struct addr_location *al, in hists__add_entry() 785 struct addr_location *al, in hists__add_entry_ops() 798 struct addr_location *al, in hists__add_entry_block() 823 struct addr_location *al __maybe_unused) in iter_add_next_nop_entry() 990 struct addr_location *al __maybe_unused) in iter_finish_branch_entry() 1026 struct addr_location *al __maybe_unused) in iter_finish_normal_entry() 1071 struct addr_location *al) in iter_add_single_cumulative_entry() 1103 struct addr_location *al) in iter_next_cumulative_entry() [all …]
|
| A D | callchain.h | 10 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,
|
| A D | symbol.h | 160 const struct addr_location *al, 164 const struct addr_location *al, FILE *fp); 166 const struct addr_location *al,
|
| A D | event.c | 531 struct addr_location al; in perf_event__fprintf_text_poke() 619 struct addr_location *al) in thread__find_map() 684 struct addr_location *al) in thread__find_map_fb() 697 u64 addr, struct addr_location *al) in thread__find_symbol() 706 u64 addr, struct addr_location *al) in thread__find_symbol_fb() 731 int machine__resolve(struct machine *machine, struct addr_location *al, in machine__resolve() 839 void thread__resolve(struct thread *thread, struct addr_location *al, in thread__resolve()
|
| A D | print_insn.h | 16 struct machine *machine, FILE *fp, struct addr_location *al);
|
| A D | db-export.c | 176 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()
|
| A D | data-convert-json.c | 122 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()
|
| A D | evsel_fprintf.c | 162 struct addr_location node_al; in sample__fprintf_callchain() 207 int sample__fprintf_sym(struct perf_sample *sample, struct addr_location *al, in sample__fprintf_sym()
|
| /linux/tools/perf/util/scripting-engines/ |
| A D | trace-event-python.c | 420 struct addr_location *al) in python_process_callchain() 474 struct addr_location node_al; in python_process_callchain() 527 struct addr_location al; in python_process_brstack() 616 struct addr_location al; in python_process_brstacksym() 846 struct addr_location *al, in get_perf_sample_dict() 847 struct addr_location *addr_al, in get_perf_sample_dict() 946 struct addr_location *al, in python_process_tracepoint() 1474 struct addr_location *al, in python_process_general_event() 1475 struct addr_location *addr_al) in python_process_general_event() 1511 struct addr_location *al, in python_process_event() [all …]
|
| /linux/tools/perf/ |
| A D | builtin-annotate.c | 145 static void process_branch_stack(struct branch_stack *bs, struct addr_location *al, in process_branch_stack() 172 struct addr_location *al __maybe_unused, in hist_iter__branch_callback() 196 struct addr_location *al, in process_branch_callback() 207 struct addr_location a; in process_branch_callback() 239 struct addr_location *al, struct perf_annotate *ann, in evsel__add_sample() 290 struct addr_location al; in process_sample_event()
|