Searched refs:map_symbol (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/tools/perf/ui/browsers/ |
D | annotate.c | 40 struct map_symbol *ms = browser->priv; in browser__annotation() 150 struct map_symbol *ms = ab->b.priv; in annotate_browser__draw_current_jump() 298 struct map_symbol *ms = browser->b.priv; in annotate_browser__calc_percent() 406 struct map_symbol *ms = browser->b.priv; in annotate_browser__callq() 604 struct map_symbol *ms = browser->priv; in annotate_browser__show() 658 struct map_symbol *ms = browser->b.priv; in annotate_browser__run() 866 int map_symbol__tui_annotate(struct map_symbol *ms, struct perf_evsel *evsel, in map_symbol__tui_annotate() 890 struct map_symbol ms = { in symbol__tui_annotate()
|
D | hists.h | 13 struct map_symbol *selection;
|
D | hists.c | 384 struct map_symbol *ms = browser->selection; in hist_browser__toggle_fold() 2328 struct map_symbol ms;
|
/Linux-v4.19/tools/perf/arch/s390/annotate/ |
D | instructions.c | 5 struct map_symbol *ms) in s390_call__parse() 58 struct map_symbol *ms __maybe_unused) in s390_mov__parse()
|
/Linux-v4.19/tools/perf/util/ |
D | annotate.h | 52 int (*parse)(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms); 372 int map_symbol__annotation_dump(struct map_symbol *ms, struct perf_evsel *evsel,
|
D | sort.h | 98 struct map_symbol ms;
|
D | hist.h | 432 int map_symbol__tui_annotate(struct map_symbol *ms, struct perf_evsel *evsel, 459 static inline int map_symbol__tui_annotate(struct map_symbol *ms __maybe_unused, in map_symbol__tui_annotate()
|
D | annotate.c | 208 static int call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in call__parse() 297 static int jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in jump__parse() 445 static int lock__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in lock__parse() 503 static int mov__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms __maybe_un… in mov__parse() 564 static int dec__parse(struct arch *arch __maybe_unused, struct ins_operands *ops, struct map_symbol… in dec__parse() 1055 static void disasm_line__init_ins(struct disasm_line *dl, struct arch *arch, struct map_symbol *ms) in disasm_line__init_ins() 1099 struct map_symbol ms; 2215 int map_symbol__annotation_dump(struct map_symbol *ms, struct perf_evsel *evsel, in map_symbol__annotation_dump()
|
D | callchain.h | 115 struct map_symbol ms;
|
D | symbol.h | 179 struct map_symbol { struct
|