Searched refs:MAP__FUNCTION (Results 1 - 12 of 12) sorted by relevance

/external/linux-tools-perf/util/
H A Dbuild-id.c36 thread__find_addr_map(thread, session, cpumode, MAP__FUNCTION,
H A Dmap.h20 MAP__FUNCTION = 0, enumerator in enum:map_type
215 return machine__find_kernel_symbol(self, MAP__FUNCTION, addr, mapp, filter);
223 return map_groups__find_symbol_by_name(self, MAP__FUNCTION, name, mapp, filter);
H A Devent.c249 for (nd = rb_first(&kmaps->maps[MAP__FUNCTION]);
381 if (!(symbol_type__is_a(type, MAP__FUNCTION) ||
435 map = machine->vmlinux_maps[MAP__FUNCTION];
488 maps[MAP__FUNCTION]->start = event->mmap.start;
489 maps[MAP__FUNCTION]->end = event->mmap.start + event->mmap.len;
494 if (maps[MAP__FUNCTION]->end == 0)
495 maps[MAP__FUNCTION]->end = ~0ULL;
588 dso__load(kernel, machine->vmlinux_maps[MAP__FUNCTION],
628 MAP__FUNCTION);
801 session->host_machine.vmlinux_maps[MAP__FUNCTION]
[all...]
H A Dsymbol.c84 case MAP__FUNCTION:
1025 case MAP__FUNCTION:
1038 case MAP__FUNCTION:
1201 (map->type == MAP__FUNCTION) &&
1699 map = map_groups__find_by_name(mg, MAP__FUNCTION,
1794 map = map__new2(start, dso, MAP__FUNCTION);
2325 if (type == MAP__FUNCTION) {
2419 struct dso *kdso = machine->vmlinux_maps[MAP__FUNCTION]->dso;
H A Dmap.c12 [MAP__FUNCTION] = "Functions",
H A Dprobe-event.c123 for (nd = rb_first(&grp->maps[MAP__FUNCTION]); nd; nd = rb_next(nd)) {
149 map = machine.vmlinux_maps[MAP__FUNCTION];
H A Dhist.c865 MAP__FUNCTION, verbose, fp);
H A Dsession.c275 MAP__FUNCTION, thread->pid, ip, &al, NULL);
/external/linux-tools-perf/
H A Dbuiltin-inject.c151 thread__find_addr_map(thread, session, cpumode, MAP__FUNCTION,
H A Dbuiltin-report.c284 kernel_map = session->host_machine.vmlinux_maps[MAP__FUNCTION];
296 RB_EMPTY_ROOT(&kdso->symbols[MAP__FUNCTION]) ?
H A Dbuiltin-top.c774 !RB_EMPTY_ROOT(&al.map->dso->symbols[MAP__FUNCTION]) ?
795 al.map == machine->vmlinux_maps[MAP__FUNCTION] &&
796 RB_EMPTY_ROOT(&al.map->dso->symbols[MAP__FUNCTION])) {
H A Dbuiltin-test.c32 enum map_type type = MAP__FUNCTION;

Completed in 200 milliseconds