/linux-4.4.14/tools/perf/tests/ |
D | hists_common.c | 129 dso__set_loaded(dso, MAP__FUNCTION); in setup_fake_machine() 142 symbols__insert(&dso->symbols[MAP__FUNCTION], sym); in setup_fake_machine()
|
D | mmap-thread-lookup.c | 191 PERF_RECORD_MISC_USER, MAP__FUNCTION, in mmap_events()
|
D | vmlinux-kallsyms.c | 28 enum map_type type = MAP__FUNCTION; in test__vmlinux_matches_kallsyms()
|
D | code-reading.c | 189 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, addr, &al); in read_object_code()
|
/linux-4.4.14/tools/perf/util/ |
D | unwind-libdw.c | 31 MAP__FUNCTION, ip, al); in __report_module() 93 MAP__FUNCTION, addr, &al); in access_dso_mem()
|
D | machine.c | 573 map = map_groups__find_by_name(&machine->kmaps, MAP__FUNCTION, in machine__findnew_module_map() 582 map = map__new2(start, dso, MAP__FUNCTION); in machine__findnew_module_map() 784 if (type == MAP__FUNCTION) { in machine__destroy_kernel_maps() 946 map = map_groups__find_by_name(mg, MAP__FUNCTION, m->name); in map_groups__set_module_path() 1286 type = MAP__FUNCTION; in machine__process_mmap2_event() 1340 type = MAP__FUNCTION; in machine__process_mmap_event() 1512 thread__find_cpumode_addr_location(thread, MAP__FUNCTION, ip, &al); in ip__resolve_ams() 1534 thread__find_addr_location(thread, m, MAP__FUNCTION, addr, &al); in ip__resolve_data() 1569 thread__find_cpumode_addr_location(thread, MAP__FUNCTION, in add_callchain_ip() 1595 thread__find_addr_location(thread, *cpumode, MAP__FUNCTION, in add_callchain_ip() [all …]
|
D | machine.h | 59 return __machine__kernel_map(machine, MAP__FUNCTION); in machine__kernel_map() 187 return machine__find_kernel_symbol(machine, MAP__FUNCTION, addr, in machine__find_kernel_function()
|
D | map.h | 14 MAP__FUNCTION = 0, enumerator 252 return map_groups__find_symbol_by_name(mg, MAP__FUNCTION, name, mapp, filter); in map_groups__find_function_by_name()
|
D | unwind-libunwind.c | 321 MAP__FUNCTION, ip, &al); in find_map() 423 MAP__FUNCTION, addr, &al); in access_dso_mem() 531 MAP__FUNCTION, ip, &al); in entry()
|
D | event.c | 359 struct maps *maps = &kmaps->maps[MAP__FUNCTION]; in perf_event__synthesize_modules() 627 if (!(symbol_type__is_a(type, MAP__FUNCTION) || in find_symbol_cb() 1014 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->ip, al); in perf_event__preprocess_sample() 1097 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->addr, al); in perf_event__preprocess_sample_addr()
|
D | map.c | 22 [MAP__FUNCTION] = "Functions", 168 if ((anon || no_dso) && type == MAP__FUNCTION) { in map__new() 197 if (type != MAP__FUNCTION) in map__new()
|
D | vdso.c | 146 map = map_groups__first(thread->mg, MAP__FUNCTION); in machine__thread_dso_type()
|
D | symbol-elf.c | 107 case MAP__FUNCTION: in elf_sym__is_a() 144 case MAP__FUNCTION: in elf_sec__is_a() 894 if (map->type == MAP__FUNCTION && (dso->kernel || kmodule)) { in dso__load_sym() 952 (map->type == MAP__FUNCTION) && in dso__load_sym() 1391 if (!symbol_type__is_a(type, MAP__FUNCTION)) in kcore_copy__process_kallsyms()
|
D | symbol.c | 69 case MAP__FUNCTION: in symbol_type__is_a() 448 for (type = MAP__FUNCTION; type <= MAP__VARIABLE; ++type) { in dso__reset_find_symbol_cache() 1155 err = file__read_maps(fd, md.type == MAP__FUNCTION, kcore_mapfn, &md, in dso__load_kcore() 1223 if (map->type == MAP__FUNCTION) in dso__load_kcore()
|
D | build-id.c | 41 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->ip, &al); in build_id__mark_dso_hit()
|
D | intel-bts.c | 334 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, ip, &al); in intel_bts_get_next_insn()
|
D | dso.c | 862 map = map__new2(0, dso, MAP__FUNCTION); in dso__new_map()
|
D | intel-pt.c | 445 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, *ip, &al); in intel_pt_walk_next_insn() 1278 start = dso__first_symbol(map->dso, MAP__FUNCTION); in intel_pt_switch_ip()
|
D | probe-event.c | 165 struct maps *maps = &grp->maps[MAP__FUNCTION]; in kernel_get_module_map() 281 map = map_groups__find_by_name(&host_machine->kmaps, MAP__FUNCTION, module_name); in kernel_get_module_dso()
|
/linux-4.4.14/tools/perf/arch/powerpc/util/ |
D | skip-callchain-idx.c | 252 MAP__FUNCTION, ip, &al); in arch_skip_callchain_idx()
|
/linux-4.4.14/tools/perf/ |
D | builtin-top.c | 747 al.map && !RB_EMPTY_ROOT(&al.map->dso->symbols[MAP__FUNCTION]) ? in perf_event__process_sample() 768 al.map == machine->vmlinux_maps[MAP__FUNCTION] && in perf_event__process_sample() 769 RB_EMPTY_ROOT(&al.map->dso->symbols[MAP__FUNCTION])) { in perf_event__process_sample()
|
D | builtin-inject.c | 370 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->ip, &al); in perf_event__inject_buildid()
|
D | builtin-report.c | 403 if (!RB_EMPTY_ROOT(&kdso->symbols[MAP__FUNCTION])) { in report__warn_kptr_restrict()
|
D | builtin-script.c | 483 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, from, &alf); in print_sample_brstacksym() 487 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, to, &alt); in print_sample_brstacksym()
|
D | builtin-trace.c | 2244 thread__find_addr_location(thread, cpumode, MAP__FUNCTION, in trace__pgfault() 2262 MAP__FUNCTION, sample->addr, &al); in trace__pgfault()
|
D | builtin-timechart.c | 533 MAP__FUNCTION, ip, &tal); in cat_backtrace()
|
/linux-4.4.14/tools/perf/ui/stdio/ |
D | hist.c | 479 MAP__FUNCTION, fp); in hists__fprintf()
|