annotate 23 scripts/dtc/dtc.c int annotate; /* Level of annotation: 1 for input source location annotate 257 scripts/dtc/dtc.c annotate++; annotate 297 scripts/dtc/dtc.c if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) annotate 46 scripts/dtc/dtc.h extern int annotate; /* annotate .dts with input source location */ annotate 206 scripts/dtc/treesource.c if (annotate) { annotate 207 scripts/dtc/treesource.c srcstr = srcpos_string_first(prop->srcpos, annotate); annotate 271 scripts/dtc/treesource.c if (annotate) { annotate 272 scripts/dtc/treesource.c srcstr = srcpos_string_first(prop->srcpos, annotate); annotate 296 scripts/dtc/treesource.c if (annotate) { annotate 297 scripts/dtc/treesource.c srcstr = srcpos_string_first(tree->srcpos, annotate); annotate 318 scripts/dtc/treesource.c if (annotate) { annotate 319 scripts/dtc/treesource.c srcstr = srcpos_string_last(tree->srcpos, annotate); annotate 339 tools/perf/builtin-annotate.c int (*annotate)(struct hist_entry *he, annotate 343 tools/perf/builtin-annotate.c annotate = dlsym(perf_gtk_handle, annotate 345 tools/perf/builtin-annotate.c if (annotate == NULL) { annotate 350 tools/perf/builtin-annotate.c ret = annotate(he, evsel, NULL); annotate 475 tools/perf/builtin-annotate.c struct perf_annotate annotate = { annotate 501 tools/perf/builtin-annotate.c OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol", annotate 509 tools/perf/builtin-annotate.c OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"), annotate 510 tools/perf/builtin-annotate.c OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), annotate 511 tools/perf/builtin-annotate.c OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), annotate 512 tools/perf/builtin-annotate.c OPT_BOOLEAN(0, "stdio2", &annotate.use_stdio2, "Use the stdio interface"), annotate 519 tools/perf/builtin-annotate.c OPT_BOOLEAN('l', "print-line", &annotate.opts.print_lines, annotate 521 tools/perf/builtin-annotate.c OPT_BOOLEAN('P', "full-paths", &annotate.opts.full_path, annotate 523 tools/perf/builtin-annotate.c OPT_BOOLEAN(0, "skip-missing", &annotate.skip_missing, annotate 526 tools/perf/builtin-annotate.c &annotate.group_set, annotate 528 tools/perf/builtin-annotate.c OPT_STRING('C', "cpu", &annotate.cpu_list, "cpu", "list of cpus to profile"), annotate 532 tools/perf/builtin-annotate.c OPT_BOOLEAN(0, "source", &annotate.opts.annotate_src, annotate 534 tools/perf/builtin-annotate.c OPT_BOOLEAN(0, "asm-raw", &annotate.opts.show_asm_raw, annotate 536 tools/perf/builtin-annotate.c OPT_STRING('M', "disassembler-style", &annotate.opts.disassembler_style, "disassembler style", annotate 538 tools/perf/builtin-annotate.c OPT_STRING(0, "objdump", &annotate.opts.objdump_path, "path", annotate 549 tools/perf/builtin-annotate.c OPT_CALLBACK(0, "percent-type", &annotate.opts, "local-period", annotate 574 tools/perf/builtin-annotate.c annotate.sym_hist_filter = argv[0]; annotate 577 tools/perf/builtin-annotate.c if (symbol_conf.show_nr_samples && annotate.use_gtk) { annotate 587 tools/perf/builtin-annotate.c annotate.session = perf_session__new(&data, false, &annotate.tool); annotate 588 tools/perf/builtin-annotate.c if (IS_ERR(annotate.session)) annotate 589 tools/perf/builtin-annotate.c return PTR_ERR(annotate.session); annotate 591 tools/perf/builtin-annotate.c annotate.has_br_stack = perf_header__has_feat(&annotate.session->header, annotate 594 tools/perf/builtin-annotate.c if (annotate.group_set) annotate 595 tools/perf/builtin-annotate.c perf_evlist__force_leader(annotate.session->evlist); annotate 605 tools/perf/builtin-annotate.c ret = symbol__init(&annotate.session->header.env); annotate 609 tools/perf/builtin-annotate.c if (annotate.use_stdio || annotate.use_stdio2) annotate 611 tools/perf/builtin-annotate.c else if (annotate.use_tui) annotate 613 tools/perf/builtin-annotate.c else if (annotate.use_gtk) annotate 618 tools/perf/builtin-annotate.c if ((use_browser == 1 || annotate.use_stdio2) && annotate.has_br_stack) { annotate 620 tools/perf/builtin-annotate.c if (setup_sorting(annotate.session->evlist) < 0) annotate 627 tools/perf/builtin-annotate.c ret = __cmd_annotate(&annotate);