Searched refs:annotate (Results 1 – 25 of 31) sorted by relevance
12
/linux/tools/perf/ |
A D | builtin-annotate.c | 343 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 D | command-list.txt | 5 perf-annotate mainporcelain common
|
A D | Build | 2 perf-y += builtin-annotate.o
|
/linux/scripts/dtc/ |
A D | dtx_diff | 22 --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 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 | 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/tools/perf/Documentation/ |
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 | perfconfig.example | 15 annotate = on 23 [annotate]
|
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],
|
A D | perf-report.txt | 312 --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 D | perf-top.txt | 103 --sym-annotate=<symbol>::
|
/linux/tools/perf/ui/browsers/ |
A D | Build | 1 perf-y += annotate.o
|
/linux/tools/perf/ui/gtk/ |
A D | Build | 9 gtk-y += annotate.o
|
/linux/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/Documentation/ |
A D | asm-annotations.rst | 28 *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 D | vdso.lds | 64 * C code. Therefore we cannot annotate them always with
|
/linux/Documentation/gpu/ |
A D | introduction.rst | 66 start with a /** kerneldoc marker. Similar for data structures, annotate
|
/linux/tools/perf/util/ |
A D | Build | 1 perf-y += annotate.o
|
/linux/Documentation/trace/ |
A D | tracepoint-analysis.rst | 313 $ perf annotate pixmanFillsse2
|
/linux/tools/objtool/Documentation/ |
A D | stack-validation.txt | 252 kernel entry code), change ENDPROC to END and annotate manually with
|
/linux/Documentation/dev-tools/ |
A D | kasan.rst | 416 for the current task, annotate this part of the code with a
|
Completed in 38 milliseconds
12