map_groups 21 tools/perf/arch/x86/util/event.c struct map_groups *kmaps = &machine->kmaps; map_groups 747 tools/perf/builtin-report.c static int map_groups__fprintf_task(struct map_groups *mg, int indent, FILE *fp) map_groups 16 tools/perf/tests/map_groups.c static int check_maps(struct map_def *merged, unsigned int size, struct map_groups *mg) map_groups 39 tools/perf/tests/map_groups.c struct map_groups mg; map_groups 15 tools/perf/tests/thread-mg-share.c struct map_groups *mg; map_groups 19 tools/perf/tests/thread-mg-share.c struct map_groups *other_mg; map_groups 460 tools/perf/util/event.c struct map_groups *mg = thread->mg; map_groups 1024 tools/perf/util/machine.c struct map_groups *kmaps = &machine->kmaps; map_groups 1264 tools/perf/util/machine.c static int map_groups__set_module_path(struct map_groups *mg, const char *path, map_groups 1292 tools/perf/util/machine.c static int map_groups__set_modules_path_dir(struct map_groups *mg, map_groups 53 tools/perf/util/machine.h struct map_groups kmaps; map_groups 582 tools/perf/util/map.c void map_groups__init(struct map_groups *mg, struct machine *machine) map_groups 589 tools/perf/util/map.c void map_groups__insert(struct map_groups *mg, struct map *map) map_groups 631 tools/perf/util/map.c void map_groups__exit(struct map_groups *mg) map_groups 636 tools/perf/util/map.c bool map_groups__empty(struct map_groups *mg) map_groups 641 tools/perf/util/map.c struct map_groups *map_groups__new(struct machine *machine) map_groups 643 tools/perf/util/map.c struct map_groups *mg = zalloc(sizeof(*mg)); map_groups 651 tools/perf/util/map.c void map_groups__delete(struct map_groups *mg) map_groups 658 tools/perf/util/map.c void map_groups__put(struct map_groups *mg) map_groups 664 tools/perf/util/map.c struct symbol *map_groups__find_symbol(struct map_groups *mg, map_groups 716 tools/perf/util/map.c struct symbol *map_groups__find_symbol_by_name(struct map_groups *mg, map_groups 761 tools/perf/util/map.c size_t map_groups__fprintf(struct map_groups *mg, FILE *fp) map_groups 766 tools/perf/util/map.c static void __map_groups__insert(struct map_groups *mg, struct map *map) map_groups 874 tools/perf/util/map.c int map_groups__fixup_overlappings(struct map_groups *mg, struct map *map, map_groups 883 tools/perf/util/map.c int map_groups__clone(struct thread *thread, struct map_groups *parent) map_groups 885 tools/perf/util/map.c struct map_groups *mg = thread->mg; map_groups 1035 tools/perf/util/map.c struct map_groups *map__kmaps(struct map *map) map_groups 17 tools/perf/util/map.h struct map_groups; map_groups 45 tools/perf/util/map.h struct map_groups *groups; map_groups 53 tools/perf/util/map.h struct map_groups *map__kmaps(struct map *map); map_groups 44 tools/perf/util/map_groups.h struct map_groups *kmaps; map_groups 48 tools/perf/util/map_groups.h struct map_groups *map_groups__new(struct machine *machine); map_groups 49 tools/perf/util/map_groups.h void map_groups__delete(struct map_groups *mg); map_groups 50 tools/perf/util/map_groups.h bool map_groups__empty(struct map_groups *mg); map_groups 52 tools/perf/util/map_groups.h static inline struct map_groups *map_groups__get(struct map_groups *mg) map_groups 59 tools/perf/util/map_groups.h void map_groups__put(struct map_groups *mg); map_groups 60 tools/perf/util/map_groups.h void map_groups__init(struct map_groups *mg, struct machine *machine); map_groups 61 tools/perf/util/map_groups.h void map_groups__exit(struct map_groups *mg); map_groups 62 tools/perf/util/map_groups.h int map_groups__clone(struct thread *thread, struct map_groups *parent); map_groups 63 tools/perf/util/map_groups.h size_t map_groups__fprintf(struct map_groups *mg, FILE *fp); map_groups 65 tools/perf/util/map_groups.h void map_groups__insert(struct map_groups *mg, struct map *map); map_groups 67 tools/perf/util/map_groups.h static inline void map_groups__remove(struct map_groups *mg, struct map *map) map_groups 72 tools/perf/util/map_groups.h static inline struct map *map_groups__find(struct map_groups *mg, u64 addr) map_groups 77 tools/perf/util/map_groups.h struct map *map_groups__first(struct map_groups *mg); map_groups 84 tools/perf/util/map_groups.h struct symbol *map_groups__find_symbol(struct map_groups *mg, u64 addr, struct map **mapp); map_groups 85 tools/perf/util/map_groups.h struct symbol *map_groups__find_symbol_by_name(struct map_groups *mg, const char *name, struct map **mapp); map_groups 91 tools/perf/util/map_groups.h int map_groups__fixup_overlappings(struct map_groups *mg, struct map *map, FILE *fp); map_groups 93 tools/perf/util/map_groups.h struct map *map_groups__find_by_name(struct map_groups *mg, const char *name); map_groups 95 tools/perf/util/map_groups.h int map_groups__merge_in(struct map_groups *kmaps, struct map *new_map); map_groups 847 tools/perf/util/symbol-elf.c struct map_groups *kmaps, struct kmap *kmap, map_groups 953 tools/perf/util/symbol-elf.c struct map_groups *kmaps = kmap ? map__kmaps(map) : NULL; map_groups 242 tools/perf/util/symbol.c void map_groups__fixup_end(struct map_groups *mg) map_groups 705 tools/perf/util/symbol.c static int map_groups__split_kallsyms_for_kcore(struct map_groups *kmaps, struct dso *dso) map_groups 758 tools/perf/util/symbol.c static int map_groups__split_kallsyms(struct map_groups *kmaps, struct dso *dso, u64 delta, map_groups 1056 tools/perf/util/symbol.c struct map *map_groups__first(struct map_groups *mg) map_groups 1062 tools/perf/util/symbol.c struct map_groups *kmaps) map_groups 1124 tools/perf/util/symbol.c struct map_groups *kmaps = map__kmaps(map); map_groups 1187 tools/perf/util/symbol.c int map_groups__merge_in(struct map_groups *kmaps, struct map *new_map) map_groups 1265 tools/perf/util/symbol.c struct map_groups *kmaps = map__kmaps(map); map_groups 1787 tools/perf/util/symbol.c struct map *map_groups__find_by_name(struct map_groups *mg, const char *name) map_groups 23 tools/perf/util/symbol.h struct map_groups; map_groups 199 tools/perf/util/symbol.h void map_groups__fixup_end(struct map_groups *mg); map_groups 28 tools/perf/util/thread.h struct map_groups *mg; map_groups 618 tools/perf/util/unwind-libunwind-local.c static int _unwind__prepare_access(struct map_groups *mg) map_groups 630 tools/perf/util/unwind-libunwind-local.c static void _unwind__flush_access(struct map_groups *mg) map_groups 635 tools/perf/util/unwind-libunwind-local.c static void _unwind__finish_access(struct map_groups *mg) map_groups 15 tools/perf/util/unwind-libunwind.c static void unwind__register_ops(struct map_groups *mg, map_groups 21 tools/perf/util/unwind-libunwind.c int unwind__prepare_access(struct map_groups *mg, struct map *map, map_groups 71 tools/perf/util/unwind-libunwind.c void unwind__flush_access(struct map_groups *mg) map_groups 77 tools/perf/util/unwind-libunwind.c void unwind__finish_access(struct map_groups *mg) map_groups 9 tools/perf/util/unwind.h struct map_groups; map_groups 23 tools/perf/util/unwind.h int (*prepare_access)(struct map_groups *mg); map_groups 24 tools/perf/util/unwind.h void (*flush_access)(struct map_groups *mg); map_groups 25 tools/perf/util/unwind.h void (*finish_access)(struct map_groups *mg); map_groups 50 tools/perf/util/unwind.h int unwind__prepare_access(struct map_groups *mg, struct map *map, map_groups 52 tools/perf/util/unwind.h void unwind__flush_access(struct map_groups *mg); map_groups 53 tools/perf/util/unwind.h void unwind__finish_access(struct map_groups *mg); map_groups 55 tools/perf/util/unwind.h static inline int unwind__prepare_access(struct map_groups *mg __maybe_unused, map_groups 62 tools/perf/util/unwind.h static inline void unwind__flush_access(struct map_groups *mg __maybe_unused) {} map_groups 63 tools/perf/util/unwind.h static inline void unwind__finish_access(struct map_groups *mg __maybe_unused) {} map_groups 76 tools/perf/util/unwind.h static inline int unwind__prepare_access(struct map_groups *mg __maybe_unused, map_groups 83 tools/perf/util/unwind.h static inline void unwind__flush_access(struct map_groups *mg __maybe_unused) {} map_groups 84 tools/perf/util/unwind.h static inline void unwind__finish_access(struct map_groups *mg __maybe_unused) {}