Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/tools/perf/
A Dbuiltin-annotate.c359 if (annotate == NULL) { in hists__find_annotations()
554 &annotate.group_set, in cmd_annotate()
639 annotate.session = perf_session__new(&data, &annotate.tool); in cmd_annotate()
640 if (IS_ERR(annotate.session)) in cmd_annotate()
645 annotate.has_br_stack = perf_header__has_feat(&annotate.session->header, in cmd_annotate()
648 if (annotate.group_set) in cmd_annotate()
661 if (annotate.use_stdio || annotate.use_stdio2) in cmd_annotate()
664 else if (annotate.use_tui) in cmd_annotate()
668 else if (annotate.use_gtk) in cmd_annotate()
685 if ((use_browser == 1 || annotate.use_stdio2) && annotate.has_br_stack) in cmd_annotate()
[all …]
A Dcommand-list.txt5 perf-annotate mainporcelain common
A DBuild2 perf-y += builtin-annotate.o
/linux-6.3-rc2/scripts/dtc/
A Dtreesource.c185 if (annotate) { in write_propval()
186 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval()
263 if (annotate) { in write_propval()
264 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval()
288 if (annotate) { in write_tree_source_node()
289 srcstr = srcpos_string_first(tree->srcpos, annotate); in write_tree_source_node()
310 if (annotate) { in write_tree_source_node()
311 srcstr = srcpos_string_last(tree->srcpos, annotate); in write_tree_source_node()
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 Ddtc.c23 int annotate; /* Level of annotation: 1 for input source location variable
259 annotate++; in main()
299 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main()
A Ddtc.h46 extern int annotate; /* annotate .dts with input source location */
/linux-6.3-rc2/tools/perf/Documentation/
A Dperfconfig.example15 annotate = on
23 [annotate]
A Dperf-config.txt90 annotate = on
97 [annotate]
249 annotate.*::
253 annotate.disassembler_style:
258 annotate.hide_src_code::
286 annotate.use_offset::
306 annotate.jump_arrows::
375 annotate.show_nr_samples::
390 annotate.offset_level::
397 annotate.demangle::
[all …]
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.
A Dtips.txt29 See assembly instructions with percentage: perf annotate <symbol>
30 If you prefer Intel style assembly, try: perf annotate -M intel
A Dexamples.txt189 Or you can annotate the recorded 'git gc' run on a per symbol basis
192 titan:~/git> perf annotate __GI___fork
A Dperf.txt80 linkperf:perf-annotate[1],linkperf:perf-archive[1],linkperf:perf-arm-spe[1],
A Dperf-report.txt315 --tui:: Use the TUI interface, that is integrated with annotate and allows
584 linkperf:perf-stat[1], linkperf:perf-annotate[1], linkperf:perf-record[1],
A Dperf-top.txt101 --sym-annotate=<symbol>::
/linux-6.3-rc2/tools/perf/ui/browsers/
A DBuild1 perf-y += annotate.o
/linux-6.3-rc2/tools/perf/ui/gtk/
A DBuild9 gtk-y += annotate.o
/linux-6.3-rc2/Documentation/kbuild/
A DKconfig.recursion-issue-0212 # annotate those requirements, ie, some drivers use "depends on" while others
15 # annotate this, all features that driver A selects cannot now be negated by
/linux-6.3-rc2/Documentation/core-api/
A Dasm-annotations.rst28 *non-standard* calling convention. In contrast, ``ENDPROC`` should annotate
76 1. ``SYM_FUNC_*`` -- to annotate C-like functions. This means functions with
84 to these rules. The tools can also easily annotate these functions with
/linux-6.3-rc2/Documentation/admin-guide/
A Dworkload-tracing.rst63 insight into the process. "perf annotate" tool generates the statistics of
281 netdev stressor, view the generated report perf.data and annotate the to
286 perf annotate
/linux-6.3-rc2/Documentation/gpu/
A Dintroduction.rst66 start with a /** kerneldoc marker. Similar for data structures, annotate
/linux-6.3-rc2/tools/perf/util/
A DBuild2 perf-y += annotate.o
/linux-6.3-rc2/Documentation/trace/
A Dtracepoint-analysis.rst313 $ perf annotate pixmanFillsse2
/linux-6.3-rc2/Documentation/bpf/
A Dkfuncs.rst51 A wrapper kfunc is often needed when we need to annotate parameters of the
60 Hence, we can annotate a parameter by suffixing the name of the argument of the
/linux-6.3-rc2/tools/objtool/Documentation/
A Dobjtool.txt330 kernel entry code), change ENDPROC to END and annotate manually with

Completed in 47 milliseconds

12