/openbmc/linux/tools/perf/ |
H A D | builtin-annotate.c | 363 int (*annotate)(struct hist_entry *he, in hists__find_annotations() local 367 annotate = dlsym(perf_gtk_handle, in hists__find_annotations() 369 if (annotate == NULL) { in hists__find_annotations() 374 ret = annotate(he, evsel, NULL); in hists__find_annotations() 503 struct perf_annotate annotate = { in cmd_annotate() local 537 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol", in cmd_annotate() 546 OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"), in cmd_annotate() 549 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate() 551 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), in cmd_annotate() 552 OPT_BOOLEAN(0, "stdio2", &annotate.use_stdio2, "Use the stdio interface"), in cmd_annotate() [all …]
|
H A D | command-list.txt | 5 perf-annotate mainporcelain common
|
H A D | Build | 2 perf-y += builtin-annotate.o
|
/openbmc/linux/scripts/dtc/ |
H A D | treesource.c | 185 if (annotate) { in write_propval() 186 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval() 263 if (annotate) { in write_propval() 264 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval() 288 if (annotate) { in write_tree_source_node() 289 srcstr = srcpos_string_first(tree->srcpos, annotate); in write_tree_source_node() 310 if (annotate) { in write_tree_source_node() 311 srcstr = srcpos_string_last(tree->srcpos, annotate); in write_tree_source_node()
|
H A D | dtx_diff | 22 --annotate synonym for -T 32 -T annotate output .dts with input source file and line 176 annotate="" 219 -T | --annotate ) 220 if [ "${annotate}" = "" ] ; then 221 annotate="-T" 222 elif [ "${annotate}" = "-T" ] ; then 223 annotate="-T -T" 346 -O dts -qq -f ${dtc_sort} ${annotate} -o -"
|
H A D | dtc.c | 23 int annotate; /* Level of annotation: 1 for input source location variable 259 annotate++; in main() 299 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main()
|
H A D | dtc.h | 46 extern int annotate; /* annotate .dts with input source location */
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-config.txt | 90 annotate = on 97 [annotate] 129 You can hide source code of annotate feature setting the config to false with 131 % perf config annotate.hide_src_code=true 167 'report', 'top' and 'annotate' in the TUI. They should specify the 195 from sub-commands (top, report, annotate). 202 This selects colors for addresses from 'annotate'. 215 Subcommands that can be configured here are 'top', 'report' and 'annotate'. 246 annotate.*:: 250 annotate.addr2line:: [all …]
|
H A D | perfconfig.example | 15 annotate = on 23 [annotate]
|
H A 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.
|
H A D | tips.txt | 29 See assembly instructions with percentage: perf annotate <symbol> 30 If you prefer Intel style assembly, try: perf annotate -M intel
|
H A 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
|
H A D | perf.txt | 80 linkperf:perf-annotate[1],linkperf:perf-archive[1],linkperf:perf-arm-spe[1],
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | main.py.in | 61 # parser.add_option("--annotate", action="append", dest="annotate", metavar="PROCESS", default=None, 62 # help="annotate position where PROCESS is started; can be specified multiple times. " + 64 # parser.add_option("--annotate-file", dest="annotate_file", metavar="FILENAME", default=None, 120 options.annotate = None
|
H A D | main.py | 120 options.annotate = None
|
H A D | parsing.py | 94 if options.annotate: 95 for procnames in options.annotate:
|
/openbmc/qemu/subprojects/libvhost-user/include/ |
H A D | compiler.h | 203 #if __has_attribute(annotate) 204 #define QEMU_ANNOTATE(x) __attribute__((annotate(x)))
|
/openbmc/qemu/subprojects/libvduse/include/ |
H A D | compiler.h | 203 #if __has_attribute(annotate) 204 #define QEMU_ANNOTATE(x) __attribute__((annotate(x)))
|
/openbmc/qemu/include/qemu/ |
H A D | compiler.h | 203 #if __has_attribute(annotate) 204 #define QEMU_ANNOTATE(x) __attribute__((annotate(x)))
|
/openbmc/linux/tools/perf/ui/browsers/ |
H A D | Build | 1 perf-y += annotate.o
|
/openbmc/linux/tools/perf/ui/gtk/ |
H A D | Build | 9 gtk-y += annotate.o
|
/openbmc/linux/Documentation/kbuild/ |
H A 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
|
/openbmc/linux/Documentation/core-api/ |
H A D | asm-annotations.rst | 28 *non-standard* calling convention. In contrast, ``ENDPROC`` should annotate 76 1. ``SYM_FUNC_*`` -- to annotate C-like functions. This means functions with 84 to these rules. The tools can also easily annotate these functions with
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | tables.py | 861 queryset = queryset.annotate(num_builds=Count('build')) 1115 queryset = queryset.annotate( 1125 queryset = queryset.annotate(
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | workload-tracing.rst | 63 insight into the process. "perf annotate" tool generates the statistics of 281 netdev stressor, view the generated report perf.data and annotate the to 286 perf annotate
|