Searched refs:find_map (Results 1 – 5 of 5) sorted by relevance
/tools/perf/arch/arm/tests/ |
D | vectors-page.c | 16 if (find_map(&start, &end, VECTORS__MAP_NAME)) { in test__vectors_page()
|
/tools/perf/ |
D | perf-read-vdso.c | 18 if (find_map(&start, &end, VDSO__MAP_NAME)) in main()
|
/tools/perf/util/ |
D | find-map.c | 2 static int find_map(void **start, void **end, const char *name) in find_map() function
|
D | unwind-libunwind-local.c | 416 static struct map *find_map(unw_word_t ip, struct unwind_info *ui) in find_map() function 439 map = find_map(ip, ui); in find_proc_info() 532 map = find_map(addr, ui); in access_dso_mem()
|
D | vdso.c | 82 if (vdso_file->error || find_map(&start, &end, VDSO__MAP_NAME)) in get_file()
|