Searched refs:annotate (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-annotate.c3 * builtin-annotate.c
5 * Builtin annotate command: Analyze the perf.data input file,
22 #include "util/annotate.h"
23 #include "util/annotate-data.h"
548 int (*annotate)(struct hist_entry *he,
552 annotate = dlsym(perf_gtk_handle,
554 if (annotate == NULL) {
559 ret = annotate(he, evsel, NULL);
719 "perf annotate [<options>]",
725 struct perf_annotate annotate local
[all...]
/linux-master/scripts/dtc/
H A Ddtx_diff22 --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 Dtreesource.c185 if (annotate) {
186 srcstr = srcpos_string_first(prop->srcpos, annotate);
263 if (annotate) {
264 srcstr = srcpos_string_first(prop->srcpos, annotate);
288 if (annotate) {
289 srcstr = srcpos_string_first(tree->srcpos, annotate);
310 if (annotate) {
311 srcstr = srcpos_string_last(tree->srcpos, annotate);
H A Ddtc.c23 int annotate; /* Level of annotation: 1 for input source location variable
71 {"annotate", no_argument, NULL, 'T'},
259 annotate++;
299 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts")))
300 die("--annotate requires -I dts -O dts\n");
H A Ddtc.h46 extern int annotate; /* annotate .dts with input source location */
/linux-master/tools/bootconfig/scripts/
H A Dftrace2bconf.sh187 annotate

Completed in 136 milliseconds