/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 | vmlinux-kallsyms.c | 28 enum map_type type = MAP__FUNCTION; in test__vmlinux_matches_kallsyms()
|
D | code-reading.c | 148 thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION, addr, in read_object_code() 430 map = machine->vmlinux_maps[MAP__FUNCTION]; in do_test_code_reading()
|
/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 | 472 map = map__new2(start, dso, MAP__FUNCTION); in machine__new_module() 523 struct dso *kdso = machine->vmlinux_maps[MAP__FUNCTION]->dso; in machine__fprintf_vmlinux_path() 671 if (type == MAP__FUNCTION) { in machine__destroy_kernel_maps() 871 map = map_groups__find_by_name(mg, MAP__FUNCTION, in map_groups__set_modules_path_dir() 1098 dso__load(kernel, machine->vmlinux_maps[MAP__FUNCTION], in machine__process_kernel_mmap_event() 1136 type = MAP__FUNCTION; in machine__process_mmap2_event() 1186 type = MAP__FUNCTION; in machine__process_mmap_event() 1307 thread__find_cpumode_addr_location(thread, machine, MAP__FUNCTION, ip, &al); in ip__resolve_ams() 1330 thread__find_addr_location(thread, machine, m, MAP__FUNCTION, addr, in ip__resolve_data() 1442 MAP__FUNCTION, ip, &al); in machine__resolve_callchain_sample() [all …]
|
D | build-id.c | 36 thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION, in build_id__mark_dso_hit()
|
D | map.h | 12 MAP__FUNCTION = 0, enumerator 210 return map_groups__find_symbol_by_name(mg, MAP__FUNCTION, name, mapp, filter); in map_groups__find_function_by_name()
|
D | event.c | 294 for (nd = rb_first(&kmaps->maps[MAP__FUNCTION]); in perf_event__synthesize_modules() 532 if (!(symbol_type__is_a(type, MAP__FUNCTION) || in find_symbol_cb() 589 map = machine->vmlinux_maps[MAP__FUNCTION]; in perf_event__synthesize_kernel_mmap() 842 machine->vmlinux_maps[MAP__FUNCTION] == NULL) in perf_event__preprocess_sample() 845 thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION, in perf_event__preprocess_sample() 911 thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION, in perf_event__preprocess_sample_addr()
|
D | unwind-libunwind.c | 288 MAP__FUNCTION, ip, &al); in find_map() 378 MAP__FUNCTION, addr, &al); in access_dso_mem() 487 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 | 81 case MAP__FUNCTION: in elf_sym__is_a() 118 case MAP__FUNCTION: in elf_sec__is_a() 791 if (map->type == MAP__FUNCTION && (dso->kernel || kmodule)) { in dso__load_sym() 850 (map->type == MAP__FUNCTION) && in dso__load_sym() 1286 if (!symbol_type__is_a(type, MAP__FUNCTION)) in kcore_copy__process_kallsyms()
|
D | machine.h | 167 return machine__find_kernel_symbol(machine, MAP__FUNCTION, addr, in machine__find_kernel_function()
|
D | symbol.c | 66 case MAP__FUNCTION: in symbol_type__is_a() 1086 err = file__read_maps(fd, md.type == MAP__FUNCTION, kcore_mapfn, &md, in dso__load_kcore() 1151 if (map->type == MAP__FUNCTION) in dso__load_kcore()
|
D | probe-event.c | 132 if (map__load(host_machine->vmlinux_maps[MAP__FUNCTION], NULL) < 0) in kernel_get_ref_reloc_sym() 135 kmap = map__kmap(host_machine->vmlinux_maps[MAP__FUNCTION]); in kernel_get_ref_reloc_sym() 170 for (nd = rb_first(&grp->maps[MAP__FUNCTION]); nd; nd = rb_next(nd)) { in kernel_get_module_map() 197 map = host_machine->vmlinux_maps[MAP__FUNCTION]; in kernel_get_module_dso()
|
D | dso.c | 631 map = map__new2(0, dso, MAP__FUNCTION); in dso__new_map()
|
/tools/perf/arch/powerpc/util/ |
D | skip-callchain-idx.c | 239 MAP__FUNCTION, ip, &al); in arch_skip_callchain_idx()
|
/tools/perf/ |
D | builtin-report.c | 359 struct map *kernel_map = rep->session->machines.host.vmlinux_maps[MAP__FUNCTION]; in report__warn_kptr_restrict() 372 if (!RB_EMPTY_ROOT(&kdso->symbols[MAP__FUNCTION])) { in report__warn_kptr_restrict()
|
D | builtin-top.c | 737 !RB_EMPTY_ROOT(&al.map->dso->symbols[MAP__FUNCTION]) ? in perf_event__process_sample() 758 al.map == machine->vmlinux_maps[MAP__FUNCTION] && in perf_event__process_sample() 759 RB_EMPTY_ROOT(&al.map->dso->symbols[MAP__FUNCTION])) { in perf_event__process_sample()
|
D | builtin-inject.c | 220 thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION, in perf_event__inject_buildid()
|
D | builtin-trace.c | 1849 thread__find_addr_location(thread, trace->host, cpumode, MAP__FUNCTION, in trace__pgfault() 1867 MAP__FUNCTION, sample->addr, &al); in trace__pgfault()
|
D | builtin-timechart.c | 532 MAP__FUNCTION, ip, &tal); in cat_backtrace()
|
/tools/perf/ui/stdio/ |
D | hist.c | 484 MAP__FUNCTION, fp); in hists__fprintf()
|