/tools/perf/util/ |
D | hist.h | 13 struct addr_location; 76 int (*prepare_entry)(struct hist_entry_iter *, struct addr_location *); 77 int (*add_single_entry)(struct hist_entry_iter *, struct addr_location *); 78 int (*next_entry)(struct hist_entry_iter *, struct addr_location *); 79 int (*add_next_entry)(struct hist_entry_iter *, struct addr_location *); 80 int (*finish_entry)(struct hist_entry_iter *, struct addr_location *); 98 struct addr_location *al, bool single, void *arg); 107 struct addr_location *al, 113 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
|
D | thread.h | 59 struct addr_location *al); 63 struct addr_location *al); 68 struct addr_location *al);
|
D | unwind-libdw.c | 23 static int __report_module(struct addr_location *al, u64 ip, in __report_module() 50 struct addr_location al; in report_module() 59 struct addr_location al; in entry() 89 struct addr_location al; in access_dso_mem()
|
D | hist.c | 378 struct addr_location *al, in add_hist_entry() 449 struct addr_location *al, in __hists__add_entry() 485 struct addr_location *al __maybe_unused) in iter_next_nop_entry() 492 struct addr_location *al __maybe_unused) in iter_add_next_nop_entry() 498 iter_prepare_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_mem_entry() 512 iter_add_single_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_single_mem_entry() 544 struct addr_location *al __maybe_unused) in iter_finish_mem_entry() 571 iter_prepare_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_branch_entry() 589 struct addr_location *al __maybe_unused) in iter_add_single_branch_entry() 598 iter_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_next_branch_entry() [all …]
|
D | trace-event.h | 60 struct addr_location; 73 struct addr_location *al);
|
D | machine.h | 10 struct addr_location; 122 struct addr_location *al); 124 struct addr_location *al); 130 struct addr_location *root_al,
|
D | callchain.h | 166 struct perf_evsel *evsel, struct addr_location *al, 169 int fill_callchain_info(struct addr_location *al, struct callchain_cursor_node *node,
|
D | event.h | 313 struct addr_location; 317 struct addr_location *al, 328 struct addr_location *al);
|
D | trace-event-scripting.c | 47 struct addr_location *al __maybe_unused) in process_event_unsupported()
|
D | build-id.c | 25 struct addr_location al; in build_id__mark_dso_hit()
|
D | symbol.h | 197 struct addr_location { struct 273 const struct addr_location *al, FILE *fp);
|
D | session.h | 109 struct addr_location *al,
|
D | unwind-libunwind.c | 285 struct addr_location al; in find_map() 374 struct addr_location al; in access_dso_mem() 483 struct addr_location al; in entry()
|
D | machine.c | 1297 struct addr_location al; in ip__resolve_ams() 1318 struct addr_location al; in ip__resolve_data() 1341 struct addr_location *al) in sample__resolve_mem() 1357 struct addr_location *al) in sample__resolve_bstack() 1378 struct addr_location *root_al, in machine__resolve_callchain_sample() 1403 struct addr_location al; in machine__resolve_callchain_sample() 1477 struct addr_location *root_al, in machine__resolve_callchain()
|
D | thread.c | 203 struct addr_location *al) in thread__find_cpumode_addr_location()
|
D | event.c | 736 struct addr_location *al) in thread__find_addr_map() 811 struct addr_location *al) in thread__find_addr_location() 823 struct addr_location *al, in perf_event__preprocess_sample() 907 struct addr_location *al) in perf_event__preprocess_sample_addr()
|
D | callchain.c | 749 struct perf_evsel *evsel, struct addr_location *al, in sample__resolve_callchain() 770 int fill_callchain_info(struct addr_location *al, struct callchain_cursor_node *node, in fill_callchain_info()
|
/tools/perf/ |
D | builtin-annotate.c | 51 struct addr_location *al, in perf_evsel__add_sample() 86 struct addr_location al; in process_sample_event()
|
D | builtin-mem.c | 63 struct addr_location al; in dump_raw_samples()
|
D | builtin-report.c | 101 struct addr_location *al, bool single, in hist_iter__report_callback() 151 struct addr_location al; in process_sample_event()
|
/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 304 struct addr_location *al) in python_process_callchain() 381 struct addr_location *al) in python_process_tracepoint() 481 struct addr_location *al) in python_process_general_event() 558 struct addr_location *al) in python_process_event()
|
/tools/perf/tests/ |
D | mmap-thread-lookup.c | 183 struct addr_location al; in mmap_events()
|
D | hists_filter.c | 49 struct addr_location al; in add_hist_entries()
|
D | hists_link.c | 65 struct addr_location al; in add_hist_entries()
|
/tools/perf/arch/powerpc/util/ |
D | skip-callchain-idx.c | 227 struct addr_location al; in arch_skip_callchain_idx()
|