Symbol: thread__maps
tools/perf/arch/arm/tests/dwarf-unwind.c
29
map = maps__find(thread__maps(thread), (u64)sp);
tools/perf/arch/arm64/tests/dwarf-unwind.c
29
map = maps__find(thread__maps(thread), (u64)sp);
tools/perf/arch/powerpc/tests/dwarf-unwind.c
29
map = maps__find(thread__maps(thread), (u64)sp);
tools/perf/arch/x86/tests/dwarf-unwind.c
29
map = maps__find(thread__maps(thread), (u64)sp);
tools/perf/builtin-kvm.c
925
struct machine *machine = maps__machine(thread__maps(thread));
tools/perf/builtin-report.c
930
maps__fprintf_task(thread__maps(thread), comm_indent, fp);
tools/perf/scripts/python/Perf-Trace-Util/Context.c
93
if (c->sample->ip && !c->sample->insn_len && thread__maps(c->al->thread)) {
tools/perf/scripts/python/Perf-Trace-Util/Context.c
94
struct machine *machine = maps__machine(thread__maps(c->al->thread));
tools/perf/tests/code-reading.c
447
ret_len = dso__data_read_offset(dso, maps__machine(thread__maps(thread)),
tools/perf/tests/thread-maps-share.c
45
maps = thread__maps(leader);
tools/perf/tests/thread-maps-share.c
49
TEST_ASSERT_VAL("maps don't match", maps__equal(maps, thread__maps(t1)));
tools/perf/tests/thread-maps-share.c
50
TEST_ASSERT_VAL("maps don't match", maps__equal(maps, thread__maps(t2)));
tools/perf/tests/thread-maps-share.c
51
TEST_ASSERT_VAL("maps don't match", maps__equal(maps, thread__maps(t3)));
tools/perf/tests/thread-maps-share.c
73
other_maps = thread__maps(other);
tools/perf/tests/thread-maps-share.c
76
TEST_ASSERT_VAL("maps don't match", maps__equal(other_maps, thread__maps(other_leader)));
tools/perf/ui/browsers/hists.c
3192
maps__machine(thread__maps(browser->selection->thread)
tools/perf/ui/stdio/hist.c
905
maps__fprintf(thread__maps(h->thread), fp);
tools/perf/util/annotate-arch/annotate-loongarch.c
54
if (maps__find_ams(thread__maps(ms->thread), &target) == 0 &&
tools/perf/util/annotate-arch/annotate-loongarch.c
98
if (maps__find_ams(thread__maps(ms->thread), &target) == 0 &&
tools/perf/util/annotate-arch/annotate-s390.c
53
if (maps__find_ams(thread__maps(ms->thread), &target) == 0 &&
tools/perf/util/annotate.c
997
machine = maps__machine(thread__maps(thread));
tools/perf/util/aslr.c
179
key.machine = maps__machine(thread__maps(aslr_thread));
tools/perf/util/aslr.c
283
remap_key.machine = maps__machine(thread__maps(aslr_thread));
tools/perf/util/callchain.c
1201
machine = maps__machine(thread__maps(node->ms.thread));
tools/perf/util/callchain.c
1215
if (maps__equal(thread__maps(al->thread), machine__kernel_maps(machine))) {
tools/perf/util/cs-etm.c
1153
len = dso__data_read_offset(dso, maps__machine(thread__maps(thread)),
tools/perf/util/db-export.c
183
err = db_export__dso(dbe, dso, maps__machine(thread__maps(al->thread)));
tools/perf/util/db-export.c
361
if (thread__maps(thread))
tools/perf/util/db-export.c
362
machine = maps__machine(thread__maps(thread));
tools/perf/util/disasm.c
1071
if (!maps__find_ams(thread__maps(args->ms->thread), &target) &&
tools/perf/util/disasm.c
274
if (maps__find_ams(thread__maps(ms->thread), &target) == 0 &&
tools/perf/util/disasm.c
408
if (maps__find_ams(thread__maps(ms->thread), &target) == 0 &&
tools/perf/util/dlfilter.c
233
if (thread__maps(al->thread)) {
tools/perf/util/dlfilter.c
234
struct machine *machine = maps__machine(thread__maps(al->thread));
tools/perf/util/event.c
697
struct maps *maps = thread__maps(thread);
tools/perf/util/event.c
761
struct machine *machine = maps__machine(thread__maps(thread));
tools/perf/util/hist.c
257
struct cgroup *cgrp = cgroup__find(maps__machine(thread__maps(h->ms.thread))->env,
tools/perf/util/libunwind-arch/libunwind-arm.c
223
struct maps *maps = thread__maps(thread);
tools/perf/util/libunwind-arch/libunwind-arm64.c
222
struct maps *maps = thread__maps(thread);
tools/perf/util/libunwind-arch/libunwind-i386.c
245
struct maps *maps = thread__maps(thread);
tools/perf/util/libunwind-arch/libunwind-loongarch.c
230
struct maps *maps = thread__maps(thread);
tools/perf/util/libunwind-arch/libunwind-mips.c
232
struct maps *maps = thread__maps(thread);
tools/perf/util/libunwind-arch/libunwind-ppc32.c
236
struct maps *maps = thread__maps(thread);
tools/perf/util/libunwind-arch/libunwind-ppc64.c
236
struct maps *maps = thread__maps(thread);
tools/perf/util/libunwind-arch/libunwind-riscv.c
230
struct maps *maps = thread__maps(thread);
tools/perf/util/libunwind-arch/libunwind-s390.c
232
struct maps *maps = thread__maps(thread);
tools/perf/util/libunwind-arch/libunwind-x86_64.c
254
struct maps *maps = thread__maps(thread);
tools/perf/util/machine.c
408
if (!maps__empty(thread__maps(thread)))
tools/perf/util/machine.c
421
err = maps__copy_from(thread__maps(thread), thread__maps(host_thread));
tools/perf/util/machine.c
498
if (!thread__maps(leader))
tools/perf/util/machine.c
501
if (!thread__maps(leader))
tools/perf/util/machine.c
504
if (thread__maps(th) == thread__maps(leader))
tools/perf/util/machine.c
507
if (thread__maps(th)) {
tools/perf/util/machine.c
513
if (!maps__empty(thread__maps(th)))
tools/perf/util/machine.c
516
maps__put(thread__maps(th));
tools/perf/util/machine.c
519
thread__set_maps(th, maps__get(thread__maps(leader)));
tools/perf/util/scripting-engines/trace-event-python.c
1311
tuple_set_d64(t, 2, maps__machine(thread__maps(es->al->thread))->db_id);
tools/perf/util/sort.c
1144
struct cgroup *cgrp = cgroup__find(maps__machine(thread__maps(he->ms.thread))->env,
tools/perf/util/sort.c
169
struct maps *maps = thread__maps(he->thread);
tools/perf/util/thread-stack.c
158
if (thread__maps(thread) && maps__machine(thread__maps(thread))) {
tools/perf/util/thread-stack.c
159
struct machine *machine = maps__machine(thread__maps(thread));
tools/perf/util/thread.c
101
if (thread__maps(thread)) {
tools/perf/util/thread.c
102
maps__put(thread__maps(thread));
tools/perf/util/thread.c
269
unwind__flush_access(thread__maps(thread));
tools/perf/util/thread.c
35
thread__set_maps(thread, maps__get(thread__maps(leader)));
tools/perf/util/thread.c
361
maps__fprintf(thread__maps(thread), fp);
tools/perf/util/thread.c
369
ret = maps__fixup_overlap_and_insert(thread__maps(thread), map);
tools/perf/util/thread.c
374
return unwind__prepare_access(thread__maps(thread), e_machine);
tools/perf/util/thread.c
381
return unwind__prepare_access(thread__maps(thread), e_machine);
tools/perf/util/thread.c
390
if (maps__equal(thread__maps(thread), thread__maps(parent))) {
tools/perf/util/thread.c
397
return do_maps_clone ? maps__copy_from(thread__maps(thread), thread__maps(parent)) : 0;
tools/perf/util/thread.c
40
return thread__maps(thread) ? 0 : -1;
tools/perf/util/thread.c
505
struct maps *maps = thread__maps(thread);
tools/perf/util/thread.c
524
maps__for_each_map(thread__maps(thread), thread__e_machine_callback, &args);
tools/perf/util/unwind-libdw.c
348
struct maps *maps = thread__maps(thread);
tools/perf/util/unwind-libunwind.c
253
maps__for_each_map(thread__maps(ui->thread), read_unwind_spec_eh_frame_maps_cb, &args);
tools/perf/util/vdso.c
166
maps__for_each_map(thread__maps(thread), machine__thread_dso_type_maps_cb, &args);