Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dmachine.c499 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 …]
Dunwind-libdw.c31 MAP__FUNCTION, ip, al); in __report_module()
93 MAP__FUNCTION, addr, &al); in access_dso_mem()
Devent.c348 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()
Dmap.h12 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()
Dunwind-libunwind.c319 MAP__FUNCTION, ip, &al); in find_map()
413 MAP__FUNCTION, addr, &al); in access_dso_mem()
521 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.c107 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()
Dvdso.c146 map = map_groups__first(thread->mg, MAP__FUNCTION); in machine__thread_dso_type()
Dmachine.h170 return machine__find_kernel_symbol(machine, MAP__FUNCTION, addr, in machine__find_kernel_function()
Dsymbol.c69 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()
Dbuild-id.c41 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->ip, &al); in build_id__mark_dso_hit()
Dprobe-event.c134 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()
Ddso.c749 map = map__new2(0, dso, MAP__FUNCTION); in dso__new_map()
/linux-4.1.27/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()
Dcode-reading.c147 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()
Dvmlinux-kallsyms.c28 enum map_type type = MAP__FUNCTION; in test__vmlinux_matches_kallsyms()
/linux-4.1.27/tools/perf/arch/powerpc/util/
Dskip-callchain-idx.c252 MAP__FUNCTION, ip, &al); in arch_skip_callchain_idx()
/linux-4.1.27/tools/perf/
Dbuiltin-top.c736 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()
Dbuiltin-report.c349 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()
Dbuiltin-inject.c227 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->ip, &al); in perf_event__inject_buildid()
Dbuiltin-trace.c1941 thread__find_addr_location(thread, cpumode, MAP__FUNCTION, in trace__pgfault()
1959 MAP__FUNCTION, sample->addr, &al); in trace__pgfault()
Dbuiltin-timechart.c533 MAP__FUNCTION, ip, &tal); in cat_backtrace()
/linux-4.1.27/tools/perf/ui/stdio/
Dhist.c479 MAP__FUNCTION, fp); in hists__fprintf()