Home
last modified time | relevance | path

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

12345

/linux/tools/perf/
H A Dbuiltin-annotate.c504 int (*annotate)(struct hist_entry *he, in hists__find_annotations() local
508 annotate = dlsym(perf_gtk_handle, in hists__find_annotations()
510 if (annotate == NULL) { in hists__find_annotations()
515 ret = annotate(he, evsel, NULL); in hists__find_annotations()
701 struct perf_annotate annotate = {}; in cmd_annotate() local
714 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol", in cmd_annotate()
723 OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"), in cmd_annotate()
726 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate()
728 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), in cmd_annotate()
729 OPT_BOOLEAN(0, "stdio2", &annotate.use_stdio2, "Use the stdio interface"), in cmd_annotate()
[all …]
/linux/tools/perf/tests/shell/
H A Dannotate.sh56 …perf annotate --no-demangle -i "${perfdata}" --stdio --percent-limit 10 2> /dev/null > "${perfout}"
58 …perf annotate --no-demangle -i - --stdio 2> /dev/null --percent-limit 10 < "${perfdata}" > "${perf…
81 perf annotate --no-demangle -i "${perfdata}" "${testsym}" 2> /dev/null > "${perfout}"
83 perf annotate --no-demangle -i - "${testsym}" 2> /dev/null < "${perfdata}" > "${perfout}"
96 …perf annotate --no-demangle -i "${perfdata}" --percent-limit 10 --objdump=objdump 2> /dev/null > "…
98 …perf annotate --no-demangle -i - "${testsym}" --percent-limit 10 --objdump=objdump 2> /dev/null < …
/linux/tools/net/sunrpc/xdrgen/
H A Dxdr_parse.py10 annotate = False variable
15 global annotate
16 annotate = set_it
21 return annotate
/linux/scripts/dtc/
H A 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 -"
H A 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()
H A 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/tools/perf/Documentation/
H A 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.disassemblers::
[all …]
H A Dperfconfig.example15 annotate = on
23 [annotate]
H A 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/tools/net/sunrpc/xdrgen/templates/C/typedef/decoder/
H A Dbasic.j23 {% if annotate %}
13 {% if annotate %}
H A Dvariable_length_opaque.j23 {% if annotate %}
13 {% if annotate %}
H A Dfixed_length_opaque.j23 {% if annotate %}
13 {% if annotate %}
H A Dfixed_length_array.j23 {% if annotate %}
13 {% if annotate %}
H A Dvariable_length_array.j23 {% if annotate %}
13 {% if annotate %}
/linux/tools/perf/ui/browsers/
H A DBuild1 perf-ui-y += annotate.o
2 perf-ui-y += annotate-data.o
/linux/tools/net/sunrpc/xdrgen/templates/C/typedef/encoder/
H A Dfixed_length_opaque.j23 {% if annotate %}
13 {% if annotate %}
H A Dvariable_length_opaque.j23 {% if annotate %}
13 {% if annotate %}
H A Dbasic.j23 {% if annotate %}
17 {% if annotate %}
H A Dfixed_length_array.j23 {% if annotate %}
13 {% if annotate %}
H A Dvariable_length_array.j23 {% if annotate %}
13 {% if annotate %}
/linux/tools/net/sunrpc/xdrgen/templates/C/pointer/encoder/
H A Dopen.j23 {% if annotate %}
13 {% if annotate %}
/linux/tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/
H A Dopen.j23 {% if annotate %}
15 {% if annotate %}
/linux/tools/net/sunrpc/xdrgen/templates/C/pointer/definition/
H A Dopen.j23 {% if annotate %}
/linux/tools/net/sunrpc/xdrgen/templates/C/struct/definition/
H A Dopen.j23 {% if annotate %}
H A Dbasic.j22 {% if annotate %}

12345