Home
last modified time | relevance | path

Searched defs:mg (Results 1 – 7 of 7) sorted by relevance

/tools/perf/util/
Dmap.c496 void map_groups__init(struct map_groups *mg, struct machine *machine) in map_groups__init()
527 void map_groups__exit(struct map_groups *mg) in map_groups__exit()
535 bool map_groups__empty(struct map_groups *mg) in map_groups__empty()
549 struct map_groups *mg = malloc(sizeof(*mg)); in map_groups__new() local
557 void map_groups__delete(struct map_groups *mg) in map_groups__delete()
563 void map_groups__put(struct map_groups *mg) in map_groups__put()
569 struct symbol *map_groups__find_symbol(struct map_groups *mg, in map_groups__find_symbol()
611 struct symbol *map_groups__find_symbol_by_name(struct map_groups *mg, in map_groups__find_symbol_by_name()
660 size_t __map_groups__fprintf_maps(struct map_groups *mg, enum map_type type, in __map_groups__fprintf_maps()
667 size_t map_groups__fprintf(struct map_groups *mg, FILE *fp) in map_groups__fprintf()
[all …]
Dmap.h78 static inline struct map_groups *map_groups__get(struct map_groups *mg) in map_groups__get()
201 static inline void map_groups__insert(struct map_groups *mg, struct map *map) in map_groups__insert()
207 static inline void map_groups__remove(struct map_groups *mg, struct map *map) in map_groups__remove()
212 static inline struct map *map_groups__find(struct map_groups *mg, in map_groups__find()
218 static inline struct map *map_groups__first(struct map_groups *mg, in map_groups__first()
243 struct symbol *map_groups__find_function_by_name(struct map_groups *mg, in map_groups__find_function_by_name()
Dthread.h22 struct map_groups *mg; member
Dmachine.c1094 static void map_groups__fixup_end(struct map_groups *mg) in map_groups__fixup_end()
1134 static int map_groups__set_module_path(struct map_groups *mg, const char *path, in map_groups__set_module_path()
1161 static int map_groups__set_modules_path_dir(struct map_groups *mg, in map_groups__set_modules_path_dir()
Dsymbol.c235 void __map_groups__fixup_end(struct map_groups *mg, enum map_type type) in __map_groups__fixup_end()
1681 struct map *map_groups__find_by_name(struct map_groups *mg, in map_groups__find_by_name()
Devent.c1383 struct map_groups *mg = thread->mg; in thread__find_addr_map() local
/tools/perf/tests/
Dthread-mg-share.c16 struct map_groups *mg; in test__thread_mg_share() local