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

  /external/oprofile/daemon/liblegacy/
opd_mapping.h 71 void opd_add_mapping(struct opd_proc * proc, struct opd_image * image,
opd_mapping.c 68 void opd_add_mapping(struct opd_proc * proc, struct opd_image * image, function
168 opd_add_mapping(proc, image, note->addr, note->offset,
opd_parse_proc.c 79 opd_add_mapping(proc, image, start, offset, end);
155 opd_add_mapping(proc, image, 0, 0, 0);
opd_kernel.c 431 opd_add_mapping(proc, image, kernel_start, 0, kernel_end);
460 opd_add_mapping(proc, image, module->start, 0, module->end);
opd_proc.c 270 opd_add_mapping(proc, map->image, map->start,
279 opd_add_mapping(proc, image, map->start, map->offset,

Completed in 37 milliseconds