| /linux/tools/perf/util/ |
| H A D | dlfilter.h | 36 struct addr_location *addr_al; member 64 struct addr_location *addr_al, 75 struct addr_location *addr_al) in dlfilter__filter_event() argument 79 return dlfilter__do_filter_event(d, event, sample, evsel, machine, al, addr_al, false); in dlfilter__filter_event() 88 struct addr_location *addr_al) in dlfilter__filter_event_early() argument 92 return dlfilter__do_filter_event(d, event, sample, evsel, machine, al, addr_al, true); in dlfilter__filter_event_early()
|
| H A D | dlfilter.c | 119 struct addr_location *addr_al = d->addr_al; in dlfilter__resolve_addr() local 128 if (!addr_al->thread) { in dlfilter__resolve_addr() 133 thread__resolve(thread, addr_al, d->sample); in dlfilter__resolve_addr() 136 al_to_d_al(addr_al, d_addr_al); in dlfilter__resolve_addr() 497 struct addr_location *addr_al, in dlfilter__do_filter_event() argument 510 d->addr_al = addr_al; in dlfilter__do_filter_event()
|
| H A D | db-export.c | 351 struct addr_location *al, struct addr_location *addr_al) in db_export__sample() argument 403 if (addr_al) { in db_export__sample() 404 err = db_ids_from_al(dbe, addr_al, &es.addr_dso_db_id, in db_export__sample() 410 addr_al, es.db_id, in db_export__sample()
|
| H A D | db-export.h | 100 struct addr_location *al, struct addr_location *addr_al);
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-dlfilter.txt | 262 const struct perf_dlfilter_al *addr_al; 271 addr_al = perf_dlfilter_fns.resolve_addr(ctx); 272 if (!addr_al || !addr_al->sym || strcmp(addr_al->sym, "bar"))
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 833 struct addr_location *addr_al, in get_perf_sample_dict() argument 904 if (addr_al) { in get_perf_sample_dict() 907 set_sym_in_dict(dict_sample, addr_al, "addr_dso", "addr_dso_bid", in get_perf_sample_dict() 933 struct addr_location *addr_al) in python_process_tracepoint() argument 1046 all_entries_dict = get_perf_sample_dict(sample, evsel, al, addr_al, in python_process_tracepoint() 1067 struct addr_location *addr_al __maybe_unused) in python_process_tracepoint() 1462 struct addr_location *addr_al) in python_process_general_event() argument 1484 dict = get_perf_sample_dict(sample, evsel, al, addr_al, callchain); in python_process_general_event() 1499 struct addr_location *addr_al) in python_process_event() argument 1503 scripting_context__update(scripting_context, event, sample, evsel, al, addr_al); in python_process_event() [all …]
|
| /linux/tools/perf/ |
| H A D | builtin-script.c | 1537 struct addr_location *addr_al, in resolve_branch_sym() argument 1544 if (!addr_al->thread) in resolve_branch_sym() 1545 thread__resolve(thread, addr_al, sample); in resolve_branch_sym() 1546 if (addr_al->sym) in resolve_branch_sym() 1547 name = addr_al->sym->name; in resolve_branch_sym() 1566 struct addr_location *addr_al, in perf_sample__fprintf_callindent() argument 1583 name = resolve_branch_sym(sample, evsel, thread, al, addr_al, &ip); in perf_sample__fprintf_callindent() 1657 struct addr_location *addr_al, in perf_sample__fprintf_bts() argument 1666 printed += perf_sample__fprintf_callindent(sample, evsel, thread, al, addr_al, fp); in perf_sample__fprintf_bts() 2371 struct addr_location *addr_al) in show_event() argument [all …]
|