Home
last modified time | relevance | path

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

12345

/linux-6.15/tools/perf/
H A Dbuiltin-annotate.c510 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 Dannotate.sh56 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 Dxdr_parse.py10 annotate = False variable
15 global annotate
16 annotate = set_it
21 return annotate
/linux-6.15/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-6.15/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 Dstring.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-6.15/tools/perf/ui/browsers/
H A DBuild1 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 Dfixed_length_opaque.j23 {% if annotate %}
13 {% if annotate %}
H A Dstring.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-6.15/tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/
H A Dopen.j23 {% if annotate %}
15 {% if annotate %}
/linux-6.15/tools/net/sunrpc/xdrgen/templates/C/pointer/encoder/
H A Dopen.j23 {% if annotate %}
13 {% if annotate %}
/linux-6.15/tools/perf/Documentation/
H A Dperf-config.txt90 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 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-6.15/tools/net/sunrpc/xdrgen/templates/C/union/definition/
H A Dopen.j23 {% if annotate %}

12345