/linux-6.3-rc2/tools/perf/ |
A D | builtin-annotate.c | 359 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 D | command-list.txt | 5 perf-annotate mainporcelain common
|
A D | Build | 2 perf-y += builtin-annotate.o
|
/linux-6.3-rc2/scripts/dtc/ |
A D | treesource.c | 185 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 D | dtx_diff | 22 --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 D | dtc.c | 23 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 D | dtc.h | 46 extern int annotate; /* annotate .dts with input source location */
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | perfconfig.example | 15 annotate = on 23 [annotate]
|
A D | perf-config.txt | 90 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 D | perf-annotate.txt | 1 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 D | tips.txt | 29 See assembly instructions with percentage: perf annotate <symbol> 30 If you prefer Intel style assembly, try: perf annotate -M intel
|
A D | examples.txt | 189 Or you can annotate the recorded 'git gc' run on a per symbol basis 192 titan:~/git> perf annotate __GI___fork
|
A D | perf.txt | 80 linkperf:perf-annotate[1],linkperf:perf-archive[1],linkperf:perf-arm-spe[1],
|
A D | perf-report.txt | 315 --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 D | perf-top.txt | 101 --sym-annotate=<symbol>::
|
/linux-6.3-rc2/tools/perf/ui/browsers/ |
A D | Build | 1 perf-y += annotate.o
|
/linux-6.3-rc2/tools/perf/ui/gtk/ |
A D | Build | 9 gtk-y += annotate.o
|
/linux-6.3-rc2/Documentation/kbuild/ |
A D | Kconfig.recursion-issue-02 | 12 # 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 D | asm-annotations.rst | 28 *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 D | workload-tracing.rst | 63 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 D | introduction.rst | 66 start with a /** kerneldoc marker. Similar for data structures, annotate
|
/linux-6.3-rc2/tools/perf/util/ |
A D | Build | 2 perf-y += annotate.o
|
/linux-6.3-rc2/Documentation/trace/ |
A D | tracepoint-analysis.rst | 313 $ perf annotate pixmanFillsse2
|
/linux-6.3-rc2/Documentation/bpf/ |
A D | kfuncs.rst | 51 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 D | objtool.txt | 330 kernel entry code), change ENDPROC to END and annotate manually with
|