Home
last modified time | relevance | path

Searched refs:MAP__FUNCTION (Results 1 – 23 of 23) sorted by relevance

/tools/perf/tests/
Dhists_common.c129 dso__set_loaded(dso, MAP__FUNCTION); in setup_fake_machine()
140 symbols__insert(&dso->symbols[MAP__FUNCTION], sym); in setup_fake_machine()
Dmmap-thread-lookup.c191 PERF_RECORD_MISC_USER, MAP__FUNCTION, in mmap_events()
Dvmlinux-kallsyms.c28 enum map_type type = MAP__FUNCTION; in test__vmlinux_matches_kallsyms()
Dcode-reading.c148 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/
Dunwind-libdw.c31 MAP__FUNCTION, ip, al); in __report_module()
93 MAP__FUNCTION, addr, &al); in access_dso_mem()
Dmachine.c472 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 …]
Dbuild-id.c36 thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION, in build_id__mark_dso_hit()
Dmap.h12 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()
Devent.c294 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()
Dunwind-libunwind.c288 MAP__FUNCTION, ip, &al); in find_map()
378 MAP__FUNCTION, addr, &al); in access_dso_mem()
487 MAP__FUNCTION, ip, &al); in entry()
Dmap.c20 [MAP__FUNCTION] = "Functions",
166 if ((anon || no_dso) && type == MAP__FUNCTION) { in map__new()
195 if (type != MAP__FUNCTION) in map__new()
Dsymbol-elf.c81 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()
Dmachine.h167 return machine__find_kernel_symbol(machine, MAP__FUNCTION, addr, in machine__find_kernel_function()
Dsymbol.c66 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()
Dprobe-event.c132 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()
Ddso.c631 map = map__new2(0, dso, MAP__FUNCTION); in dso__new_map()
/tools/perf/arch/powerpc/util/
Dskip-callchain-idx.c239 MAP__FUNCTION, ip, &al); in arch_skip_callchain_idx()
/tools/perf/
Dbuiltin-report.c359 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()
Dbuiltin-top.c737 !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()
Dbuiltin-inject.c220 thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION, in perf_event__inject_buildid()
Dbuiltin-trace.c1849 thread__find_addr_location(thread, trace->host, cpumode, MAP__FUNCTION, in trace__pgfault()
1867 MAP__FUNCTION, sample->addr, &al); in trace__pgfault()
Dbuiltin-timechart.c532 MAP__FUNCTION, ip, &tal); in cat_backtrace()
/tools/perf/ui/stdio/
Dhist.c484 MAP__FUNCTION, fp); in hists__fprintf()