/kernel/linux/linux-6.6/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() 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() 92 return dlfilter__do_filter_event(d, event, sample, evsel, machine, al, addr_al, true); in dlfilter__filter_event_early() 69 dlfilter__filter_event(struct dlfilter *d, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine, struct addr_location *al, struct addr_location *addr_al) dlfilter__filter_event() argument 82 dlfilter__filter_event_early(struct dlfilter *d, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine, struct addr_location *al, struct addr_location *addr_al) dlfilter__filter_event_early() argument
|
H A D | trace-event-scripting.c | 29 struct addr_location *addr_al) in scripting_context__update() 41 c->addr_al = addr_al; in scripting_context__update() 58 struct addr_location *addr_al __maybe_unused) in process_event_unsupported() 24 scripting_context__update(struct scripting_context *c, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct addr_location *al, struct addr_location *addr_al) scripting_context__update() argument
|
H A D | trace-event.h | 99 struct addr_location *addr_al); 131 struct addr_location *addr_al; member 140 struct addr_location *addr_al);
|
H A D | dlfilter.c | 117 struct addr_location *addr_al = d->addr_al; in dlfilter__resolve_addr() local 126 if (!addr_al->thread) { in dlfilter__resolve_addr() 131 thread__resolve(thread, addr_al, d->sample); in dlfilter__resolve_addr() 134 al_to_d_al(addr_al, d_addr_al); in dlfilter__resolve_addr() 494 struct addr_location *addr_al, in dlfilter__do_filter_event() 507 d->addr_al = addr_al; in dlfilter__do_filter_event() 488 dlfilter__do_filter_event(struct dlfilter *d, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine, struct addr_location *al, struct addr_location *addr_al, bool early) dlfilter__do_filter_event() argument
|
H A D | db-export.c | 350 struct addr_location *al, struct addr_location *addr_al) in db_export__sample() 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() 348 db_export__sample(struct db_export *dbe, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct addr_location *al, struct addr_location *addr_al) db_export__sample() argument
|
H A D | db-export.h | 100 struct addr_location *al, struct addr_location *addr_al);
|
/kernel/linux/linux-6.6/tools/perf/dlfilters/ |
H A D | dlfilter-test-api-v2.c | 260 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()
|
H A 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()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | db-export.c | 394 struct addr_location addr_al; in db_export__sample() local 396 thread__resolve(thread, &addr_al, sample); in db_export__sample() 397 err = db_ids_from_al(dbe, &addr_al, &es.addr_dso_db_id, in db_export__sample() 403 &addr_al, es.db_id, in db_export__sample()
|
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 839 struct addr_location *addr_al, in get_perf_sample_dict() 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() 932 struct addr_location *addr_al) in python_process_tracepoint() 1044 all_entries_dict = get_perf_sample_dict(sample, evsel, al, addr_al, in python_process_tracepoint() 1065 struct addr_location *addr_al __maybe_unused) in python_process_tracepoint() 1457 struct addr_location *addr_al) in python_process_general_event() 1479 dict = get_perf_sample_dict(sample, evsel, al, addr_al, callchain); in python_process_general_event() 1494 struct addr_location *addr_al) in python_process_event() 1498 scripting_context__update(scripting_context, event, sample, evsel, al, addr_al); in python_process_event() 836 get_perf_sample_dict(struct perf_sample *sample, struct evsel *evsel, struct addr_location *al, struct addr_location *addr_al, PyObject *callchain) get_perf_sample_dict() argument 929 python_process_tracepoint(struct perf_sample *sample, struct evsel *evsel, struct addr_location *al, struct addr_location *addr_al) python_process_tracepoint() argument 1454 python_process_general_event(struct perf_sample *sample, struct evsel *evsel, struct addr_location *al, struct addr_location *addr_al) python_process_general_event() argument 1490 python_process_event(union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct addr_location *al, struct addr_location *addr_al) python_process_event() argument [all...] |
H A D | trace-event-perl.c | 465 struct addr_location *addr_al) in perl_process_event() 467 scripting_context__update(scripting_context, event, sample, evsel, al, addr_al); in perl_process_event() 461 perl_process_event(union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct addr_location *al, struct addr_location *addr_al) perl_process_event() argument
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-script.c | 1412 struct addr_location *addr_al, in resolve_branch_sym() 1420 if (!addr_al->thread) in resolve_branch_sym() 1421 thread__resolve(thread, addr_al, sample); in resolve_branch_sym() 1422 if (addr_al->sym) in resolve_branch_sym() 1423 name = addr_al->sym->name; in resolve_branch_sym() 1442 struct addr_location *addr_al, in perf_sample__fprintf_callindent() 1460 name = resolve_branch_sym(sample, evsel, thread, al, addr_al, &ip); in perf_sample__fprintf_callindent() 1544 struct addr_location *addr_al, in perf_sample__fprintf_bts() 1553 printed += perf_sample__fprintf_callindent(sample, evsel, thread, al, addr_al, fp); in perf_sample__fprintf_bts() 2099 struct addr_location *addr_al) in show_event() 1408 resolve_branch_sym(struct perf_sample *sample, struct evsel *evsel, struct thread *thread, struct addr_location *al, struct addr_location *addr_al, u64 *ip) resolve_branch_sym() argument 1438 perf_sample__fprintf_callindent(struct perf_sample *sample, struct evsel *evsel, struct thread *thread, struct addr_location *al, struct addr_location *addr_al, FILE *fp) perf_sample__fprintf_callindent() argument 1540 perf_sample__fprintf_bts(struct perf_sample *sample, struct evsel *evsel, struct thread *thread, struct addr_location *al, struct addr_location *addr_al, struct machine *machine, FILE *fp) perf_sample__fprintf_bts() argument 2095 show_event(struct perf_sample *sample, struct evsel *evsel, struct thread *thread, struct addr_location *al, struct addr_location *addr_al) show_event() argument 2137 process_event(struct perf_script *script, struct perf_sample *sample, struct evsel *evsel, struct addr_location *al, struct addr_location *addr_al, struct machine *machine) process_event() argument 2356 struct addr_location addr_al; process_sample_event() local [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-script.c | 1312 struct addr_location addr_al; in resolve_branch_sym() local 1318 thread__resolve(thread, &addr_al, sample); in resolve_branch_sym() 1319 if (addr_al.sym) in resolve_branch_sym() 1320 name = addr_al.sym->name; in resolve_branch_sym()
|