| /linux/tools/perf/ |
| H A D | builtin-annotate.c | 505 int (*annotate)(struct hist_entry *he, in hists__find_annotations() local 509 annotate = dlsym(perf_gtk_handle, in hists__find_annotations() 511 if (annotate == NULL) { in hists__find_annotations() 516 ret = annotate(he, evsel, NULL); in hists__find_annotations() 702 struct perf_annotate annotate = {}; in cmd_annotate() local 715 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol", in cmd_annotate() 724 OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"), in cmd_annotate() 727 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate() 729 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), in cmd_annotate() 730 OPT_BOOLEAN(0, "stdio2", &annotate.use_stdio2, "Use the stdio interface"), in cmd_annotate() [all …]
|
| /linux/tools/perf/tests/shell/ |
| H A D | annotate.sh | 56 …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 D | xdr_parse.py | 10 annotate = False variable 15 global annotate 16 annotate = set_it 21 return annotate
|
| /linux/scripts/dtc/ |
| H A 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 -"
|
| /linux/tools/perf/Documentation/ |
| H A 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.disassemblers:: [all …]
|
| H A D | perfconfig.example | 15 annotate = on 23 [annotate]
|
| H A 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/tools/net/sunrpc/xdrgen/templates/C/typedef/decoder/ |
| H A D | basic.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
| H A D | fixed_length_opaque.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
| H A D | variable_length_opaque.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
| H A D | string.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
| H A D | fixed_length_array.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
| H A D | variable_length_array.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
| /linux/tools/perf/ui/browsers/ |
| H A D | Build | 1 perf-ui-y += annotate.o 2 perf-ui-y += annotate-data.o
|
| /linux/tools/net/sunrpc/xdrgen/templates/C/typedef/encoder/ |
| H A D | fixed_length_opaque.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
| H A D | variable_length_opaque.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
| H A D | string.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
| H A D | basic.j2 | 3 {% if annotate %} 17 {% if annotate %}
|
| H A D | fixed_length_array.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
| H A D | variable_length_array.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
| /linux/tools/net/sunrpc/xdrgen/templates/C/pointer/encoder/ |
| H A D | open.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
| /linux/tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/ |
| H A D | open.j2 | 3 {% if annotate %} 15 {% if annotate %}
|
| /linux/tools/net/sunrpc/xdrgen/templates/C/pointer/definition/ |
| H A D | open.j2 | 3 {% if annotate %}
|
| /linux/tools/net/sunrpc/xdrgen/templates/C/struct/definition/ |
| H A D | open.j2 | 3 {% if annotate %}
|
| H A D | basic.j2 | 2 {% if annotate %}
|