/external/linux-tools-perf/util/ |
build-id.c | 36 thread__find_addr_map(thread, session, cpumode, MAP__FUNCTION,
|
map.h | 20 MAP__FUNCTION = 0, 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);
|
event.c | 249 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] == NULL [all...] |
symbol.c | 84 case MAP__FUNCTION: 1025 case MAP__FUNCTION: 1038 case MAP__FUNCTION: 1201 (map->type == MAP__FUNCTION) && [all...] |
map.c | 12 [MAP__FUNCTION] = "Functions",
|
probe-event.c | 123 for (nd = rb_first(&grp->maps[MAP__FUNCTION]); nd; nd = rb_next(nd)) { 149 map = machine.vmlinux_maps[MAP__FUNCTION]; [all...] |
hist.c | 865 MAP__FUNCTION, verbose, fp);
|
session.c | 275 MAP__FUNCTION, thread->pid, ip, &al, NULL); [all...] |
/external/linux-tools-perf/ |
builtin-inject.c | 151 thread__find_addr_map(thread, session, cpumode, MAP__FUNCTION,
|
builtin-report.c | 284 kernel_map = session->host_machine.vmlinux_maps[MAP__FUNCTION]; 296 RB_EMPTY_ROOT(&kdso->symbols[MAP__FUNCTION]) ?
|
builtin-top.c | 774 !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])) {
|
builtin-test.c | 32 enum map_type type = MAP__FUNCTION;
|