Searched refs:annotate (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/tools/perf/ |
D | builtin-annotate.c | 140 int (*annotate)(struct hist_entry *he, in hists__find_annotations() local 144 annotate = dlsym(perf_gtk_handle, in hists__find_annotations() 146 if (annotate == NULL) { in hists__find_annotations() 151 ret = annotate(he, evsel, NULL); in hists__find_annotations() 273 struct perf_annotate annotate = { in cmd_annotate() local 294 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol", in cmd_annotate() 301 OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"), in cmd_annotate() 302 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate() 303 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), in cmd_annotate() 308 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.1.27/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 | 219 --tui:: Use the TUI interface, that is integrated with annotate and allows 328 linkperf:perf-stat[1], linkperf:perf-annotate[1]
|
D | perf-top.txt | 90 --sym-annotate=<symbol>::
|
/linux-4.1.27/tools/perf/ui/gtk/ |
D | Build | 9 gtk-y += annotate.o
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | Build | 1 libperf-y += annotate.o
|
D | hists.c | 1494 annotate = -2, zoom_dso = -2, zoom_thread = -2, in perf_evsel__hists_browse() local 1649 annotate = nr_options++; in perf_evsel__hists_browse() 1706 if (choice == annotate || choice == annotate_t || choice == annotate_f) { in perf_evsel__hists_browse()
|
/linux-4.1.27/tools/perf/util/ |
D | Build | 3 libperf-y += annotate.o
|
/linux-4.1.27/Documentation/trace/ |
D | tracepoint-analysis.txt | 302 $ perf annotate pixmanFillsse2
|
D | ftrace.txt | 719 annotate 795 annotate - It is sometimes confusing when the CPU buffers are full 801 oldest events). When the annotate option is set, it will
|
/linux-4.1.27/Documentation/mtd/ |
D | nand_ecc.txt | 11 I decided to annotate my steps in this file. Perhaps it is useful to someone
|
/linux-4.1.27/Documentation/ |
D | kmemcheck.txt | 706 false positives that we can annotate and silence. So whatever you find,
|
/linux-4.1.27/Documentation/networking/ |
D | filter.txt | 513 Issuing option `-o` will "annotate" opcodes to resulting assembler
|