Home
last modified time | relevance | path

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

/tools/perf/util/
Dmap.c466 void map_groups__init(struct map_groups *mg, struct machine *machine) in map_groups__init()
497 void map_groups__exit(struct map_groups *mg) in map_groups__exit()
505 bool map_groups__empty(struct map_groups *mg) in map_groups__empty()
519 struct map_groups *mg = malloc(sizeof(*mg)); in map_groups__new() local
527 void map_groups__delete(struct map_groups *mg) in map_groups__delete()
533 void map_groups__put(struct map_groups *mg) in map_groups__put()
539 struct symbol *map_groups__find_symbol(struct map_groups *mg, in map_groups__find_symbol()
582 struct symbol *map_groups__find_symbol_by_name(struct map_groups *mg, in map_groups__find_symbol_by_name()
632 size_t __map_groups__fprintf_maps(struct map_groups *mg, enum map_type type, in __map_groups__fprintf_maps()
639 size_t map_groups__fprintf(struct map_groups *mg, FILE *fp) in map_groups__fprintf()
[all …]
Dmap.h77 static inline struct map_groups *map_groups__get(struct map_groups *mg) in map_groups__get()
204 static inline void map_groups__insert(struct map_groups *mg, struct map *map) in map_groups__insert()
210 static inline void map_groups__remove(struct map_groups *mg, struct map *map) in map_groups__remove()
215 static inline struct map *map_groups__find(struct map_groups *mg, in map_groups__find()
221 static inline struct map *map_groups__first(struct map_groups *mg, in map_groups__first()
248 struct symbol *map_groups__find_function_by_name(struct map_groups *mg, in map_groups__find_function_by_name()
Dthread.h20 struct map_groups *mg; member
Dmachine.c900 static void map_groups__fixup_end(struct map_groups *mg) in map_groups__fixup_end()
940 static int map_groups__set_module_path(struct map_groups *mg, const char *path, in map_groups__set_module_path()
967 static int map_groups__set_modules_path_dir(struct map_groups *mg, in map_groups__set_modules_path_dir()
Dsymbol.c207 void __map_groups__fixup_end(struct map_groups *mg, enum map_type type) in __map_groups__fixup_end()
1558 struct map *map_groups__find_by_name(struct map_groups *mg, in map_groups__find_by_name()
Devent.c902 struct map_groups *mg = thread->mg; in thread__find_addr_map() local
/tools/perf/tests/
Dthread-mg-share.c15 struct map_groups *mg; in test__thread_mg_share() local