Home
last modified time | relevance | path

Searched refs:opd_map (Results 1 – 7 of 7) sorted by relevance

/external/oprofile/daemon/liblegacy/
Dopd_mapping.h25 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()
Dopd_proc.c113 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()
Dopd_mapping.c60 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()
Dopd_parse_proc.c133 struct opd_map * map = list_entry(pos, struct opd_map, next); in opd_get_ascii_maps()
Dopd_proc.h18 struct opd_map;
/external/oprofile/
DChangeLog-20021378 * dae/opd_mapping.h (struct opd_map):
DChangeLog-20031108 * dae/opd_proc.h: use a list of struct opd_map instead of an array,