| /linux-6.15/tools/perf/ |
| H A D | builtin-annotate.c | 510 if (annotate == NULL) { in hists__find_annotations() 743 &annotate.group_set, in cmd_annotate() 847 if (annotate.data_type) { in cmd_annotate() 881 annotate.session = perf_session__new(&data, &annotate.tool); in cmd_annotate() 887 annotate.has_br_stack = perf_header__has_feat(&annotate.session->header, in cmd_annotate() 890 if (annotate.group_set) in cmd_annotate() 903 if (annotate.use_stdio || annotate.use_stdio2) in cmd_annotate() 906 else if (annotate.use_tui) in cmd_annotate() 914 if (annotate.data_type) { in cmd_annotate() 934 if (annotate.data_type) in cmd_annotate() [all …]
|
| /linux-6.15/tools/perf/tests/shell/ |
| H A D | annotate.sh | 56 perf annotate --no-demangle -i "${perfdata}" --stdio 2> /dev/null > "${perfout}" 58 perf annotate --no-demangle -i - --stdio 2> /dev/null < "${perfdata}" > "${perfout}" 80 perf annotate --no-demangle -i "${perfdata}" "${testsym}" 2> /dev/null > "${perfout}" 82 perf annotate --no-demangle -i - "${testsym}" 2> /dev/null < "${perfdata}" > "${perfout}" 95 perf annotate --no-demangle -i "${perfdata}" --objdump=objdump 2> /dev/null > "${perfout}" 97 perf annotate --no-demangle -i - "${testsym}" 2> /dev/null < "${perfdata}" > "${perfout}"
|
| /linux-6.15/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-6.15/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 -"
|
| H A 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()
|
| H A 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.15/tools/net/sunrpc/xdrgen/templates/C/typedef/decoder/ |
| H A D | basic.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
| H A D | variable_length_opaque.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
| H A D | fixed_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-6.15/tools/perf/ui/browsers/ |
| H A D | Build | 1 perf-ui-y += annotate.o 2 perf-ui-y += annotate-data.o
|
| /linux-6.15/tools/net/sunrpc/xdrgen/templates/C/typedef/encoder/ |
| H A D | fixed_length_opaque.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
| H A D | string.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
| H A D | variable_length_opaque.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-6.15/tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/ |
| H A D | open.j2 | 3 {% if annotate %} 15 {% if annotate %}
|
| /linux-6.15/tools/net/sunrpc/xdrgen/templates/C/pointer/encoder/ |
| H A D | open.j2 | 3 {% if annotate %} 13 {% if annotate %}
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-config.txt | 90 annotate = on 97 [annotate] 246 annotate.*:: 250 annotate.disassemblers:: 263 annotate.addr2line:: 266 annotate.objdump:: 275 annotate.hide_src_code:: 323 annotate.jump_arrows:: 392 annotate.show_nr_samples:: 407 annotate.offset_level:: [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-6.15/tools/net/sunrpc/xdrgen/templates/C/union/definition/ |
| H A D | open.j2 | 3 {% if annotate %}
|