Searched refs:find_map (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/perf/arch/arm/tests/ |
H A D | vectors-page.c | 16 if (find_map(&start, &end, VECTORS__MAP_NAME)) { in test__vectors_page()
|
/openbmc/linux/tools/perf/ |
H A D | perf-read-vdso.c | 18 if (find_map(&start, &end, VDSO__MAP_NAME)) in main()
|
/openbmc/linux/tools/perf/util/ |
H A D | find-map.c | 2 static int find_map(void **start, void **end, const char *name) in find_map() function
|
H A 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()
|
H A D | vdso.c | 82 if (vdso_file->error || find_map(&start, &end, VDSO__MAP_NAME)) in get_file()
|
/openbmc/linux/scripts/ |
H A D | rustdoc_test_builder.rs | 37 .find_map(|line| { in main()
|
/openbmc/linux/rust/macros/ |
H A D | vtable.rs | 13 .find_map(|token| match token { in vtable()
|
/openbmc/linux/sound/usb/ |
H A D | mixer.c | 101 find_map(const struct usbmix_name_map *p, int unitid, int control) in find_map() function 1698 map = find_map(imap, unitid, control); in __build_feature_ctl() 1909 map = find_map(imap, term->id, 0); in build_connector_control() 2192 map = find_map(state->map, unitid, 0); in build_mixer_unit_ctl() 2540 map = find_map(state->map, unitid, valinfo->control); in build_audio_procunit() 2785 map = find_map(state->map, unitid, 0); in parse_audio_selector_unit()
|