/linux-6.12.1/tools/perf/ |
D | builtin-annotate.c | 503 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/ |
D | xdr_parse.py | 10 annotate = False variable 15 global annotate 16 annotate = set_it 21 return annotate
|
/linux-6.12.1/scripts/dtc/ |
D | dtx_diff | 22 --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 -"
|
D | treesource.c | 209 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()
|
D | dtc.c | 23 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/ |
D | annotate.sh | 47 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/ |
D | basic.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
D | variable_length_opaque.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
D | fixed_length_opaque.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
D | variable_length_string.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
D | fixed_length_array.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
D | variable_length_array.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
/linux-6.12.1/tools/perf/ui/browsers/ |
D | Build | 1 perf-ui-y += annotate.o 2 perf-ui-y += annotate-data.o
|
/linux-6.12.1/tools/net/sunrpc/xdrgen/templates/C/typedef/encoder/ |
D | fixed_length_opaque.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
D | variable_length_opaque.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
D | variable_length_string.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
D | basic.j2 | 3 {% if annotate %} 17 {% if annotate %}
|
D | fixed_length_array.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
D | variable_length_array.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
/linux-6.12.1/tools/net/sunrpc/xdrgen/templates/C/pointer/encoder/ |
D | open.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
/linux-6.12.1/tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/ |
D | open.j2 | 3 {% if annotate %} 15 {% if annotate %}
|
/linux-6.12.1/tools/perf/Documentation/ |
D | perf-config.txt | 90 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 …]
|
D | perfconfig.example | 15 annotate = on 23 [annotate]
|
D | perf-annotate.txt | 1 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/ |
D | open.j2 | 3 {% if annotate %}
|