HomeSort by relevance Sort by last modified time
    Searched refs:vmlinux_maps (Results 1 - 8 of 8) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
machine.c 402 struct dso *kdso = machine->vmlinux_maps[MAP__FUNCTION]->dso;
515 machine->vmlinux_maps[type] = map__new2(start, kernel, type);
516 if (machine->vmlinux_maps[type] == NULL)
519 machine->vmlinux_maps[type]->map_ip =
520 machine->vmlinux_maps[type]->unmap_ip =
522 kmap = map__kmap(machine->vmlinux_maps[type]);
525 machine->vmlinux_maps[type]);
538 if (machine->vmlinux_maps[type] == NULL)
541 kmap = map__kmap(machine->vmlinux_maps[type]);
543 machine->vmlinux_maps[type])
    [all...]
machine.h 31 struct map *vmlinux_maps[MAP__NR_TYPES]; member in struct:machine
38 return machine->vmlinux_maps[type];
event.c 490 map = machine->vmlinux_maps[MAP__FUNCTION];
736 machine->vmlinux_maps[MAP__FUNCTION] == NULL)
symbol.c 800 if (map != machine->vmlinux_maps[map->type])
    [all...]
probe-event.c 153 map = machine.vmlinux_maps[MAP__FUNCTION];
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
code-reading.c 420 map = machine->vmlinux_maps[MAP__FUNCTION];
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-report.c 513 kernel_map = session->machines.host.vmlinux_maps[MAP__FUNCTION];
builtin-top.c 751 al.map == machine->vmlinux_maps[MAP__FUNCTION] &&

Completed in 642 milliseconds