/linux-6.1.9/tools/perf/util/ |
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()
|
D | trace-event-scripting.c | 26 struct addr_location *addr_al) in scripting_context__update() argument 37 c->addr_al = addr_al; in scripting_context__update() 54 struct addr_location *addr_al __maybe_unused) in process_event_unsupported()
|
D | trace-event.h | 84 struct addr_location *addr_al); 116 struct addr_location *addr_al; member 125 struct addr_location *addr_al);
|
D | dlfilter.c | 114 struct addr_location *addr_al = d->addr_al; in dlfilter__resolve_addr() local 123 if (!addr_al->thread) { in dlfilter__resolve_addr() 128 thread__resolve(thread, addr_al, d->sample); in dlfilter__resolve_addr() 131 al_to_d_al(addr_al, d_addr_al); in dlfilter__resolve_addr() 451 struct addr_location *addr_al, in dlfilter__do_filter_event() argument 464 d->addr_al = addr_al; in dlfilter__do_filter_event()
|
D | db-export.c | 346 struct addr_location *al, struct addr_location *addr_al) in db_export__sample() argument 392 if (addr_al) { in db_export__sample() 393 err = db_ids_from_al(dbe, addr_al, &es.addr_dso_db_id, in db_export__sample() 399 addr_al, es.db_id, in db_export__sample()
|
D | db-export.h | 100 struct addr_location *al, struct addr_location *addr_al);
|
/linux-6.1.9/tools/perf/dlfilters/ |
D | dlfilter-test-api-v0.c | 245 const struct perf_dlfilter_al *addr_al; in check_addr_al() local 247 addr_al = perf_dlfilter_fns.resolve_addr(ctx); in check_addr_al() 248 if (!addr_al) in check_addr_al() 251 CHECK(addr_al->sym && !strcmp("bar", addr_al->sym)); in check_addr_al() 252 CHECK(!addr_al->symoff); in check_addr_al()
|
/linux-6.1.9/tools/perf/Documentation/ |
D | perf-dlfilter.txt | 244 const struct perf_dlfilter_al *addr_al; 253 addr_al = perf_dlfilter_fns.resolve_addr(ctx); 254 if (!addr_al || !addr_al->sym || strcmp(addr_al->sym, "bar"))
|
/linux-6.1.9/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 818 struct addr_location *addr_al, in get_perf_sample_dict() argument 883 if (addr_al) { in get_perf_sample_dict() 886 set_sym_in_dict(dict_sample, addr_al, "addr_dso", "addr_dso_bid", in get_perf_sample_dict() 910 struct addr_location *addr_al) in python_process_tracepoint() argument 1019 all_entries_dict = get_perf_sample_dict(sample, evsel, al, addr_al, in python_process_tracepoint() 1422 struct addr_location *addr_al) in python_process_general_event() argument 1444 dict = get_perf_sample_dict(sample, evsel, al, addr_al, callchain); in python_process_general_event() 1459 struct addr_location *addr_al) in python_process_event() argument 1463 scripting_context__update(scripting_context, event, sample, evsel, al, addr_al); in python_process_event() 1467 python_process_tracepoint(sample, evsel, al, addr_al); in python_process_event() [all …]
|
D | trace-event-perl.c | 459 struct addr_location *addr_al) in perl_process_event() argument 461 scripting_context__update(scripting_context, event, sample, evsel, al, addr_al); in perl_process_event()
|
/linux-6.1.9/tools/perf/ |
D | builtin-script.c | 1388 struct addr_location *addr_al, in resolve_branch_sym() argument 1396 if (!addr_al->thread) in resolve_branch_sym() 1397 thread__resolve(thread, addr_al, sample); in resolve_branch_sym() 1398 if (addr_al->sym) in resolve_branch_sym() 1399 name = addr_al->sym->name; in resolve_branch_sym() 1418 struct addr_location *addr_al, in perf_sample__fprintf_callindent() argument 1436 name = resolve_branch_sym(sample, evsel, thread, al, addr_al, &ip); in perf_sample__fprintf_callindent() 1520 struct addr_location *addr_al, in perf_sample__fprintf_bts() argument 1529 printed += perf_sample__fprintf_callindent(sample, evsel, thread, al, addr_al, fp); in perf_sample__fprintf_bts() 2078 struct addr_location *addr_al) in show_event() argument [all …]
|