Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 11 of 11) sorted by relevance

/tools/testing/selftests/ftrace/test.d/trigger/
Dtrigger-trace-marker-snapshot.tc36 comment=`echo $line | sed -e 's/^#//'`
37 if [ "$line" != "$comment" ]; then
/tools/memory-model/scripts/
DREADME12 "Result:" comment lines.
17 archive that are C-language and that have "Result:" comment lines
47 .litmus.out file against the .litmus file's "Result:" comment to
/tools/perf/util/
Dconfig.c76 int quote = 0, comment = 0, space = 0; in parse_value() local
90 if (comment) in parse_value()
98 comment = 1; in parse_value()
233 int comment = 0; in perf_parse_file() local
262 comment = 0; in perf_parse_file()
265 if (comment || isspace(c)) in perf_parse_file()
268 comment = 1; in perf_parse_file()
Dannotate.c450 static int comment__symbol(char *raw, char *comment, u64 *addrp, char **namep) in comment__symbol() argument
457 *addrp = strtoull(comment, &endptr, 16); in comment__symbol()
458 if (endptr == comment) in comment__symbol()
537 char *s = strchr(ops->raw, ','), *target, *comment, prev; in mov__parse() local
550 comment = strchr(s, arch->objdump.comment_char); in mov__parse()
552 if (comment != NULL) in mov__parse()
553 s = comment - 1; in mov__parse()
569 if (comment == NULL) in mov__parse()
572 comment = skip_spaces(comment); in mov__parse()
573 comment__symbol(ops->source.raw, comment + 1, &ops->source.addr, &ops->source.name); in mov__parse()
[all …]
/tools/power/acpi/
DMakefile.config87 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
/tools/build/
DBuild.include47 # Replace >#< with >$(pound)< to avoid starting a comment in the .cmd file
/tools/testing/selftests/netfilter/
Dnft_flowtable.sh150 meta length gt 1500 accept comment something-to-grep-for
/tools/memory-model/Documentation/
Drecipes.txt329 Alternatively, consider the following comment in function
382 illustrates LB. Here is a repeat of the comment in
500 of ordering wakeups. The following comment taken from waitqueue_active()
/tools/perf/Documentation/
Dperf-config.txt74 # a '#' and ';' character indicates a comment
Dperf-script-python.txt160 At the top is a comment block followed by some import statements and a
/tools/arch/x86/lib/
Dx86-opcode-map.txt475 # Note: "forced64" is Intel CPU behavior (see comment about CALL insn).
929 # Note: "forced64" is Intel CPU behavior (see comment about CALL insn).