Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/ui/browsers/
Dannotate.c42 struct map_symbol *ms = browser->priv; in browser__annotation()
153 struct map_symbol *ms = ab->b.priv; in annotate_browser__draw_current_jump()
305 struct map_symbol *ms = browser->b.priv; in annotate_browser__calc_percent()
413 struct map_symbol *ms = browser->b.priv; in annotate_browser__callq()
611 struct map_symbol *ms = browser->priv; in annotate_browser__show()
665 struct map_symbol *ms = browser->b.priv; in annotate_browser__run()
873 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, in map_symbol__tui_annotate()
897 struct map_symbol ms = { in symbol__tui_annotate()
Dhists.h13 struct map_symbol *selection;
Dhists.c396 struct map_symbol *ms = browser->selection; in hist_browser__toggle_fold()
2359 struct map_symbol ms;
/Linux-v5.4/tools/perf/util/
Dmap_symbol.h10 struct map_symbol { struct
Dannotate.h19 struct map_symbol;
60 int (*parse)(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms);
391 int map_symbol__annotation_dump(struct map_symbol *ms, struct evsel *evsel,
Dhist.h15 struct map_symbol;
456 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel,
489 static inline int map_symbol__tui_annotate(struct map_symbol *ms __maybe_unused, in map_symbol__tui_annotate()
Dsort.h96 struct map_symbol ms;
Dcallchain.h119 struct map_symbol ms;
Dannotate.c240 static int call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in call__parse()
329 static int jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in jump__parse()
477 static int lock__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in lock__parse()
535 static int mov__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms __maybe_un… in mov__parse()
596 static int dec__parse(struct arch *arch __maybe_unused, struct ins_operands *ops, struct map_symbol in dec__parse()
1100 static void disasm_line__init_ins(struct disasm_line *dl, struct arch *arch, struct map_symbol *ms) in disasm_line__init_ins()
1142 struct map_symbol ms;
2431 int map_symbol__annotation_dump(struct map_symbol *ms, struct evsel *evsel, in map_symbol__annotation_dump()
/Linux-v5.4/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-v5.4/tools/perf/arch/arm64/annotate/
Dinstructions.c14 struct map_symbol *ms __maybe_unused) in arm64_mov__parse()