Home
last modified time | relevance | path

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

12

/linux/tools/perf/
A Dbuiltin-annotate.c343 if (annotate == NULL) { in hists__find_annotations()
522 &annotate.group_set, in cmd_annotate()
603 annotate.session = perf_session__new(&data, &annotate.tool); in cmd_annotate()
604 if (IS_ERR(annotate.session)) in cmd_annotate()
609 annotate.has_br_stack = perf_header__has_feat(&annotate.session->header, in cmd_annotate()
612 if (annotate.group_set) in cmd_annotate()
625 if (annotate.use_stdio || annotate.use_stdio2) in cmd_annotate()
627 else if (annotate.use_tui) in cmd_annotate()
629 else if (annotate.use_gtk) in cmd_annotate()
645 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/scripts/dtc/
A Ddtx_diff22 --annotate synonym for -T
32 -T annotate output .dts with input source file and line
180 annotate=""
223 -T | --annotate )
224 if [ "${annotate}" = "" ] ; then
225 annotate="-T"
226 elif [ "${annotate}" = "-T" ] ; then
227 annotate="-T -T"
350 -O dts -qq -f ${dtc_sort} ${annotate} -o -"
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 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/tools/perf/Documentation/
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 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.
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],
A Dperf-report.txt312 --tui:: Use the TUI interface, that is integrated with annotate and allows
581 linkperf:perf-stat[1], linkperf:perf-annotate[1], linkperf:perf-record[1],
A Dperf-top.txt103 --sym-annotate=<symbol>::
/linux/tools/perf/ui/browsers/
A DBuild1 perf-y += annotate.o
/linux/tools/perf/ui/gtk/
A DBuild9 gtk-y += annotate.o
/linux/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/Documentation/
A Dasm-annotations.rst28 *non-standard* calling convention. In contrast, ``ENDPROC`` should annotate
75 1. ``SYM_FUNC_*`` -- to annotate C-like functions. This means functions with
83 to these rules. The tools can also easily annotate these functions with
/linux/arch/arm64/kernel/vdso/
A Dvdso.lds64 * C code. Therefore we cannot annotate them always with
/linux/Documentation/gpu/
A Dintroduction.rst66 start with a /** kerneldoc marker. Similar for data structures, annotate
/linux/tools/perf/util/
A DBuild1 perf-y += annotate.o
/linux/Documentation/trace/
A Dtracepoint-analysis.rst313 $ perf annotate pixmanFillsse2
/linux/tools/objtool/Documentation/
A Dstack-validation.txt252 kernel entry code), change ENDPROC to END and annotate manually with
/linux/Documentation/dev-tools/
A Dkasan.rst416 for the current task, annotate this part of the code with a

Completed in 38 milliseconds

12