Searched refs:annotate (Results 1 – 12 of 12) sorted by relevance
/linux-3.3/tools/perf/ |
D | builtin-annotate.c | 244 struct perf_annotate annotate = { in cmd_annotate() local 255 OPT_STRING('i', "input", &annotate.input_name, "file", in cmd_annotate() 259 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol", in cmd_annotate() 261 OPT_BOOLEAN('f', "force", &annotate.force, "don't complain, do it"), in cmd_annotate() 266 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate() 267 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), in cmd_annotate() 272 OPT_BOOLEAN('l', "print-line", &annotate.print_line, in cmd_annotate() 274 OPT_BOOLEAN('P', "full-paths", &annotate.full_paths, in cmd_annotate() 276 OPT_STRING('C', "cpu", &annotate.cpu_list, "cpu", "list of cpus to profile"), in cmd_annotate() 290 if (annotate.use_stdio) in cmd_annotate() [all …]
|
D | command-list.txt | 5 perf-annotate mainporcelain common
|
D | Makefile | 255 LIB_H += util/annotate.h 302 LIB_OBJS += $(OUTPUT)util/annotate.o 355 BUILTIN_OBJS += $(OUTPUT)builtin-annotate.o 466 LIB_OBJS += $(OUTPUT)util/ui/browsers/annotate.o 729 $(OUTPUT)util/ui/browsers/annotate.o: util/ui/browsers/annotate.c $(OUTPUT)PERF-CFLAGS
|
/linux-3.3/tools/perf/Documentation/ |
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 | perfconfig.example | 14 annotate = on
|
D | perf-report.txt | 108 --tui:: Use the TUI interface, that is integrated with annotate and allows 158 linkperf:perf-stat[1], linkperf:perf-annotate[1]
|
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 | 86 --sym-annotate=<symbol>::
|
/linux-3.3/tools/perf/util/ui/browsers/ |
D | hists.c | 878 annotate = -2, zoom_dso = -2, zoom_thread = -2, in perf_evsel__hists_browse() local 977 annotate = nr_options++; in perf_evsel__hists_browse() 1010 if (choice == annotate) { in perf_evsel__hists_browse()
|
/linux-3.3/Documentation/trace/ |
D | tracepoint-analysis.txt | 302 $ perf annotate pixmanFillsse2
|
/linux-3.3/Documentation/mtd/ |
D | nand_ecc.txt | 11 I decided to annotate my steps in this file. Perhaps it is useful to someone
|
/linux-3.3/Documentation/ |
D | kmemcheck.txt | 706 false positives that we can annotate and silence. So whatever you find,
|