Home
last modified time | relevance | path

Searched refs:map__end (Results 1 – 22 of 22) sorted by relevance

/linux/tools/perf/util/
A Dmaps.c75 assert(map__end(map) == 0 || map__start(map) <= map__end(map)); in check_invariants()
95 assert(map__end(prev) <= map__end(map)); in check_invariants()
305 u64 map_a_end = map__end(map_a); in map__start_cmp()
306 u64 map_b_end = map__end(map_b); in map__start_cmp()
484 if (map__end(new) < map__start(new)) in __maps__insert()
725 if (map__end(pos) > map__start(map)) { in first_ending_after()
818 if (map__start(pos) >= map__end(new)) in __maps__fixup_overlap_and_insert()
847 if (map__end(new) < map__end(pos)) { in __maps__fixup_overlap_and_insert()
857 map__set_start(after, map__end(new)); in __maps__fixup_overlap_and_insert()
1031 if (ip >= map__end(map)) in map__addr_cmp()
[all …]
A Dmap.h57 static inline u64 map__end(const struct map *map) in map__end() function
104 return map__end(map) - map__start(map); in map__size()
A Ddlfilter.c291 if (ip + len >= map__end(map)) in code_read()
292 len = map__end(map) - ip; in code_read()
311 if (al->map && ip >= map__start(al->map) && ip < map__end(al->map) && in dlfilter__object_code()
A Dmap.c436 map__start(map), map__end(map), map__pgoff(map), dso__name(dso)); in map__fprintf()
610 return ip >= map__start(map) && ip < map__end(map); in map__contains_symbol()
A Dunwind-libunwind-local.c475 di.end_ip = map__end(map); in find_proc_info()
500 if (dwarf_find_debug_frame(0, &di, ip, base, symfile, start, map__end(map))) in find_proc_info()
A Dsymbol.c823 if (pos->end > map__end(curr_map)) in maps__split_kallsyms_for_kcore()
824 pos->end = map__end(curr_map); in maps__split_kallsyms_for_kcore()
1352 if (!(stext >= map__start(new_map) && stext < map__end(new_map))) in dso__load_kcore()
1380 map__set_end(map_ref, map__end(replacement_map)); in dso__load_kcore()
A Dintel-pt.c906 if (*ip >= map__end(al.map)) in intel_pt_walk_next_insn()
2779 if (ip >= map__start(map) && ip < map__end(map)) { in intel_pt_switch_ip()
2797 if (ip >= map__start(map) && ip < map__end(map)) { in intel_pt_switch_ip()
3385 if (!al->map || addr < map__start(al->map) || addr >= map__end(al->map)) { in intel_pt_find_map()
A Dsynthetic-events.c1163 event->mmap2.len = map__end(map) - event->mmap.start; in __perf_event__synthesize_kernel_mmap()
1176 event->mmap.len = map__end(map) - event->mmap.start; in __perf_event__synthesize_kernel_mmap()
A Dmachine.c1034 kmap->name, map__start(map), map__end(map)); in machine__create_extra_kernel_map()
A Dprobe-event.c273 ret = address <= map__start(map) || map__end(map) < address; in kprobe_warn_out_range()
/linux/tools/perf/tests/
A Dvmlinux-kallsyms.c151 u64 mem_end = map__unmap_ip(args->vmlinux_map, map__end(map)); in test__vmlinux_matches_kallsyms_cb2()
164 map__start(map), map__end(map), map__pgoff(map), dso__name(dso)); in test__vmlinux_matches_kallsyms_cb2()
165 if (mem_end != map__end(pair)) in test__vmlinux_matches_kallsyms_cb2()
167 map__start(pair), map__end(pair), map__pgoff(pair)); in test__vmlinux_matches_kallsyms_cb2()
344 } else if (mem_start == map__end(args.kallsyms.vmlinux_map)) { in test__vmlinux_matches_kallsyms()
A Dmaps.c28 map__end(map) != merged->end || in check_maps_cb()
41 map__end(map), in failed_cb()
A Dcode-reading.c269 if (addr + len > map__end(al.map)) in read_object_code()
270 len = map__end(al.map) - addr; in read_object_code()
/linux/tools/perf/arch/arm/tests/
A Ddwarf-unwind.c36 stack_size = map__end(map) - sp; in sample_ustack()
/linux/tools/perf/arch/arm64/tests/
A Ddwarf-unwind.c36 stack_size = map__end(map) - sp; in sample_ustack()
/linux/tools/perf/arch/powerpc/tests/
A Ddwarf-unwind.c36 stack_size = map__end(map) - sp; in sample_ustack()
/linux/tools/perf/arch/x86/tests/
A Ddwarf-unwind.c36 stack_size = map__end(map) - sp; in sample_ustack()
/linux/tools/perf/
A Dbuiltin-buildid-list.c35 printf("%s %16" PRIx64 " %16" PRIx64, bid_buf, map__start(map), map__end(map)); in buildid__map_cb()
A Dbuiltin-report.c861 args->indent, "", map__start(map), map__end(map), in maps__fprintf_task_cb()
A Dbuiltin-top.c186 map__start(map), map__end(map), sym->start, sym->end, in ui__warn_map_erange()
A Dbuiltin-inject.c883 map__end(map) - map__start(map), in mark_dso_hit()
/linux/tools/perf/util/scripting-engines/
A Dtrace-event-python.c811 PyLong_FromUnsignedLong(map__end(al->map))); in set_sym_in_dict()

Completed in 66 milliseconds