Home
last modified time | relevance | path

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

12

/linux-5.19.10/tools/perf/
Dbuiltin-annotate.c351 int (*annotate)(struct hist_entry *he, in hists__find_annotations() local
355 annotate = dlsym(perf_gtk_handle, in hists__find_annotations()
357 if (annotate == NULL) { in hists__find_annotations()
362 ret = annotate(he, evsel, NULL); in hists__find_annotations()
489 struct perf_annotate annotate = { in cmd_annotate() local
521 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol", in cmd_annotate()
529 OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"), in cmd_annotate()
531 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate()
533 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), in cmd_annotate()
534 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
/linux-5.19.10/scripts/dtc/
Dtreesource.c185 if (annotate) { in write_propval()
186 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval()
263 if (annotate) { in write_propval()
264 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval()
288 if (annotate) { in write_tree_source_node()
289 srcstr = srcpos_string_first(tree->srcpos, annotate); in write_tree_source_node()
310 if (annotate) { in write_tree_source_node()
311 srcstr = srcpos_string_last(tree->srcpos, annotate); in write_tree_source_node()
Ddtx_diff22 --annotate synonym for -T
32 -T annotate output .dts with input source file and line
176 annotate=""
219 -T | --annotate )
220 if [ "${annotate}" = "" ] ; then
221 annotate="-T"
222 elif [ "${annotate}" = "-T" ] ; then
223 annotate="-T -T"
346 -O dts -qq -f ${dtc_sort} ${annotate} -o -"
Ddtc.c23 int annotate; /* Level of annotation: 1 for input source location variable
259 annotate++; in main()
299 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main()
Ddtc.h46 extern int annotate; /* annotate .dts with input source location */
/linux-5.19.10/tools/perf/Documentation/
Dperfconfig.example15 annotate = on
23 [annotate]
Dperf-config.txt90 annotate = on
97 [annotate]
132 You can hide source code of annotate feature setting the config to false with
134 % perf config annotate.hide_src_code=true
170 'report', 'top' and 'annotate' in the TUI. They should specify the
198 from sub-commands (top, report, annotate).
205 This selects colors for addresses from 'annotate'.
218 Subcommands that can be configured here are 'top', 'report' and 'annotate'.
249 annotate.*::
253 annotate.disassembler_style:
[all …]
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.
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.txt80 linkperf:perf-annotate[1],linkperf:perf-archive[1],linkperf:perf-arm-spe[1],
Dperf-report.txt312 --tui:: Use the TUI interface, that is integrated with annotate and allows
581 linkperf:perf-stat[1], linkperf:perf-annotate[1], linkperf:perf-record[1],
Dperf-top.txt104 --sym-annotate=<symbol>::
/linux-5.19.10/tools/perf/ui/browsers/
DBuild1 perf-y += annotate.o
/linux-5.19.10/tools/perf/ui/gtk/
DBuild9 gtk-y += annotate.o
/linux-5.19.10/Documentation/kbuild/
DKconfig.recursion-issue-0212 # annotate those requirements, ie, some drivers use "depends on" while others
15 # annotate this, all features that driver A selects cannot now be negated by
/linux-5.19.10/Documentation/
Dasm-annotations.rst28 *non-standard* calling convention. In contrast, ``ENDPROC`` should annotate
75 1. ``SYM_FUNC_*`` -- to annotate C-like functions. This means functions with
83 to these rules. The tools can also easily annotate these functions with
/linux-5.19.10/Documentation/gpu/
Dintroduction.rst66 start with a /** kerneldoc marker. Similar for data structures, annotate
/linux-5.19.10/tools/perf/util/
DBuild2 perf-y += annotate.o
/linux-5.19.10/Documentation/trace/
Dtracepoint-analysis.rst313 $ perf annotate pixmanFillsse2
/linux-5.19.10/tools/objtool/Documentation/
Dobjtool.txt330 kernel entry code), change ENDPROC to END and annotate manually with
/linux-5.19.10/Documentation/networking/
Dfilter.rst570 Issuing option `-o` will "annotate" opcodes to resulting assembler
/linux-5.19.10/Documentation/dev-tools/
Dkasan.rst452 for the current task, annotate this part of the code with a

12