/linux-4.1.27/tools/perf/util/ |
D | machine.c | 499 map = map_groups__find_by_name(&machine->kmaps, MAP__FUNCTION, in machine__new_module() 508 map = map__new2(start, dso, MAP__FUNCTION); in machine__new_module() 558 struct dso *kdso = machine->vmlinux_maps[MAP__FUNCTION]->dso; in machine__fprintf_vmlinux_path() 709 if (type == MAP__FUNCTION) { in machine__destroy_kernel_maps() 872 map = map_groups__find_by_name(mg, MAP__FUNCTION, m->name); in map_groups__set_module_path() 1150 dso__load(kernel, machine->vmlinux_maps[MAP__FUNCTION], in machine__process_kernel_mmap_event() 1188 type = MAP__FUNCTION; in machine__process_mmap2_event() 1238 type = MAP__FUNCTION; in machine__process_mmap_event() 1363 thread__find_cpumode_addr_location(thread, MAP__FUNCTION, ip, &al); in ip__resolve_ams() 1385 thread__find_addr_location(thread, m, MAP__FUNCTION, addr, &al); in ip__resolve_data() [all …]
|
D | unwind-libdw.c | 31 MAP__FUNCTION, ip, al); in __report_module() 93 MAP__FUNCTION, addr, &al); in access_dso_mem()
|
D | event.c | 348 for (nd = rb_first(&kmaps->maps[MAP__FUNCTION]); in perf_event__synthesize_modules() 591 if (!(symbol_type__is_a(type, MAP__FUNCTION) || in find_symbol_cb() 648 map = machine->vmlinux_maps[MAP__FUNCTION]; in perf_event__synthesize_kernel_mmap() 901 machine->vmlinux_maps[MAP__FUNCTION] == NULL) in perf_event__preprocess_sample() 904 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->ip, al); in perf_event__preprocess_sample() 968 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->addr, al); in perf_event__preprocess_sample_addr()
|
D | map.h | 12 MAP__FUNCTION = 0, enumerator 224 return map_groups__find_symbol_by_name(mg, MAP__FUNCTION, name, mapp, filter); in map_groups__find_function_by_name()
|
D | unwind-libunwind.c | 319 MAP__FUNCTION, ip, &al); in find_map() 413 MAP__FUNCTION, addr, &al); in access_dso_mem() 521 MAP__FUNCTION, ip, &al); in entry()
|
D | map.c | 20 [MAP__FUNCTION] = "Functions", 166 if ((anon || no_dso) && type == MAP__FUNCTION) { in map__new() 195 if (type != MAP__FUNCTION) in map__new()
|
D | symbol-elf.c | 107 case MAP__FUNCTION: in elf_sym__is_a() 144 case MAP__FUNCTION: in elf_sec__is_a() 876 if (map->type == MAP__FUNCTION && (dso->kernel || kmodule)) { in dso__load_sym() 934 (map->type == MAP__FUNCTION) && in dso__load_sym() 1373 if (!symbol_type__is_a(type, MAP__FUNCTION)) in kcore_copy__process_kallsyms()
|
D | vdso.c | 146 map = map_groups__first(thread->mg, MAP__FUNCTION); in machine__thread_dso_type()
|
D | machine.h | 170 return machine__find_kernel_symbol(machine, MAP__FUNCTION, addr, in machine__find_kernel_function()
|
D | symbol.c | 69 case MAP__FUNCTION: in symbol_type__is_a() 1133 err = file__read_maps(fd, md.type == MAP__FUNCTION, kcore_mapfn, &md, in dso__load_kcore() 1198 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 | probe-event.c | 134 if (map__load(host_machine->vmlinux_maps[MAP__FUNCTION], NULL) < 0) in kernel_get_ref_reloc_sym() 137 kmap = map__kmap(host_machine->vmlinux_maps[MAP__FUNCTION]); in kernel_get_ref_reloc_sym() 174 for (nd = rb_first(&grp->maps[MAP__FUNCTION]); nd; nd = rb_next(nd)) { in kernel_get_module_map() 220 map = host_machine->vmlinux_maps[MAP__FUNCTION]; in kernel_get_module_dso()
|
D | dso.c | 749 map = map__new2(0, dso, MAP__FUNCTION); in dso__new_map()
|
/linux-4.1.27/tools/perf/tests/ |
D | hists_common.c | 129 dso__set_loaded(dso, MAP__FUNCTION); in setup_fake_machine() 140 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 | code-reading.c | 147 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, addr, &al); in read_object_code() 427 map = machine->vmlinux_maps[MAP__FUNCTION]; in do_test_code_reading()
|
D | vmlinux-kallsyms.c | 28 enum map_type type = MAP__FUNCTION; in test__vmlinux_matches_kallsyms()
|
/linux-4.1.27/tools/perf/arch/powerpc/util/ |
D | skip-callchain-idx.c | 252 MAP__FUNCTION, ip, &al); in arch_skip_callchain_idx()
|
/linux-4.1.27/tools/perf/ |
D | builtin-top.c | 736 al.map && !RB_EMPTY_ROOT(&al.map->dso->symbols[MAP__FUNCTION]) ? in perf_event__process_sample() 757 al.map == machine->vmlinux_maps[MAP__FUNCTION] && in perf_event__process_sample() 758 RB_EMPTY_ROOT(&al.map->dso->symbols[MAP__FUNCTION])) { in perf_event__process_sample()
|
D | builtin-report.c | 349 struct map *kernel_map = rep->session->machines.host.vmlinux_maps[MAP__FUNCTION]; in report__warn_kptr_restrict() 362 if (!RB_EMPTY_ROOT(&kdso->symbols[MAP__FUNCTION])) { in report__warn_kptr_restrict()
|
D | builtin-inject.c | 227 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->ip, &al); in perf_event__inject_buildid()
|
D | builtin-trace.c | 1941 thread__find_addr_location(thread, cpumode, MAP__FUNCTION, in trace__pgfault() 1959 MAP__FUNCTION, sample->addr, &al); in trace__pgfault()
|
D | builtin-timechart.c | 533 MAP__FUNCTION, ip, &tal); in cat_backtrace()
|
/linux-4.1.27/tools/perf/ui/stdio/ |
D | hist.c | 479 MAP__FUNCTION, fp); in hists__fprintf()
|