Searched refs:opd_map (Results 1 – 7 of 7) sorted by relevance
/external/oprofile/daemon/liblegacy/ |
D | opd_mapping.h | 25 struct opd_map { struct 90 inline static int opd_is_in_map(struct opd_map * map, unsigned long eip) in opd_is_in_map() 105 inline static unsigned long opd_map_offset(struct opd_map * map, in opd_map_offset()
|
D | opd_proc.c | 113 verb_show_sample(unsigned long offset, struct opd_map * map) in verb_show_sample() 173 struct opd_map * map = list_entry(pos, struct opd_map, next); in opd_lookup_maps() 268 struct opd_map * map = list_entry(pos, struct opd_map, next); in opd_handle_fork() 419 struct opd_map * map = list_entry(pos, struct opd_map, next); in opd_remove_kernel_mapping()
|
D | opd_mapping.c | 60 struct opd_map * map = list_entry(pos, struct opd_map, next); in opd_kill_maps() 71 struct opd_map * map; in opd_add_mapping() 76 map = malloc(sizeof(struct opd_map)); in opd_add_mapping()
|
D | opd_parse_proc.c | 133 struct opd_map * map = list_entry(pos, struct opd_map, next); in opd_get_ascii_maps()
|
D | opd_proc.h | 18 struct opd_map;
|
/external/oprofile/ |
D | ChangeLog-2002 | 1378 * dae/opd_mapping.h (struct opd_map):
|
D | ChangeLog-2003 | 1108 * dae/opd_proc.h: use a list of struct opd_map instead of an array,
|