| /tools/include/linux/ |
| D | export.h | 4 #define EXPORT_SYMBOL(sym) argument 5 #define EXPORT_SYMBOL_GPL(sym) argument 6 #define EXPORT_SYMBOL_GPL_FUTURE(sym) argument 7 #define EXPORT_UNUSED_SYMBOL(sym) argument 8 #define EXPORT_UNUSED_SYMBOL_GPL(sym) argument
|
| /tools/perf/util/ |
| D | symbol_fprintf.c | 10 size_t symbol__fprintf(struct symbol *sym, FILE *fp) in symbol__fprintf() 19 size_t __symbol__fprintf_symname_offs(const struct symbol *sym, in __symbol__fprintf_symname_offs() 43 size_t symbol__fprintf_symname_offs(const struct symbol *sym, in symbol__fprintf_symname_offs() 50 size_t __symbol__fprintf_symname(const struct symbol *sym, in __symbol__fprintf_symname() 57 size_t symbol__fprintf_symname(const struct symbol *sym, FILE *fp) in symbol__fprintf_symname()
|
| D | call-path.c | 15 struct symbol *sym, u64 ip, bool in_kernel) in call_path__init() 51 struct symbol *sym, u64 ip, in call_path__new() 79 struct symbol *sym, u64 ip, u64 ks) in call_path__findnew()
|
| D | map_symbol.h | 12 struct symbol *sym; member 17 struct symbol *sym; member
|
| D | annotate.c | 332 struct symbol *sym = ms->sym; in jump__parse() local 791 static int symbol__alloc_hist_cycles(struct symbol *sym) in symbol__alloc_hist_cycles() 802 void symbol__annotate_zero_histograms(struct symbol *sym) in symbol__annotate_zero_histograms() 863 static int __symbol__inc_addr_samples(struct symbol *sym, struct map *map, in __symbol__inc_addr_samples() 898 static struct cyc_hist *symbol__cycles_hist(struct symbol *sym) in symbol__cycles_hist() 917 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists) in symbol__hists() 937 static int symbol__inc_addr_samples(struct symbol *sym, struct map *map, in symbol__inc_addr_samples() 951 struct symbol *sym, unsigned cycles) in symbol__account_cycles() 1367 annotation_line__print(struct annotation_line *al, struct symbol *sym, u64 start, in annotation_line__print() 1488 static int symbol__parse_objdump_line(struct symbol *sym, FILE *file, in symbol__parse_objdump_line() [all …]
|
| D | demangle-rust.c | 77 rust_is_mangled(const char *sym) in rust_is_mangled() 182 rust_demangle_sym(char *sym) in rust_demangle_sym()
|
| D | srcline.c | 266 struct symbol *sym) in inline_list__append_dso_a2l() 281 struct symbol *sym) in addr2line() 351 struct dso *dso, struct symbol *sym) in addr2inlines() 437 struct symbol *sym) in addr2inlines() 505 char *__get_srcline(struct dso *dso, u64 addr, struct symbol *sym, in __get_srcline() 588 char *get_srcline(struct dso *dso, u64 addr, struct symbol *sym, in get_srcline() 664 struct symbol *sym) in dso__parse_addr_inlines()
|
| D | symbol.h | 74 static inline size_t symbol__size(const struct symbol *sym) in symbol__size() 84 struct symbol sym; member 97 static inline void *symbol__priv(struct symbol *sym) in symbol__priv() 109 struct symbol *sym; member 123 struct symbol *sym; member
|
| D | symbol.c | 273 struct symbol *sym = calloc(1, (symbol_conf.priv_size + in symbol__new() local 299 void symbol__delete(struct symbol *sym) in symbol__delete() 318 struct symbol *sym, bool kernel) in __symbols__insert() 351 void symbols__insert(struct rb_root_cached *symbols, struct symbol *sym) in symbols__insert() 399 static struct symbol *symbols__next(struct symbol *sym) in symbols__next() 409 static void symbols__insert_by_name(struct rb_root_cached *symbols, struct symbol *sym) in symbols__insert_by_name() 510 void dso__insert_symbol(struct dso *dso, struct symbol *sym) in dso__insert_symbol() 542 struct symbol *dso__next_symbol(struct symbol *sym) in dso__next_symbol() 547 struct symbol *symbol__next_by_name(struct symbol *sym) in symbol__next_by_name() 671 struct symbol *sym; in map__process_kallsym_symbol() local [all …]
|
| D | symbol-elf.c | 109 #define elf_symtab__for_each_symbol(syms, nr_syms, idx, sym) \ argument 114 static inline uint8_t elf_sym__type(const GElf_Sym *sym) in elf_sym__type() 119 static inline uint8_t elf_sym__visibility(const GElf_Sym *sym) in elf_sym__visibility() 128 static inline int elf_sym__is_function(const GElf_Sym *sym) in elf_sym__is_function() 136 static inline bool elf_sym__is_object(const GElf_Sym *sym) in elf_sym__is_object() 143 static inline int elf_sym__is_label(const GElf_Sym *sym) in elf_sym__is_label() 153 static bool elf_sym__filter(GElf_Sym *sym) in elf_sym__filter() 158 static inline const char *elf_sym__name(const GElf_Sym *sym, in elf_sym__name() 284 GElf_Sym sym; in dso__synthesize_plt_symbols() local 846 GElf_Sym *sym, GElf_Shdr *shdr, in dso__process_kernel_symbol() [all …]
|
| D | map.c | 312 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); in map__fixup_start() local 322 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); in map__fixup_end() local 430 char *map__srcline(struct map *map, u64 addr, struct symbol *sym) in map__srcline() 679 static bool map__contains_symbol(struct map *map, struct symbol *sym) in map__contains_symbol() 689 struct symbol *sym; in maps__find_symbol_by_name() local
|
| /tools/perf/arch/powerpc/util/ |
| D | sym-handling.c | 26 char *sym = syma->name; in arch__choose_best_symbol() local 80 void arch__sym_update(struct symbol *s, GElf_Sym *sym) in arch__sym_update() 90 struct symbol *sym) in arch__fix_tev_from_maps() 133 struct symbol *sym = NULL; in arch__post_process_probe_trace_events() local
|
| /tools/virtio/linux/ |
| D | export.h | 1 #define EXPORT_SYMBOL_GPL(sym) extern typeof(sym) sym argument 2 #define EXPORT_SYMBOL(sym) extern typeof(sym) sym argument
|
| /tools/objtool/ |
| D | elf.c | 50 struct symbol *sym; in find_symbol_by_index() local 62 struct symbol *sym; in find_symbol_by_offset() local 75 struct symbol *sym; in find_symbol_by_name() local 87 struct symbol *sym; in find_symbol_containing() local 210 struct symbol *sym, *pfunc, *alias; in read_symbols() local 660 struct symbol *sym, *tmpsym; in elf_close() local
|
| D | elf.h | 34 struct symbol *sym; member 45 GElf_Sym sym; member 61 struct symbol *sym; member
|
| D | orc_dump.c | 74 GElf_Sym sym; in orc_dump() local
|
| /tools/perf/ui/gtk/ |
| D | annotate.c | 28 static int perf_gtk__get_percent(char *buf, size_t size, struct symbol *sym, in perf_gtk__get_percent() 57 static int perf_gtk__get_offset(char *buf, size_t size, struct symbol *sym, in perf_gtk__get_offset() 94 static int perf_gtk__annotate_symbol(GtkWidget *window, struct symbol *sym, in perf_gtk__annotate_symbol() 163 static int symbol__gtk_annotate(struct symbol *sym, struct map *map, in symbol__gtk_annotate()
|
| /tools/bpf/bpftool/ |
| D | xlated_dumper.c | 25 struct kernel_sym *sym; in kernel_syms_load() local 73 struct kernel_sym sym = { in kernel_syms_search() local 139 struct kernel_sym *sym, in print_call_pcrel() 157 struct kernel_sym *sym, in print_call_helper() 174 struct kernel_sym *sym; in print_call() local
|
| /tools/perf/ui/browsers/ |
| D | map.c | 27 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); in map_browser__write() local 51 struct symbol *sym; in map_browser__search() local
|
| D | annotate.c | 154 struct symbol *sym = ms->sym; in annotate_browser__draw_current_jump() local 306 struct symbol *sym = ms->sym; in annotate_browser__calc_percent() local 393 static int sym_title(struct symbol *sym, struct map *map, char *title, in sym_title() 612 struct symbol *sym = ms->sym; in annotate_browser__show() local 666 struct symbol *sym = ms->sym; in annotate_browser__run() local 891 int symbol__tui_annotate(struct symbol *sym, struct map *map, in symbol__tui_annotate()
|
| /tools/perf/scripts/python/ |
| D | stackcollapse.py | 72 def tidy_function_name(sym, dso): argument
|
| /tools/perf/tests/ |
| D | hists_cumulate.c | 22 struct symbol *sym; member 166 const char *sym; member 173 const char *sym; member
|
| D | vmlinux-kallsyms.c | 21 struct symbol *sym; in test__vmlinux_matches_kallsyms() local
|
| D | hists_filter.c | 20 struct symbol *sym; member
|
| /tools/perf/ |
| D | builtin-top.c | 110 struct symbol *sym; in perf_top__parse_source() local 160 struct symbol *sym = he->ms.sym; in __zero_source_counters() local 164 static void ui__warn_map_erange(struct map *map, struct symbol *sym, u64 ip) in ui__warn_map_erange() 197 struct symbol *sym = he->ms.sym; in perf_top__record_precise_ip() local 434 struct symbol *sym = top->sym_filter_entry->ms.sym; in perf_top__print_mapped_keys() local
|