Searched refs:vmlinux_maps (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Dmap.h68 struct map *vmlinux_maps[MAP__NR_TYPES]; member in struct:machine
74 return self->vmlinux_maps[type];
H A Dsymbol.c2119 self->vmlinux_maps[type] = map__new2(0, kernel, type);
2120 if (self->vmlinux_maps[type] == NULL)
2123 self->vmlinux_maps[type]->map_ip =
2124 self->vmlinux_maps[type]->unmap_ip = identity__map_ip;
2126 kmap = map__kmap(self->vmlinux_maps[type]);
2128 map_groups__insert(&self->kmaps, self->vmlinux_maps[type]);
2141 if (self->vmlinux_maps[type] == NULL)
2144 kmap = map__kmap(self->vmlinux_maps[type]);
2145 map_groups__remove(&self->kmaps, self->vmlinux_maps[type]);
2159 map__delete(self->vmlinux_maps[typ
[all...]
H A Devent.c323 map = machine->vmlinux_maps[MAP__FUNCTION];
471 event_set_kernel_mmap_len(machine->vmlinux_maps, self);
472 perf_session__set_kallsyms_ref_reloc_sym(machine->vmlinux_maps,
479 dso__load(kernel, machine->vmlinux_maps[MAP__FUNCTION],
710 session->host_machine.vmlinux_maps[MAP__FUNCTION] == NULL)
H A Dprobe-event.c115 if (map__load(machine.vmlinux_maps[MAP__FUNCTION], NULL) < 0) {
119 pr_debug("Try to open %s\n", machine.vmlinux_maps[MAP__FUNCTION]->dso->long_name);
120 return open(machine.vmlinux_maps[MAP__FUNCTION]->dso->long_name, O_RDONLY);
133 sym = map__find_symbol_by_name(machine.vmlinux_maps[MAP__FUNCTION],
1550 sym = map__find_symbol_by_name(machine.vmlinux_maps[MAP__FUNCTION],
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dmap.h68 struct map *vmlinux_maps[MAP__NR_TYPES]; member in struct:machine
74 return self->vmlinux_maps[type];
H A Dsymbol.c2119 self->vmlinux_maps[type] = map__new2(0, kernel, type);
2120 if (self->vmlinux_maps[type] == NULL)
2123 self->vmlinux_maps[type]->map_ip =
2124 self->vmlinux_maps[type]->unmap_ip = identity__map_ip;
2126 kmap = map__kmap(self->vmlinux_maps[type]);
2128 map_groups__insert(&self->kmaps, self->vmlinux_maps[type]);
2141 if (self->vmlinux_maps[type] == NULL)
2144 kmap = map__kmap(self->vmlinux_maps[type]);
2145 map_groups__remove(&self->kmaps, self->vmlinux_maps[type]);
2159 map__delete(self->vmlinux_maps[typ
[all...]
H A Devent.c323 map = machine->vmlinux_maps[MAP__FUNCTION];
471 event_set_kernel_mmap_len(machine->vmlinux_maps, self);
472 perf_session__set_kallsyms_ref_reloc_sym(machine->vmlinux_maps,
479 dso__load(kernel, machine->vmlinux_maps[MAP__FUNCTION],
710 session->host_machine.vmlinux_maps[MAP__FUNCTION] == NULL)
H A Dprobe-event.c115 if (map__load(machine.vmlinux_maps[MAP__FUNCTION], NULL) < 0) {
119 pr_debug("Try to open %s\n", machine.vmlinux_maps[MAP__FUNCTION]->dso->long_name);
120 return open(machine.vmlinux_maps[MAP__FUNCTION]->dso->long_name, O_RDONLY);
133 sym = map__find_symbol_by_name(machine.vmlinux_maps[MAP__FUNCTION],
1550 sym = map__find_symbol_by_name(machine.vmlinux_maps[MAP__FUNCTION],
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-top.c1046 if (al.map == machine->vmlinux_maps[MAP__FUNCTION] &&
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/
H A Dbuiltin-top.c1046 if (al.map == machine->vmlinux_maps[MAP__FUNCTION] &&

Completed in 700 milliseconds