Searched refs:addr_al (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/perf/util/
H A Ddlfilter.h36 struct addr_location *addr_al; member in struct:dlfilter
64 struct addr_location *addr_al,
75 struct addr_location *addr_al)
79 return dlfilter__do_filter_event(d, event, sample, evsel, machine, al, addr_al, false);
88 struct addr_location *addr_al)
92 return dlfilter__do_filter_event(d, event, sample, evsel, machine, al, addr_al, true);
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) 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) argument
H A Dtrace-event-scripting.c29 struct addr_location *addr_al)
41 c->addr_al = addr_al;
58 struct addr_location *addr_al __maybe_unused)
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) argument
H A Dtrace-event.h102 struct addr_location *addr_al);
134 struct addr_location *addr_al; member in struct:scripting_context
143 struct addr_location *addr_al);
H A Ddlfilter.c119 struct addr_location *addr_al = d->addr_al; local
128 if (!addr_al->thread) {
133 thread__resolve(thread, addr_al, d->sample);
136 al_to_d_al(addr_al, d_addr_al);
496 struct addr_location *addr_al,
509 d->addr_al = addr_al;
490 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) argument
H A Ddb-export.h100 struct addr_location *al, struct addr_location *addr_al);
H A Ddb-export.c350 struct addr_location *al, struct addr_location *addr_al)
398 if (addr_al) {
399 err = db_ids_from_al(dbe, addr_al, &es.addr_dso_db_id,
405 addr_al, es.db_id,
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) argument
/linux-master/tools/perf/dlfilters/
H A Ddlfilter-test-api-v0.c245 const struct perf_dlfilter_al *addr_al; local
247 addr_al = perf_dlfilter_fns.resolve_addr(ctx);
248 if (!addr_al)
251 CHECK(addr_al->sym && !strcmp("bar", addr_al->sym));
252 CHECK(!addr_al->symoff);
H A Ddlfilter-test-api-v2.c260 const struct perf_dlfilter_al *addr_al; local
262 addr_al = perf_dlfilter_fns.resolve_addr(ctx);
263 if (!addr_al)
266 CHECK(addr_al->sym && !strcmp("bar", addr_al->sym));
267 CHECK(!addr_al->symoff);
/linux-master/tools/perf/
H A Dbuiltin-script.c1427 struct addr_location *addr_al,
1435 if (!addr_al->thread)
1436 thread__resolve(thread, addr_al, sample);
1437 if (addr_al->sym)
1438 name = addr_al->sym->name;
1457 struct addr_location *addr_al,
1475 name = resolve_branch_sym(sample, evsel, thread, al, addr_al, &ip);
1560 struct addr_location *addr_al,
1569 printed += perf_sample__fprintf_callindent(sample, evsel, thread, al, addr_al, fp);
2115 struct addr_location *addr_al)
1423 resolve_branch_sym(struct perf_sample *sample, struct evsel *evsel, struct thread *thread, struct addr_location *al, struct addr_location *addr_al, u64 *ip) argument
1453 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) argument
1556 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) argument
2111 show_event(struct perf_sample *sample, struct evsel *evsel, struct thread *thread, struct addr_location *al, struct addr_location *addr_al) argument
2153 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) argument
2372 struct addr_location addr_al; local
[all...]
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c845 struct addr_location *addr_al,
914 if (addr_al) {
917 set_sym_in_dict(dict_sample, addr_al, "addr_dso", "addr_dso_bid",
943 struct addr_location *addr_al)
1055 all_entries_dict = get_perf_sample_dict(sample, evsel, al, addr_al,
1076 struct addr_location *addr_al __maybe_unused)
1470 struct addr_location *addr_al)
1492 dict = get_perf_sample_dict(sample, evsel, al, addr_al, callchain);
1507 struct addr_location *addr_al)
1511 scripting_context__update(scripting_context, event, sample, evsel, al, addr_al);
842 get_perf_sample_dict(struct perf_sample *sample, struct evsel *evsel, struct addr_location *al, struct addr_location *addr_al, PyObject *callchain) argument
940 python_process_tracepoint(struct perf_sample *sample, struct evsel *evsel, struct addr_location *al, struct addr_location *addr_al) argument
1467 python_process_general_event(struct perf_sample *sample, struct evsel *evsel, struct addr_location *al, struct addr_location *addr_al) argument
1503 python_process_event(union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct addr_location *al, struct addr_location *addr_al) argument
[all...]
H A Dtrace-event-perl.c465 struct addr_location *addr_al)
467 scripting_context__update(scripting_context, event, sample, evsel, al, addr_al);
461 perl_process_event(union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct addr_location *al, struct addr_location *addr_al) argument

Completed in 227 milliseconds