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

  /external/oprofile/daemon/liblegacy/
opd_mapping.h 25 struct opd_map { struct
90 inline static int opd_is_in_map(struct opd_map * map, unsigned long eip)
105 inline static unsigned long opd_map_offset(struct opd_map * map,
opd_mapping.c 60 struct opd_map * map = list_entry(pos, struct opd_map, next);
71 struct opd_map * map;
76 map = malloc(sizeof(struct opd_map));
opd_proc.h 18 struct opd_map;
opd_proc.c 113 verb_show_sample(unsigned long offset, struct opd_map * map)
173 struct opd_map * map = list_entry(pos, struct opd_map, next);
268 struct opd_map * map = list_entry(pos, struct opd_map, next);
419 struct opd_map * map = list_entry(pos, struct opd_map, next);
opd_parse_proc.c 133 struct opd_map * map = list_entry(pos, struct opd_map, next);

Completed in 439 milliseconds