Home
last modified time | relevance | path

Searched refs:map_symbol (Results 1 – 23 of 23) sorted by relevance

/linux/tools/perf/util/
H A Dmap_symbol.h12 struct map_symbol { struct
19 struct map_symbol ms; argument
27 void map_symbol__exit(struct map_symbol *ms);
30 void map_symbol__copy(struct map_symbol *dst, struct map_symbol *src);
H A Dmap_symbol.c7 void map_symbol__exit(struct map_symbol *ms) in map_symbol__exit()
18 void map_symbol__copy(struct map_symbol *dst, struct map_symbol *src) in map_symbol__copy()
H A Dannotate.h23 struct map_symbol;
395 void annotation__toggle_full_addr(struct annotation *notes, struct map_symbol *ms);
442 int symbol__annotate(struct map_symbol *ms,
445 int symbol__annotate2(struct map_symbol *ms,
472 int symbol__strerror_disassemble(struct map_symbol *ms, int errnum, char *buf, size_t buflen);
478 int map_symbol__annotation_dump(struct map_symbol *ms, struct evsel *evsel,
564 u64 annotate_calc_pcrel(struct map_symbol *ms, u64 ip, int offset,
H A Dcallchain.h122 struct map_symbol ms;
146 struct map_symbol ms;
205 struct map_symbol *ms,
H A Dannotate-data.h21 struct map_symbol;
122 struct map_symbol *ms;
H A Ddisasm.h93 int (*parse)(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms,
103 struct map_symbol *ms;
H A Dannotate.c216 static int __symbol__inc_addr_samples(struct map_symbol *ms, in __symbol__inc_addr_samples()
321 static int symbol__inc_addr_samples(struct map_symbol *ms, in symbol__inc_addr_samples()
1011 int symbol__annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__annotate()
1219 struct map_symbol *ms = &he->ms; in hist_entry__annotate_printf()
1393 int map_symbol__annotation_dump(struct map_symbol *ms, struct evsel *evsel, in map_symbol__annotation_dump()
1613 void annotation__toggle_full_addr(struct annotation *notes, struct map_symbol *ms) in annotation__toggle_full_addr()
1625 static void annotation__calc_lines(struct annotation *notes, struct map_symbol *ms, in annotation__calc_lines()
1658 static void symbol__calc_lines(struct map_symbol *ms, struct rb_root *root) in symbol__calc_lines()
1667 struct map_symbol *ms = &he->ms; in hist_entry__tty_annotate2()
1707 struct map_symbol *ms = &he->ms; in hist_entry__tty_annotate()
[all …]
H A Dunwind.h14 struct map_symbol ms;
H A Ddisasm.c238 static int call__parse(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in call__parse()
337 static int jump__parse(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in jump__parse()
501 static int lock__parse(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in lock__parse()
590 struct map_symbol *ms __maybe_unused, in mov__parse()
670 struct map_symbol *ms __maybe_unused, in dec__parse()
819 struct map_symbol *ms) in disasm_line__init_ins()
1105 int symbol__strerror_disassemble(struct map_symbol *ms, int errnum, char *buf, size_t buflen) in symbol__strerror_disassemble()
H A Dhist.h248 struct map_symbol ms;
718 int __hist_entry__tui_annotate(struct hist_entry *he, struct map_symbol *ms,
749 struct map_symbol *ms __maybe_unused, in __hist_entry__tui_annotate()
H A Dmachine.c2065 static char *callchain_srcline(struct map_symbol *ms, u64 ip) in callchain_srcline()
2093 static int append_inlines(struct callchain_cursor *cursor, struct map_symbol *ms, u64 ip, in append_inlines()
2104 struct map_symbol ilist_ms; in append_inlines()
2122 ilist_ms = (struct map_symbol) { in append_inlines()
2158 struct map_symbol ms = {}; in add_callchain_ip()
H A Dsort.c392 static int _hist_entry__sym_snprintf(struct map_symbol *ms, in _hist_entry__sym_snprintf()
1351 static int _hist_entry__addr_snprintf(struct map_symbol *ms, in _hist_entry__addr_snprintf()
1546 struct map_symbol *ms = NULL; in hist_entry__daddr_snprintf()
1572 struct map_symbol *ms = NULL; in hist_entry__iaddr_snprintf()
1788 struct map_symbol *ms = NULL; in hist_entry__dcacheline_snprintf()
H A Dcallchain.c1045 struct map_symbol ms = { in merge_chain_branch()
1089 u64 ip, struct map_symbol *ms, in callchain_cursor_append()
H A DBuild59 perf-util-y += map_symbol.o
/linux/tools/perf/ui/browsers/
H A Dannotate.c61 struct map_symbol *ms = browser->priv; in browser__annotation()
189 struct map_symbol *ms = ab->b.priv; in annotate_browser__draw_current_jump()
341 struct map_symbol *ms = browser->b.priv; in annotate_browser__calc_percent()
464 struct map_symbol *ms = browser->b.priv; in annotate_browser__toggle_source()
561 struct map_symbol *ms = b->priv; in annotate_browser__show_function_title()
585 struct map_symbol *ms = browser->b.priv, target_ms; in annotate_browser__callq()
843 struct map_symbol *ms = browser->b.priv; in annotate_browser__debuginfo_warning()
867 struct map_symbol *ms = browser->b.priv; in annotate_browser__symbol_annotate_error()
883 struct map_symbol *ms = browser->b.priv; in annotate_browser__run()
1158 int __hist_entry__tui_annotate(struct hist_entry *he, struct map_symbol *ms, in __hist_entry__tui_annotate()
H A Dhists.h13 struct map_symbol *selection;
H A Dhists.c400 struct map_symbol *ms = browser->selection; in hist_browser__selection_has_children()
414 struct map_symbol *ms = browser->selection; in hist_browser__selection_unfolded()
428 struct map_symbol *ms = browser->selection; in hist_browser__selection_sym_name()
446 struct map_symbol *ms = browser->selection; in hist_browser__toggle_fold()
2460 struct map_symbol ms;
2526 struct map_symbol *ms, in add_annotate_opt()
/linux/tools/perf/ui/gtk/
H A Dannotate.c66 static int perf_gtk__get_offset(char *buf, size_t size, struct map_symbol *ms, in perf_gtk__get_offset()
103 static int perf_gtk__annotate_symbol(GtkWidget *window, struct map_symbol *ms, in perf_gtk__annotate_symbol()
174 static int symbol__gtk_annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__gtk_annotate()
/linux/tools/perf/util/annotate-arch/
H A Dannotate-s390.c14 struct map_symbol *ms, in s390_call__parse()
69 struct map_symbol *ms __maybe_unused, in s390_mov__parse()
H A Dannotate-loongarch.c18 struct map_symbol *ms, in loongarch_call__parse()
69 struct map_symbol *ms, in loongarch_jump__parse()
H A Dannotate-powerpc.c40 struct map_symbol *ms __maybe_unused, struct disasm_line *dl) in arithmetic__parse()
77 struct map_symbol *ms __maybe_unused, struct disasm_line *dl __maybe_unused) in load_store__parse()
H A Dannotate-arm64.c19 struct map_symbol *ms __maybe_unused, in arm64_mov__parse()
H A Dannotate-x86.c260 struct map_symbol *ms = dloc->ms; in update_insn_state_x86()
621 struct map_symbol *ms = dloc->ms; in update_insn_state_x86()