Home
last modified time | relevance | path

Searched refs:addr_al (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/tools/perf/util/
H A Ddlfilter.h36 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 Dtrace-event.h99 struct addr_location *addr_al);
132 struct addr_location *addr_al; member
141 struct addr_location *addr_al);
H A Ddlfilter.c119 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 Dtrace-event-scripting.c109 struct addr_location *addr_al) in scripting_context__update() argument
123 c->addr_al = addr_al; in scripting_context__update()
140 struct addr_location *addr_al __maybe_unused) in process_event_unsupported()
H A Ddb-export.c350 struct addr_location *al, struct addr_location *addr_al) in db_export__sample() argument
398 if (addr_al) { in db_export__sample()
399 err = db_ids_from_al(dbe, addr_al, &es.addr_dso_db_id, in db_export__sample()
405 addr_al, es.db_id, in db_export__sample()
H A Ddb-export.h100 struct addr_location *al, struct addr_location *addr_al);
/linux-6.15/tools/perf/dlfilters/
H A Ddlfilter-test-api-v0.c245 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()
H A Ddlfilter-test-api-v2.c260 const struct perf_dlfilter_al *addr_al; in check_addr_al() local
262 addr_al = perf_dlfilter_fns.resolve_addr(ctx); in check_addr_al()
263 if (!addr_al) in check_addr_al()
266 CHECK(addr_al->sym && !strcmp("bar", addr_al->sym)); in check_addr_al()
267 CHECK(!addr_al->symoff); in check_addr_al()
/linux-6.15/tools/perf/Documentation/
H A Dperf-dlfilter.txt262 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-6.15/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c834 struct addr_location *addr_al, in get_perf_sample_dict() argument
905 if (addr_al) { in get_perf_sample_dict()
908 set_sym_in_dict(dict_sample, addr_al, "addr_dso", "addr_dso_bid", in get_perf_sample_dict()
934 struct addr_location *addr_al) in python_process_tracepoint() argument
1047 all_entries_dict = get_perf_sample_dict(sample, evsel, al, addr_al, in python_process_tracepoint()
1068 struct addr_location *addr_al __maybe_unused) in python_process_tracepoint()
1463 struct addr_location *addr_al) in python_process_general_event() argument
1485 dict = get_perf_sample_dict(sample, evsel, al, addr_al, callchain); in python_process_general_event()
1500 struct addr_location *addr_al) in python_process_event() argument
1508 python_process_tracepoint(sample, evsel, al, addr_al); in python_process_event()
[all …]
H A Dtrace-event-perl.c466 struct addr_location *addr_al) in perl_process_event() argument
468 scripting_context__update(scripting_context, event, sample, evsel, al, addr_al); in perl_process_event()
/linux-6.15/tools/perf/
H A Dbuiltin-script.c1550 if (!addr_al->thread) in resolve_branch_sym()
1552 if (addr_al->sym) in resolve_branch_sym()
1553 name = addr_al->sym->name; in resolve_branch_sym()
1572 struct addr_location *addr_al, in perf_sample__fprintf_callindent() argument
1663 struct addr_location *addr_al, in perf_sample__fprintf_bts() argument
2189 struct addr_location *addr_al, in process_event() argument
2410 struct addr_location addr_al; in process_sample_event() local
2415 addr_location__init(&addr_al); in process_sample_event()
2471 if (!addr_al.thread) in process_sample_event()
2473 addr_al_ptr = &addr_al; in process_sample_event()
[all …]