Searched refs:annotate (Results 1 – 21 of 21) sorted by relevance
/Linux-v4.19/tools/perf/ |
D | builtin-annotate.c | 335 int (*annotate)(struct hist_entry *he, in hists__find_annotations() local 339 annotate = dlsym(perf_gtk_handle, in hists__find_annotations() 341 if (annotate == NULL) { in hists__find_annotations() 346 ret = annotate(he, evsel, NULL); in hists__find_annotations() 471 struct perf_annotate annotate = { in cmd_annotate() local 497 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol", in cmd_annotate() 505 OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"), in cmd_annotate() 506 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate() 507 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), in cmd_annotate() 508 OPT_BOOLEAN(0, "stdio2", &annotate.use_stdio2, "Use the stdio interface"), in cmd_annotate() [all …]
|
D | command-list.txt | 5 perf-annotate mainporcelain common
|
D | Build | 2 perf-y += builtin-annotate.o
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perfconfig.example | 15 annotate = on 23 [annotate]
|
D | perf-config.txt | 86 annotate = on 93 [annotate] 123 You can hide source code of annotate feature setting the config to false with 125 % perf config annotate.hide_src_code=true 161 'report', 'top' and 'annotate' in the TUI. They should specify the 189 from sub-commands (top, report, annotate). 196 This selects colors for addresses from 'annotate'. 203 Subcommands that can be configured here are 'top', 'report' and 'annotate'. 227 annotate.*:: 232 annotate.hide_src_code:: [all …]
|
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.
|
D | tips.txt | 28 See assembly instructions with percentage: perf annotate <symbol> 29 If you prefer Intel style assembly, try: perf annotate -M intel
|
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
|
D | perf-top.txt | 95 --sym-annotate=<symbol>::
|
D | perf-report.txt | 289 --tui:: Use the TUI interface, that is integrated with annotate and allows 493 linkperf:perf-stat[1], linkperf:perf-annotate[1], linkperf:perf-record[1]
|
/Linux-v4.19/tools/perf/ui/gtk/ |
D | Build | 9 gtk-y += annotate.o
|
/Linux-v4.19/tools/perf/ui/browsers/ |
D | Build | 1 libperf-y += annotate.o
|
/Linux-v4.19/Documentation/kbuild/ |
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-v4.19/tools/perf/util/ |
D | Build | 1 libperf-y += annotate.o
|
/Linux-v4.19/Documentation/trace/ |
D | tracepoint-analysis.rst | 313 $ perf annotate pixmanFillsse2
|
D | ftrace.rst | 946 annotate 1031 annotate 1038 oldest events). When the annotate option is set, it will
|
/Linux-v4.19/tools/objtool/Documentation/ |
D | stack-validation.txt | 252 kernel entry code), change ENDPROC to END and annotate manually with
|
/Linux-v4.19/Documentation/locking/ |
D | lockdep-design.txt | 175 Two constructs can be used to annotate and check where and if certain locks
|
/Linux-v4.19/Documentation/mtd/ |
D | nand_ecc.txt | 11 I decided to annotate my steps in this file. Perhaps it is useful to someone
|
/Linux-v4.19/Documentation/networking/ |
D | filter.txt | 519 Issuing option `-o` will "annotate" opcodes to resulting assembler
|
/Linux-v4.19/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1855 address_space_operations->writepage[s]() to annotate bio's using the
|