Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 20 of 20) sorted by relevance

/tools/perf/
DMakefile79 rest := $(filter-out clean,$(MAKECMDGOALS)) macro
80 ifneq ($(rest),)
81 $(rest): clean
Ddesign.txt39 * 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/
Dvlset.c40 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/
Dparse-options.c375 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/
Dmptcp_connect.sh413 … ${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/
Devent-pid.tc33 read mypid rest < /proc/self/stat
Devent-no-pid.tc68 read mypid rest < /proc/self/stat
/tools/perf/Documentation/
Djit-interface.txt13 symbolname is the rest of the line, so it could contain special characters.
Dperf-script-perl.txt24 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
Dperf-script-python.txt26 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
Dperf-config.txt192 'normal' means the rest of overhead percentages
/tools/testing/selftests/lkdtm/
Dtests.txt69 STACKLEAK_ERASING OK: the rest of the thread stack is properly erased
/tools/testing/ktest/
Dktest.pl958 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/
DAddingPlugins.txt46 rest of the tests must be skipped. The info is stored in the object,
/tools/perf/util/
Dsession.c1672 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/
Dxfrm_policy.sh186 ip netns exec $ns iptables-save -c |grep policy | ( read c rest
/tools/power/x86/turbostat/
Dturbostat.c3186 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/
Dlitmus-tests.txt226 The rest of the output is not normally needed, either due to irrelevance
807 the rest of the litmus test.
Dexplanation.txt2133 it affects how the compiler generates the rest of the object code.
/tools/usb/usbip/
DCOPYING227 be a consequence of the rest of this License.