Home
last modified time | relevance | path

Searched refs:maps__machine (Results 1 – 19 of 19) sorted by relevance

/linux-6.6.21/tools/perf/util/
Dunwind-libunwind.c39 machine = maps__machine(maps); in unwind__prepare_access()
Dmaps.h79 static inline struct machine *maps__machine(struct maps *maps) in maps__machine() function
Ddb-export.c184 err = db_export__dso(dbe, dso, maps__machine(al->maps)); in db_ids_from_al()
368 machine = maps__machine(al->maps); in db_export__sample()
Dmap.c241 return machine__kernel_map(maps__machine(map__kmaps((struct map *)map))) == map; in __map__is_kernel()
540 struct machine *machine = maps__machine(kmap->kmaps); in map__rip_2objdump()
Dsymbol.c860 machine = maps__machine(kmaps); in maps__split_kallsyms()
989 machine__is_default_guest(maps__machine(kmaps))) { in maps__split_kallsyms()
1387 machine = maps__machine(kmaps); in dso__load_kcore()
1918 machine = maps__machine(map__kmaps(map)); in dso__load()
2439 struct machine *machine = maps__machine(map__kmaps(map)); in dso__load_guest_kernel_sym()
Devent.c602 struct machine *machine = maps__machine(maps); in thread__find_map()
667 struct machine *machine = maps__machine(thread__maps(thread)); in thread__find_map_fb()
Dthread-stack.c158 if (thread__maps(thread) && maps__machine(thread__maps(thread))) { in thread_stack__init()
159 struct machine *machine = maps__machine(thread__maps(thread)); in thread_stack__init()
Ddlfilter.c232 struct machine *machine = maps__machine(thread__maps(al->thread)); in dlfilter__insn()
Dunwind-libunwind-local.c788 .machine = maps__machine(thread__maps(thread)), in _unwind__get_entries()
Dcallchain.c1129 struct machine *machine = maps__machine(node->ms.maps); in fill_callchain_info()
Dcs-etm.c998 len = dso__data_read_offset(dso, maps__machine(thread__maps(tidq->thread)), in cs_etm__mem_access()
Dhist.c244 struct cgroup *cgrp = cgroup__find(maps__machine(h->ms.maps)->env, in hists__calc_col_len()
Dsymbol-elf.c1469 dsos__add(&maps__machine(kmaps)->dsos, curr_dso); in dso__process_kernel_symbol()
Dmachine.c2898 if (machine__normalized_is(maps__machine(thread__maps(thread)), "arm64")) in get_leaf_frame_caller()
Dsort.c806 struct cgroup *cgrp = cgroup__find(maps__machine(he->ms.maps)->env, in hist_entry__cgroup_snprintf()
/linux-6.6.21/tools/perf/scripts/python/Perf-Trace-Util/
DContext.c104 struct machine *machine = maps__machine(thread__maps(c->al->thread)); in perf_sample_insn()
/linux-6.6.21/tools/perf/tests/
Dcode-reading.c273 ret_len = dso__data_read_offset(dso, maps__machine(thread__maps(thread)), in read_object_code()
/linux-6.6.21/tools/perf/util/scripting-engines/
Dtrace-event-python.c1306 tuple_set_d64(t, 2, maps__machine(es->al->maps)->db_id); in python_export_sample_table()
/linux-6.6.21/tools/perf/ui/browsers/
Dhists.c3137 maps__machine(browser->selection->maps)->vmlinux_map); in evsel__hists_browse()