Searched refs:comment (Results 1 – 11 of 11) sorted by relevance
/tools/testing/selftests/ftrace/test.d/trigger/ |
D | trigger-trace-marker-snapshot.tc | 36 comment=`echo $line | sed -e 's/^#//'` 37 if [ "$line" != "$comment" ]; then
|
/tools/memory-model/scripts/ |
D | README | 12 "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/ |
D | config.c | 76 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()
|
D | annotate.c | 450 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/ |
D | Makefile.config | 87 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
|
/tools/build/ |
D | Build.include | 47 # Replace >#< with >$(pound)< to avoid starting a comment in the .cmd file
|
/tools/testing/selftests/netfilter/ |
D | nft_flowtable.sh | 150 meta length gt 1500 accept comment something-to-grep-for
|
/tools/memory-model/Documentation/ |
D | recipes.txt | 329 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/ |
D | perf-config.txt | 74 # a '#' and ';' character indicates a comment
|
D | perf-script-python.txt | 160 At the top is a comment block followed by some import statements and a
|
/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 475 # Note: "forced64" is Intel CPU behavior (see comment about CALL insn). 929 # Note: "forced64" is Intel CPU behavior (see comment about CALL insn).
|