Home
last modified time | relevance | path

Searched refs:annotate (Results 1 – 14 of 14) sorted by relevance

/tools/perf/
Dbuiltin-annotate.c337 int (*annotate)(struct hist_entry *he, in hists__find_annotations() local
341 annotate = dlsym(perf_gtk_handle, in hists__find_annotations()
343 if (annotate == NULL) { in hists__find_annotations()
348 ret = annotate(he, evsel, NULL); in hists__find_annotations()
472 struct perf_annotate annotate = { in cmd_annotate() local
498 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol", in cmd_annotate()
506 OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"), in cmd_annotate()
507 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate()
508 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), in cmd_annotate()
509 OPT_BOOLEAN(0, "stdio2", &annotate.use_stdio2, "Use the stdio interface"), in cmd_annotate()
[all …]
Dcommand-list.txt5 perf-annotate mainporcelain common
DBuild2 perf-y += builtin-annotate.o
/tools/perf/Documentation/
Dperfconfig.example15 annotate = on
23 [annotate]
Dperf-annotate.txt1 perf-annotate(1)
6 perf-annotate - Read perf.data (created by perf record) and display annotated code
11 'perf annotate' [-i <file> | --input=file] [symbol_name]
32 Symbol to annotate.
Dperf-config.txt90 annotate = on
97 [annotate]
131 You can hide source code of annotate feature setting the config to false with
133 % perf config annotate.hide_src_code=true
169 'report', 'top' and 'annotate' in the TUI. They should specify the
197 from sub-commands (top, report, annotate).
204 This selects colors for addresses from 'annotate'.
217 Subcommands that can be configured here are 'top', 'report' and 'annotate'.
241 annotate.*::
245 annotate.disassembler_style:
[all …]
Dtips.txt29 See assembly instructions with percentage: perf annotate <symbol>
30 If you prefer Intel style assembly, try: perf annotate -M intel
Dexamples.txt189 Or you can annotate the recorded 'git gc' run on a per symbol basis
192 titan:~/git> perf annotate __GI___fork
Dperf-report.txt300 --tui:: Use the TUI interface, that is integrated with annotate and allows
566 linkperf:perf-stat[1], linkperf:perf-annotate[1], linkperf:perf-record[1],
Dperf-top.txt103 --sym-annotate=<symbol>::
/tools/perf/ui/browsers/
DBuild1 perf-y += annotate.o
/tools/perf/ui/gtk/
DBuild9 gtk-y += annotate.o
/tools/perf/util/
DBuild1 perf-y += annotate.o
/tools/objtool/Documentation/
Dstack-validation.txt252 kernel entry code), change ENDPROC to END and annotate manually with