Home
last modified time | relevance | path

Searched refs:opd_add_mapping (Results 1 – 6 of 6) sorted by relevance

/external/oprofile/daemon/liblegacy/
Dopd_mapping.c68 void opd_add_mapping(struct opd_proc * proc, struct opd_image * image, in opd_add_mapping() function
168 opd_add_mapping(proc, image, note->addr, note->offset, in opd_handle_mapping()
Dopd_parse_proc.c79 opd_add_mapping(proc, image, start, offset, end); in opd_add_ascii_map()
155 opd_add_mapping(proc, image, 0, 0, 0); in opd_get_ascii_maps()
Dopd_mapping.h71 void opd_add_mapping(struct opd_proc * proc, struct opd_image * image,
Dopd_kernel.c431 opd_add_mapping(proc, image, kernel_start, 0, kernel_end); in opd_add_kernel_map()
460 opd_add_mapping(proc, image, module->start, 0, module->end); in opd_add_kernel_map()
Dopd_proc.c270 opd_add_mapping(proc, map->image, map->start, in opd_handle_fork()
279 opd_add_mapping(proc, image, map->start, map->offset, in opd_handle_fork()
/external/oprofile/
DChangeLog-2002920 * dae/opd_parse_proc.c: use opd_add_mapping()