Home
last modified time | relevance | path

Searched refs:map_groups (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dmap.h23 struct map_groups;
52 struct map_groups *groups;
57 struct map_groups *kmaps;
60 struct map_groups { struct
67 struct map_groups *map_groups__new(struct machine *machine); argument
68 void map_groups__delete(struct map_groups *mg);
69 bool map_groups__empty(struct map_groups *mg);
71 static inline struct map_groups *map_groups__get(struct map_groups *mg) in map_groups__get()
77 void map_groups__put(struct map_groups *mg);
80 struct map_groups *map__kmaps(struct map *map);
[all …]
Dmap.c416 void map_groups__init(struct map_groups *mg, struct machine *machine) in map_groups__init()
450 void map_groups__exit(struct map_groups *mg) in map_groups__exit()
460 bool map_groups__empty(struct map_groups *mg) in map_groups__empty()
474 struct map_groups *map_groups__new(struct machine *machine) in map_groups__new()
476 struct map_groups *mg = malloc(sizeof(*mg)); in map_groups__new()
484 void map_groups__delete(struct map_groups *mg) in map_groups__delete()
490 void map_groups__put(struct map_groups *mg) in map_groups__put()
496 void map_groups__flush(struct map_groups *mg) in map_groups__flush()
518 struct symbol *map_groups__find_symbol(struct map_groups *mg, in map_groups__find_symbol()
535 struct symbol *map_groups__find_symbol_by_name(struct map_groups *mg, in map_groups__find_symbol_by_name()
[all …]
Dthread.h19 struct map_groups *mg;
Dsymbol.c200 void __map_groups__fixup_end(struct map_groups *mg, enum map_type type) in __map_groups__fixup_end()
633 struct map_groups *kmaps = map__kmaps(map); in dso__split_kallsyms_for_kcore()
688 struct map_groups *kmaps = map__kmaps(map); in dso__split_kallsyms()
973 struct map_groups *kmaps) in do_validate_kcore_modules()
1036 struct map_groups *kmaps = map__kmaps(map); in validate_kcore_modules()
1098 struct map_groups *kmaps = map__kmaps(map); in dso__load_kcore()
1505 struct map *map_groups__find_by_name(struct map_groups *mg, in map_groups__find_by_name()
Dmachine.h38 struct map_groups kmaps;
Dsymbol.h279 void __map_groups__fixup_end(struct map_groups *mg, enum map_type type);
Devent.c328 struct map_groups *kmaps = &machine->kmaps; in perf_event__synthesize_modules()
796 struct map_groups *mg = thread->mg; in thread__find_addr_map()
Dmachine.c826 static void map_groups__fixup_end(struct map_groups *mg) in map_groups__fixup_end()
866 static int map_groups__set_module_path(struct map_groups *mg, const char *path, in map_groups__set_module_path()
893 static int map_groups__set_modules_path_dir(struct map_groups *mg, in map_groups__set_modules_path_dir()
Dsymbol-elf.c779 struct map_groups *kmaps = kmap ? map__kmaps(map) : NULL; in dso__load_sym()
Dprobe-event.c165 struct map_groups *grp = &host_machine->kmaps; in kernel_get_module_map()
/linux-4.1.27/tools/perf/tests/
Dthread-mg-share.c15 struct map_groups *mg; in test__thread_mg_share()
19 struct map_groups *other_mg; in test__thread_mg_share()