Searched refs:thread__maps (Results 1 - 21 of 21) sorted by relevance

/linux-master/tools/perf/tests/
H A Dthread-maps-share.c45 maps = thread__maps(leader);
49 TEST_ASSERT_VAL("maps don't match", maps__equal(maps, thread__maps(t1)));
50 TEST_ASSERT_VAL("maps don't match", maps__equal(maps, thread__maps(t2)));
51 TEST_ASSERT_VAL("maps don't match", maps__equal(maps, thread__maps(t3)));
73 other_maps = thread__maps(other);
76 TEST_ASSERT_VAL("maps don't match", maps__equal(other_maps, thread__maps(other_leader)));
H A Dcode-reading.c283 ret_len = dso__data_read_offset(dso, maps__machine(thread__maps(thread)),
/linux-master/tools/perf/util/
H A Dthread.c32 thread__set_maps(thread, maps__get(thread__maps(leader)));
37 return thread__maps(thread) ? 0 : -1;
99 if (thread__maps(thread)) {
100 maps__put(thread__maps(thread));
251 unwind__flush_access(thread__maps(thread));
337 maps__fprintf(thread__maps(thread), fp);
344 ret = unwind__prepare_access(thread__maps(thread), map, NULL);
348 return maps__fixup_overlap_and_insert(thread__maps(thread), map);
373 args.maps = thread__maps(thread);
374 maps__for_each_map(thread__maps(threa
[all...]
H A Dunwind-libunwind.c87 const struct unwind_libunwind_ops *ops = maps__unwind_libunwind_ops(thread__maps(thread));
H A Dunwind-libunwind-local.c347 maps__for_each_map(thread__maps(ui->thread), read_unwind_spec_eh_frame_maps_cb, &args);
752 addr_space = maps__addr_space(thread__maps(ui->thread));
802 .machine = maps__machine(thread__maps(thread)),
H A Ddlfilter.c233 if (thread__maps(al->thread)) {
234 struct machine *machine = maps__machine(thread__maps(al->thread));
H A Dvdso.c168 maps__for_each_map(thread__maps(thread), machine__thread_dso_type_maps_cb, &args);
H A Dthread.h129 static inline struct maps *thread__maps(struct thread *thread) function
H A Dunwind-libdw.c266 .machine = maps__machine((thread__maps(thread))),
H A Dmachine.c390 if (!maps__empty(thread__maps(thread)))
403 err = maps__copy_from(thread__maps(thread), thread__maps(host_thread));
480 if (!thread__maps(leader))
483 if (!thread__maps(leader))
486 if (thread__maps(th) == thread__maps(leader))
489 if (thread__maps(th)) {
495 if (!maps__empty(thread__maps(th)))
498 maps__put(thread__maps(t
[all...]
H A Dthread-stack.c158 if (thread__maps(thread) && maps__machine(thread__maps(thread))) {
159 struct machine *machine = maps__machine(thread__maps(thread));
H A Devent.c601 struct maps *maps = thread__maps(thread);
667 struct machine *machine = maps__machine(thread__maps(thread));
H A Ddb-export.c257 al.maps = maps__get(thread__maps(thread));
H A Dcs-etm.c1021 len = dso__data_read_offset(dso, maps__machine(thread__maps(tidq->thread)),
/linux-master/tools/perf/arch/powerpc/tests/
H A Ddwarf-unwind.c29 map = maps__find(thread__maps(thread), (u64)sp);
/linux-master/tools/perf/arch/arm64/tests/
H A Ddwarf-unwind.c29 map = maps__find(thread__maps(thread), (u64)sp);
/linux-master/tools/perf/arch/arm/tests/
H A Ddwarf-unwind.c29 map = maps__find(thread__maps(thread), (u64)sp);
/linux-master/tools/perf/arch/x86/tests/
H A Ddwarf-unwind.c29 map = maps__find(thread__maps(thread), (u64)sp);
/linux-master/tools/perf/scripts/python/Perf-Trace-Util/
H A DContext.c103 if (c->sample->ip && !c->sample->insn_len && thread__maps(c->al->thread)) {
104 struct machine *machine = maps__machine(thread__maps(c->al->thread));
/linux-master/tools/perf/ui/stdio/
H A Dhist.c888 maps__fprintf(thread__maps(h->thread), fp);
/linux-master/tools/perf/
H A Dbuiltin-report.c905 maps__fprintf_task(thread__maps(thread), comm_indent, fp);

Completed in 321 milliseconds