/tools/perf/util/ |
D | map.h | 11 enum map_type { enum 121 void map__init(struct map *map, enum map_type type, 126 char *filename, enum map_type type, struct thread *thread); 127 struct map *map__new2(u64 start, struct dso *dso, enum map_type type); 146 size_t __map_groups__fprintf_maps(struct map_groups *mg, enum map_type type, 156 struct map_groups *parent, enum map_type type); 174 enum map_type type, u64 addr) in map_groups__find() 180 enum map_type type) in map_groups__first() 191 enum map_type type, u64 addr, 196 enum map_type type, [all …]
|
D | dso.h | 154 static inline void dso__set_loaded(struct dso *dso, enum map_type type) in dso__set_loaded() 167 bool dso__loaded(const struct dso *dso, enum map_type type); 169 bool dso__sorted_by_name(const struct dso *dso, enum map_type type); 170 void dso__set_sorted_by_name(struct dso *dso, enum map_type type); 171 void dso__sort_by_name(struct dso *dso, enum map_type type); 249 enum map_type type, FILE *fp); 250 size_t dso__fprintf(struct dso *dso, enum map_type type, FILE *fp);
|
D | thread.h | 58 u8 cpumode, enum map_type type, u64 addr, 62 u8 cpumode, enum map_type type, u64 addr, 67 enum map_type type, u64 addr,
|
D | symbol.h | 249 struct symbol *dso__find_symbol(struct dso *dso, enum map_type type, 251 struct symbol *dso__find_symbol_by_name(struct dso *dso, enum map_type type, 254 struct symbol *dso__first_symbol(struct dso *dso, enum map_type type); 276 bool symbol_type__is_a(char symbol_type, enum map_type map_type); 290 void __map_groups__fixup_end(struct map_groups *mg, enum map_type type);
|
D | machine.h | 46 struct map *machine__kernel_map(struct machine *machine, enum map_type type) in machine__kernel_map() 154 enum map_type type, u64 addr, in machine__find_kernel_symbol() 185 enum map_type type, symbol_filter_t filter); 186 int machine__load_vmlinux_path(struct machine *machine, enum map_type type,
|
D | map.c | 125 void map__init(struct map *map, enum map_type type, in map__init() 145 enum map_type type, struct thread *thread) in map__new() 210 struct map *map__new2(u64 start, struct dso *dso, enum map_type type) in map__new2() 519 enum map_type type, u64 addr, in map_groups__find_symbol() 536 enum map_type type, in map_groups__find_symbol_by_name() 574 size_t __map_groups__fprintf_maps(struct map_groups *mg, enum map_type type, in __map_groups__fprintf_maps() 602 enum map_type type, FILE *fp) in __map_groups__fprintf_removed_maps() 706 struct map_groups *parent, enum map_type type) in map_groups__clone()
|
D | symbol.c | 61 bool symbol_type__is_a(char symbol_type, enum map_type map_type) in symbol_type__is_a() argument 65 switch (map_type) { in symbol_type__is_a() 197 void __map_groups__fixup_end(struct map_groups *mg, enum map_type type) in __map_groups__fixup_end() 422 enum map_type type, u64 addr) in dso__find_symbol() 427 struct symbol *dso__first_symbol(struct dso *dso, enum map_type type) in dso__first_symbol() 437 struct symbol *dso__find_symbol_by_name(struct dso *dso, enum map_type type, in dso__find_symbol_by_name() 443 void dso__sort_by_name(struct dso *dso, enum map_type type) in dso__sort_by_name() 451 enum map_type type, FILE *fp) in dso__fprintf_symbols_by_name() 1032 enum map_type type; 1452 enum map_type type, const char *name) in map_groups__find_by_name()
|
D | dso.c | 777 bool dso__loaded(const struct dso *dso, enum map_type type) in dso__loaded() 782 bool dso__sorted_by_name(const struct dso *dso, enum map_type type) in dso__sorted_by_name() 787 void dso__set_sorted_by_name(struct dso *dso, enum map_type type) in dso__set_sorted_by_name() 990 size_t dso__fprintf(struct dso *dso, enum map_type type, FILE *fp) in dso__fprintf()
|
D | thread.c | 202 enum map_type type, u64 addr, in thread__find_cpumode_addr_location()
|
D | machine.c | 631 enum map_type type; in __machine__create_kernel_maps() 655 enum map_type type; in machine__destroy_kernel_maps() 758 enum map_type type, symbol_filter_t filter) in machine__load_kallsyms() 776 int machine__load_vmlinux_path(struct machine *machine, enum map_type type, in machine__load_vmlinux_path() 1114 enum map_type type; in machine__process_mmap2_event() 1164 enum map_type type; in machine__process_mmap_event()
|
D | event.c | 735 enum map_type type, u64 addr, in thread__find_addr_map() 810 u8 cpumode, enum map_type type, u64 addr, in thread__find_addr_location()
|
D | symbol-elf.c | 78 static bool elf_sym__is_a(GElf_Sym *sym, enum map_type type) in elf_sym__is_a() 115 enum map_type type) in elf_sec__is_a()
|
D | session.c | 1336 enum map_type i; in maps__set_kallsyms_ref_reloc_sym()
|
/tools/perf/tests/ |
D | vmlinux-kallsyms.c | 28 enum map_type type = MAP__FUNCTION; in test__vmlinux_matches_kallsyms()
|
/tools/perf/ |
D | builtin-trace.c | 1833 char map_type = 'd'; in trace__pgfault() local 1870 map_type = 'x'; in trace__pgfault() 1872 map_type = '?'; in trace__pgfault() 1877 fprintf(trace->output, " (%c%c)\n", map_type, al.level); in trace__pgfault()
|