Home
last modified time | relevance | path

Searched refs:find_map (Results 1 – 5 of 5) sorted by relevance

/tools/perf/arch/arm/tests/
Dvectors-page.c16 if (find_map(&start, &end, VECTORS__MAP_NAME)) { in test__vectors_page()
/tools/perf/
Dperf-read-vdso.c18 if (find_map(&start, &end, VDSO__MAP_NAME)) in main()
/tools/perf/util/
Dfind-map.c2 static int find_map(void **start, void **end, const char *name) in find_map() function
Dunwind-libunwind-local.c416 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()
Dvdso.c82 if (vdso_file->error || find_map(&start, &end, VDSO__MAP_NAME)) in get_file()