Home
last modified time | relevance | path

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

12345

/linux/tools/perf/
H A Dbuiltin-annotate.c3 * builtin-annotate.c
5 * Builtin annotate command: Analyze the perf.data input file,
22 #include "util/annotate.h"
23 #include "util/annotate-data.h"
493 int (*annotate)(struct hist_entry *he, in hists__find_annotations()
497 annotate = dlsym(perf_gtk_handle, in hists__find_annotations()
499 if (annotate == NULL) { in hists__find_annotations()
504 ret = annotate(he, evsel, NULL); in hists__find_annotations()
688 "perf annotate [<options>]", in parse_data_type()
694 struct perf_annotate annotate in parse_data_type()
505 int (*annotate)(struct hist_entry *he, hists__find_annotations() local
702 struct perf_annotate annotate = {}; cmd_annotate() local
[all...]
/linux/tools/perf/util/annotate-arch/
H A DBuild1 perf-util-y += annotate-arc.o
2 perf-util-y += annotate-arm.o
3 perf-util-y += annotate-arm64.o
4 perf-util-y += annotate-csky.o
5 perf-util-y += annotate-loongarch.o
6 perf-util-y += annotate-mips.o
7 perf-util-y += annotate-x86.o
8 perf-util-y += annotate-powerpc.o
9 perf-util-y += annotate-riscv64.o
10 perf-util-y += annotate-s390.o
[all …]
/linux/tools/perf/tests/shell/
H A Dannotate.sh56 …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 < …
H A Ddata_type_profiling.sh7 # The logic below follows the same line as the annotate test, but looks for a
40 echo "${mode} ${runtime} perf annotate test"
63 echo "${mode} annotate [Failed: perf record]"
71 perf annotate --code-with-type -i "${perfdata}" --stdio --percent-limit 1 2> /dev/null > "${perfout}"
73 perf annotate --code-with-type -i - --stdio 2> /dev/null --percent-limit 1 < "${perfdata}" > "${perfout}"
79 echo "${mode} annotate [Failed: missing target data type]"
84 echo "${mode} annotate test [Success]"
/linux/tools/net/sunrpc/xdrgen/
H A Dxdr_parse.py14 annotate = False
45 """Set 'annotate' if --annotate was specified on the command line"""
46 global annotate
47 annotate = set_it
51 """Return True if --annotate was specified on the command line"""
52 return annotate
10 annotate = False global() variable
/linux/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 -"
/linux/tools/perf/Documentation/
H A Dperf-config.txt90 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'.
221 Subcommands that can be configured here are 'top', 'report' and 'annotate'.
252 annotate.*::
256 annotate
[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/tools/net/sunrpc/xdrgen/templates/C/typedef/decoder/
H A Dbasic.j23 {% if annotate %}
13 {% if annotate %}
H A Dfixed_length_opaque.j23 {% if annotate %}
13 {% if annotate %}
H A Dvariable_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/tools/perf/ui/browsers/
H A DBuild1 perf-ui-y += annotate.o
2 perf-ui-y += annotate-data.o
/linux/tools/net/sunrpc/xdrgen/templates/C/typedef/encoder/
H A Dfixed_length_opaque.j23 {% if annotate %}
13 {% if annotate %}
H A Dvariable_length_opaque.j23 {% if annotate %}
13 {% if annotate %}
H A Dstring.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/tools/net/sunrpc/xdrgen/templates/C/pointer/encoder/
H A Dopen.j23 {% if annotate %}
13 {% if annotate %}
/linux/tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/
H A Dopen.j23 {% if annotate %}
15 {% if annotate %}
/linux/tools/net/sunrpc/xdrgen/templates/C/pointer/definition/
H A Dopen.j23 {% if annotate %}

12345