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

  /external/linux-tools-perf/util/
map.h 76 struct map *vmlinux_maps[MAP__NR_TYPES]; member in struct:machine
82 return self->vmlinux_maps[type];
symbol.c     [all...]
event.c 435 map = machine->vmlinux_maps[MAP__FUNCTION];
571 perf_event__set_kernel_mmap_len(event, machine->vmlinux_maps);
579 perf_session__set_kallsyms_ref_reloc_sym(machine->vmlinux_maps,
588 dso__load(kernel, machine->vmlinux_maps[MAP__FUNCTION],
801 session->host_machine.vmlinux_maps[MAP__FUNCTION] == NULL)
probe-event.c 149 map = machine.vmlinux_maps[MAP__FUNCTION];
    [all...]
  /external/linux-tools-perf/
builtin-report.c 284 kernel_map = session->host_machine.vmlinux_maps[MAP__FUNCTION];
builtin-top.c 795 al.map == machine->vmlinux_maps[MAP__FUNCTION] &&

Completed in 604 milliseconds