Home
last modified time | relevance | path

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

12345

/linux/tools/perf/
A Dbuiltin-annotate.c509 if (annotate == NULL) { in hists__find_annotations()
742 &annotate.group_set, in cmd_annotate()
844 if (annotate.data_type) { in cmd_annotate()
878 annotate.session = perf_session__new(&data, &annotate.tool); in cmd_annotate()
884 annotate.has_br_stack = perf_header__has_feat(&annotate.session->header, in cmd_annotate()
887 if (annotate.group_set) in cmd_annotate()
900 if (annotate.use_stdio || annotate.use_stdio2) in cmd_annotate()
903 else if (annotate.use_tui) in cmd_annotate()
911 if (annotate.data_type) { in cmd_annotate()
924 if (annotate.data_type) in cmd_annotate()
[all …]
/linux/tools/net/sunrpc/xdrgen/
A Dxdr_parse.py10 annotate = False variable
15 global annotate
16 annotate = set_it
21 return annotate
/linux/scripts/dtc/
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 -"
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()
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/tests/shell/
A Dannotate.sh47 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/tools/net/sunrpc/xdrgen/templates/C/typedef/decoder/
A Dbasic.j23 {% if annotate %}
13 {% if annotate %}
A Dfixed_length_opaque.j23 {% if annotate %}
13 {% if annotate %}
A Dvariable_length_opaque.j23 {% if annotate %}
13 {% if annotate %}
A Dvariable_length_string.j23 {% if annotate %}
13 {% if annotate %}
A Dfixed_length_array.j23 {% if annotate %}
13 {% if annotate %}
A Dvariable_length_array.j23 {% if annotate %}
13 {% if annotate %}
/linux/tools/perf/ui/browsers/
A DBuild1 perf-ui-y += annotate.o
2 perf-ui-y += annotate-data.o
/linux/tools/net/sunrpc/xdrgen/templates/C/typedef/encoder/
A Dfixed_length_opaque.j23 {% if annotate %}
13 {% if annotate %}
A Dvariable_length_opaque.j23 {% if annotate %}
13 {% if annotate %}
A Dvariable_length_string.j23 {% if annotate %}
13 {% if annotate %}
A Dbasic.j23 {% if annotate %}
17 {% if annotate %}
A Dfixed_length_array.j23 {% if annotate %}
13 {% if annotate %}
A Dvariable_length_array.j23 {% if annotate %}
13 {% if annotate %}
/linux/tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/
A Dopen.j23 {% if annotate %}
15 {% if annotate %}
/linux/tools/net/sunrpc/xdrgen/templates/C/pointer/encoder/
A Dopen.j23 {% if annotate %}
13 {% if annotate %}
/linux/tools/perf/Documentation/
A Dperf-config.txt90 annotate = on
97 [annotate]
246 annotate.*::
250 annotate.addr2line::
253 annotate.objdump::
262 annotate.hide_src_code::
310 annotate.jump_arrows::
379 annotate.show_nr_samples::
394 annotate.offset_level::
401 annotate.demangle::
[all …]
A Dperfconfig.example15 annotate = on
23 [annotate]
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/pointer/definition/
A Dbasic.j22 {% if annotate %}

Completed in 29 milliseconds

12345