Home
last modified time | relevance | path

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

12345

/linux-6.12.1/tools/perf/
Dbuiltin-annotate.c503 int (*annotate)(struct hist_entry *he, in hists__find_annotations() local
507 annotate = dlsym(perf_gtk_handle, in hists__find_annotations()
509 if (annotate == NULL) { in hists__find_annotations()
514 ret = annotate(he, evsel, NULL); in hists__find_annotations()
700 struct perf_annotate annotate = {}; in cmd_annotate() local
713 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol", in cmd_annotate()
722 OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"), in cmd_annotate()
725 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate()
727 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), in cmd_annotate()
728 OPT_BOOLEAN(0, "stdio2", &annotate.use_stdio2, "Use the stdio interface"), in cmd_annotate()
[all …]
/linux-6.12.1/tools/net/sunrpc/xdrgen/
Dxdr_parse.py10 annotate = False variable
15 global annotate
16 annotate = set_it
21 return annotate
/linux-6.12.1/scripts/dtc/
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 -"
Dtreesource.c209 if (annotate) { in write_propval()
210 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval()
289 if (annotate) { in write_propval()
290 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval()
314 if (annotate) { in write_tree_source_node()
315 srcstr = srcpos_string_first(tree->srcpos, annotate); in write_tree_source_node()
336 if (annotate) { in write_tree_source_node()
337 srcstr = srcpos_string_last(tree->srcpos, annotate); in write_tree_source_node()
Ddtc.c23 int annotate; /* Level of annotation: 1 for input source location variable
266 annotate++; in main()
306 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main()
/linux-6.12.1/tools/perf/tests/shell/
Dannotate.sh47 perf annotate -i "${perfdata}" --stdio 2> /dev/null > "${perfout}"
66 if ! perf annotate -i "${perfdata}" "${testsym}" 2> /dev/null | \
75 if ! perf annotate -i "${perfdata}" --objdump=objdump 2> /dev/null | \
/linux-6.12.1/tools/net/sunrpc/xdrgen/templates/C/typedef/decoder/
Dbasic.j23 {% if annotate %}
13 {% if annotate %}
Dvariable_length_opaque.j23 {% if annotate %}
13 {% if annotate %}
Dfixed_length_opaque.j23 {% if annotate %}
13 {% if annotate %}
Dvariable_length_string.j23 {% if annotate %}
13 {% if annotate %}
Dfixed_length_array.j23 {% if annotate %}
13 {% if annotate %}
Dvariable_length_array.j23 {% if annotate %}
13 {% if annotate %}
/linux-6.12.1/tools/perf/ui/browsers/
DBuild1 perf-ui-y += annotate.o
2 perf-ui-y += annotate-data.o
/linux-6.12.1/tools/net/sunrpc/xdrgen/templates/C/typedef/encoder/
Dfixed_length_opaque.j23 {% if annotate %}
13 {% if annotate %}
Dvariable_length_opaque.j23 {% if annotate %}
13 {% if annotate %}
Dvariable_length_string.j23 {% if annotate %}
13 {% if annotate %}
Dbasic.j23 {% if annotate %}
17 {% if annotate %}
Dfixed_length_array.j23 {% if annotate %}
13 {% if annotate %}
Dvariable_length_array.j23 {% if annotate %}
13 {% if annotate %}
/linux-6.12.1/tools/net/sunrpc/xdrgen/templates/C/pointer/encoder/
Dopen.j23 {% if annotate %}
13 {% if annotate %}
/linux-6.12.1/tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/
Dopen.j23 {% if annotate %}
15 {% if annotate %}
/linux-6.12.1/tools/perf/Documentation/
Dperf-config.txt90 annotate = on
97 [annotate]
129 You can hide source code of annotate feature setting the config to false with
131 % perf config annotate.hide_src_code=true
167 'report', 'top' and 'annotate' in the TUI. They should specify the
195 from sub-commands (top, report, annotate).
202 This selects colors for addresses from 'annotate'.
215 Subcommands that can be configured here are 'top', 'report' and 'annotate'.
246 annotate.*::
250 annotate.addr2line::
[all …]
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.
/linux-6.12.1/tools/net/sunrpc/xdrgen/templates/C/union/definition/
Dopen.j23 {% if annotate %}

12345