Searched refs:opd_add_mapping (Results 1 – 6 of 6) sorted by relevance
/external/oprofile/daemon/liblegacy/ |
D | opd_mapping.c | 68 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()
|
D | opd_parse_proc.c | 79 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()
|
D | opd_mapping.h | 71 void opd_add_mapping(struct opd_proc * proc, struct opd_image * image,
|
D | opd_kernel.c | 431 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()
|
D | opd_proc.c | 270 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/ |
D | ChangeLog-2002 | 920 * dae/opd_parse_proc.c: use opd_add_mapping()
|