Home
last modified time | relevance | path

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

/tools/perf/util/
Dconfig.c59 int quote = 0, comment = 0, space = 0; in parse_value() local
73 if (comment) in parse_value()
81 comment = 1; in parse_value()
216 int comment = 0; in perf_parse_file() local
245 comment = 0; in perf_parse_file()
248 if (comment || isspace(c)) in perf_parse_file()
251 comment = 1; in perf_parse_file()
Dannotate.c141 static int comment__symbol(char *raw, char *comment, u64 *addrp, char **namep) in comment__symbol() argument
148 *addrp = strtoull(comment, &endptr, 16); in comment__symbol()
222 char *s = strchr(ops->raw, ','), *target, *comment, prev; in mov__parse() local
235 comment = strchr(s, '#'); in mov__parse()
237 if (comment != NULL) in mov__parse()
238 s = comment - 1; in mov__parse()
254 if (comment == NULL) in mov__parse()
257 while (comment[0] != '\0' && isspace(comment[0])) in mov__parse()
258 ++comment; in mov__parse()
260 comment__symbol(ops->source.raw, comment, &ops->source.addr, &ops->source.name); in mov__parse()
[all …]
/tools/power/acpi/
DMakefile92 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
/tools/perf/Documentation/
Dperf-script-python.txt162 At the top is a comment block followed by some import statements and a