Searched refs:rest (Results 1 – 20 of 20) sorted by relevance
/tools/perf/ |
D | Makefile | 79 rest := $(filter-out clean,$(MAKECMDGOALS)) macro 80 ifneq ($(rest),) 81 $(rest): clean
|
D | design.txt | 39 * The MSB of the config word signifies if the rest contains cpu 41 * 7 bits are an event type and the rest of the bits are the event 269 that creates it. The rest of the group members are created
|
/tools/testing/selftests/arm64/fp/ |
D | vlset.c | 40 char *rest; in parse_options() local 66 vl = strtoul(argv[optind], &rest, 0); in parse_options() 67 if (*rest) { in parse_options()
|
/tools/lib/subcmd/ |
D | parse-options.c | 375 const char *rest; in parse_long_opt() local 381 rest = skip_prefix(arg, options->long_name); in parse_long_opt() 383 if (!rest) in parse_long_opt() 385 if (*rest == '=') in parse_long_opt() 387 if (*rest) in parse_long_opt() 392 if (!rest) { in parse_long_opt() 400 rest = skip_prefix(arg, options->long_name + 3); in parse_long_opt() 401 if (rest) { in parse_long_opt() 439 rest = skip_prefix(arg + 3, options->long_name); in parse_long_opt() 441 if (!rest && strstarts(options->long_name, arg + 3)) in parse_long_opt() [all …]
|
/tools/testing/selftests/net/mptcp/ |
D | mptcp_connect.sh | 413 … ${listener_ns} nstat -z -a MPTcpExtMPCapableSYNRX | while read a count c rest ;do echo $count;do… 414 … ${listener_ns} nstat -z -a MPTcpExtMPCapableACKRX | while read a count c rest ;do echo $count;do… 415 …ec ${listener_ns} nstat -z -a TcpExtSyncookiesSent | while read a count c rest ;do echo $count;do… 416 …ec ${listener_ns} nstat -z -a TcpExtSyncookiesRecv | while read a count c rest ;do echo $count;do… 461 …${listener_ns} nstat -z -a MPTcpExtMPCapableSYNRX | while read a count c rest ;do echo $count;do… 462 …${listener_ns} nstat -z -a MPTcpExtMPCapableACKRX | while read a count c rest ;do echo $count;do… 464 …ec ${listener_ns} nstat -z -a TcpExtSyncookiesSent | while read a count c rest ;do echo $count;do… 465 …ec ${listener_ns} nstat -z -a TcpExtSyncookiesRecv | while read a count c rest ;do echo $count;do…
|
/tools/testing/selftests/ftrace/test.d/event/ |
D | event-pid.tc | 33 read mypid rest < /proc/self/stat
|
D | event-no-pid.tc | 68 read mypid rest < /proc/self/stat
|
/tools/perf/Documentation/ |
D | jit-interface.txt | 13 symbolname is the rest of the line, so it could contain special characters.
|
D | perf-script-perl.txt | 24 You can avoid reading the rest of this document by running 'perf script 109 write a useful trace script. The sections below cover the rest. 126 The rest of the script can contain handler functions and support
|
D | perf-script-python.txt | 26 raw perf script stream. You can avoid reading the rest of this 27 document if an example is enough for you; the rest of the document 501 write a useful trace script. The sections below cover the rest. 521 The rest of the script can contain handler functions and support
|
D | perf-config.txt | 192 'normal' means the rest of overhead percentages
|
/tools/testing/selftests/lkdtm/ |
D | tests.txt | 69 STACKLEAK_ERASING OK: the rest of the thread stack is properly erased
|
/tools/testing/ktest/ |
D | ktest.pl | 958 my $rest; 975 $rest = $2; 999 if ($rest =~ s/\s+SKIP\b//) { 1006 if ($rest =~ s/\sELSE\b//) { 1019 if ($rest =~ s/\sIF\s+(.*)//) { 1033 if ($rest =~ s/\s+ITERATE\s+(\d+)//) { 1037 } elsif ($rest =~ s/\sOVERRIDE\b//) { 1045 if (!$skip && $rest !~ /^\s*$/) { 1058 $rest = $1; 1061 $rest = ""; [all …]
|
/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 46 rest of the tests must be skipped. The info is stored in the object,
|
/tools/perf/util/ |
D | session.c | 1672 size_t hdr_sz, rest; in perf_session__peek_event() local 1703 rest = event->header.size - hdr_sz; in perf_session__peek_event() 1705 if (readn(fd, buf, rest) != (ssize_t)rest) in perf_session__peek_event()
|
/tools/testing/selftests/net/ |
D | xfrm_policy.sh | 186 ip netns exec $ns iptables-save -c |grep policy | ( read c rest
|
/tools/power/x86/turbostat/ |
D | turbostat.c | 3186 struct timespec rest; in do_sleep() local 3213 rest.tv_sec = (tout.tv_sec + tout.tv_usec / 1000000); in do_sleep() 3214 rest.tv_nsec = (tout.tv_usec % 1000000) * 1000; in do_sleep() 3215 nanosleep(&rest, NULL); in do_sleep()
|
/tools/memory-model/Documentation/ |
D | litmus-tests.txt | 226 The rest of the output is not normally needed, either due to irrelevance 807 the rest of the litmus test.
|
D | explanation.txt | 2133 it affects how the compiler generates the rest of the object code.
|
/tools/usb/usbip/ |
D | COPYING | 227 be a consequence of the rest of this License.
|