Searched refs:map_symbol (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/tools/perf/ui/browsers/ |
| D | annotate.c | 42 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()
|
| D | hists.h | 13 struct map_symbol *selection;
|
| D | hists.c | 396 struct map_symbol *ms = browser->selection; in hist_browser__toggle_fold() 2359 struct map_symbol ms;
|
| /Linux-v5.4/tools/perf/util/ |
| D | map_symbol.h | 10 struct map_symbol { struct
|
| D | annotate.h | 19 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,
|
| D | hist.h | 15 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()
|
| D | sort.h | 96 struct map_symbol ms;
|
| D | callchain.h | 119 struct map_symbol ms;
|
| D | annotate.c | 240 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/ |
| D | instructions.c | 5 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/ |
| D | instructions.c | 14 struct map_symbol *ms __maybe_unused) in arm64_mov__parse()
|