Searched refs:annotate (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/tools/perf/ |
D | builtin-annotate.c | 147 int (*annotate)(struct hist_entry *he, in hists__find_annotations() local 151 annotate = dlsym(perf_gtk_handle, in hists__find_annotations() 153 if (annotate == NULL) { in hists__find_annotations() 158 ret = annotate(he, evsel, NULL); in hists__find_annotations() 283 struct perf_annotate annotate = { in cmd_annotate() local 303 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol", in cmd_annotate() 310 OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"), in cmd_annotate() 311 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate() 312 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), in cmd_annotate() 317 OPT_BOOLEAN('l', "print-line", &annotate.print_line, in cmd_annotate() [all …]
|
D | command-list.txt | 5 perf-annotate mainporcelain common
|
D | Build | 2 perf-y += builtin-annotate.o
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perfconfig.example | 15 annotate = on 23 [annotate]
|
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 | 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-report.txt | 237 --tui:: Use the TUI interface, that is integrated with annotate and allows 372 linkperf:perf-stat[1], linkperf:perf-annotate[1]
|
D | perf-top.txt | 90 --sym-annotate=<symbol>::
|
/linux-4.4.14/tools/perf/ui/gtk/ |
D | Build | 9 gtk-y += annotate.o
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | Build | 1 libperf-y += annotate.o
|
/linux-4.4.14/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-4.4.14/tools/perf/util/ |
D | Build | 3 libperf-y += annotate.o
|
/linux-4.4.14/Documentation/trace/ |
D | tracepoint-analysis.txt | 302 $ perf annotate pixmanFillsse2
|
D | ftrace.txt | 732 annotate 808 annotate - It is sometimes confusing when the CPU buffers are full 814 oldest events). When the annotate option is set, it will
|
/linux-4.4.14/Documentation/cgroups/ |
D | blkio-controller.txt | 427 address_space_operations->writepage[s]() to annotate bio's using the
|
/linux-4.4.14/Documentation/mtd/ |
D | nand_ecc.txt | 11 I decided to annotate my steps in this file. Perhaps it is useful to someone
|
/linux-4.4.14/Documentation/ |
D | kmemcheck.txt | 706 false positives that we can annotate and silence. So whatever you find,
|
/linux-4.4.14/Documentation/networking/ |
D | filter.txt | 513 Issuing option `-o` will "annotate" opcodes to resulting assembler
|