Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dannotate.h20 struct map_symbol;
62 int (*parse)(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms);
329 void annotation__toggle_full_addr(struct annotation *notes, struct map_symbol *ms);
359 int symbol__annotate(struct map_symbol *ms,
363 int symbol__annotate2(struct map_symbol *ms,
390 int symbol__strerror_disassemble(struct map_symbol *ms, int errnum, char *buf, size_t buflen);
392 int symbol__annotate_printf(struct map_symbol *ms, struct evsel *evsel,
398 int map_symbol__annotation_dump(struct map_symbol *ms, struct evsel *evsel,
403 int symbol__tty_annotate(struct map_symbol *ms, struct evsel *evsel, struct annotation_options *opt…
405 int symbol__tty_annotate2(struct map_symbol *ms, struct evsel *evsel, struct annotation_options *op…
[all …]
Dmap_symbol.h11 struct map_symbol { struct
18 struct map_symbol ms; argument
Dcallchain.h120 struct map_symbol ms;
145 struct map_symbol ms;
206 struct map_symbol *ms,
Dannotate.c249 static int call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in call__parse()
344 static int jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in jump__parse()
494 static int lock__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in lock__parse()
552 static int mov__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms __maybe_un… in mov__parse()
613 static int dec__parse(struct arch *arch __maybe_unused, struct ins_operands *ops, struct map_symbol in dec__parse()
884 static int __symbol__inc_addr_samples(struct map_symbol *ms, in __symbol__inc_addr_samples()
959 static int symbol__inc_addr_samples(struct map_symbol *ms, in symbol__inc_addr_samples()
1122 static void disasm_line__init_ins(struct disasm_line *dl, struct arch *arch, struct map_symbol *ms) in disasm_line__init_ins()
1163 struct map_symbol ms;
1594 int symbol__strerror_disassemble(struct map_symbol *ms, int errnum, char *buf, size_t buflen) in symbol__strerror_disassemble()
[all …]
Dunwind.h14 struct map_symbol ms;
Dhist.h15 struct map_symbol;
470 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel,
504 static inline int map_symbol__tui_annotate(struct map_symbol *ms __maybe_unused, in map_symbol__tui_annotate()
Dsort.h98 struct map_symbol ms;
Dsort.c296 static int _hist_entry__sym_snprintf(struct map_symbol *ms, in _hist_entry__sym_snprintf()
993 static int _hist_entry__addr_snprintf(struct map_symbol *ms, in _hist_entry__addr_snprintf()
1188 struct map_symbol *ms = NULL; in hist_entry__daddr_snprintf()
1214 struct map_symbol *ms = NULL; in hist_entry__iaddr_snprintf()
1421 struct map_symbol *ms = NULL; in hist_entry__dcacheline_snprintf()
Dmachine.c2226 static char *callchain_srcline(struct map_symbol *ms, u64 ip) in callchain_srcline()
2263 struct map_symbol ms; in add_callchain_ip()
3011 static int append_inlines(struct callchain_cursor *cursor, struct map_symbol *ms, u64 ip) in append_inlines()
3035 struct map_symbol ilist_ms = { in append_inlines()
Dcallchain.c1052 u64 ip, struct map_symbol *ms, in callchain_cursor_append()
/Linux-v6.1/tools/perf/ui/gtk/
Dannotate.c57 static int perf_gtk__get_offset(char *buf, size_t size, struct map_symbol *ms, in perf_gtk__get_offset()
94 static int perf_gtk__annotate_symbol(GtkWidget *window, struct map_symbol *ms, in perf_gtk__annotate_symbol()
164 static int symbol__gtk_annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__gtk_annotate()
/Linux-v6.1/tools/perf/ui/browsers/
Dannotate.c37 struct map_symbol *ms = browser->priv; in browser__annotation()
157 struct map_symbol *ms = ab->b.priv; in annotate_browser__draw_current_jump()
310 struct map_symbol *ms = browser->b.priv; in annotate_browser__calc_percent()
461 struct map_symbol *ms = browser->b.priv, target_ms; in annotate_browser__callq()
662 struct map_symbol *ms = browser->priv; in annotate_browser__show()
716 struct map_symbol *ms = browser->b.priv; in annotate_browser__run()
931 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, in map_symbol__tui_annotate()
949 int symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__tui_annotate()
Dhists.h14 struct map_symbol *selection;
Dhists.c399 struct map_symbol *ms = browser->selection; in hist_browser__selection_has_children()
418 struct map_symbol *ms = browser->selection; in hist_browser__selection_unfolded()
432 struct map_symbol *ms = browser->selection; in hist_browser__selection_sym_name()
450 struct map_symbol *ms = browser->selection; in hist_browser__toggle_fold()
2429 struct map_symbol ms;
2499 struct map_symbol *ms, in add_annotate_opt()
/Linux-v6.1/tools/perf/arch/s390/annotate/
Dinstructions.c5 struct map_symbol *ms) in s390_call__parse()
58 struct map_symbol *ms __maybe_unused) in s390_mov__parse()
/Linux-v6.1/tools/perf/arch/arm64/annotate/
Dinstructions.c14 struct map_symbol *ms __maybe_unused) in arm64_mov__parse()