Home
last modified time | relevance | path

Searched refs:newline (Results 1 – 6 of 6) sorted by relevance

/tools/scripts/
Dutilities.mak1 # This allows us to work with the newline character:
2 define newline macro
6 newline := $(newline) macro
13 # what should replace a newline when escaping
23 # single space each newline character in the output
27 # The only solution is to change each newline into
32 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1))
40 unescape-nl = $(subst $(call nl-escape,$(2)),$(newline),$(1))
108 # At least GNU make gets confused by expanding a newline
115 # not it contains a newline.
[all …]
/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run.sh225 if test "$newline" != "$oldline" && echo $newline | grep -q ' [0-9]\+us : '
234 if test "$newline" != "$oldline" -a "$last_ts" -lt $((seconds + $TORTURE_SHUTDOWN_GRACE))
244 oldline=$newline
/tools/testing/selftests/ftrace/
Dftracetest202 newline="\n"
204 newline=
207 printf "$*$newline"
208 [ "$LOG_FILE" ] && printf "$*$newline" | strip_esc >> $LOG_FILE
/tools/perf/util/
Dstat-display.c134 bool newline; member
148 os->newline = true; in new_line_std()
169 bool newline = os->newline; in print_metric_std() local
171 os->newline = false; in print_metric_std()
178 if (newline) in print_metric_std()
/tools/perf/Documentation/
Dperf-config.txt64 newline (double quote `"` and backslash have to be escaped as `\"` and `\\`,
/tools/perf/
Dbuiltin-trace.c2392 goto newline; in trace__event_handler()
2421 newline: in trace__event_handler()