Searched refs:rest (Results 1 – 14 of 14) 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 268 that creates it. The rest of the group members are created
|
/tools/lib/subcmd/ |
D | parse-options.c | 372 const char *rest; in parse_long_opt() local 378 rest = skip_prefix(arg, options->long_name); in parse_long_opt() 380 if (!rest) in parse_long_opt() 382 if (*rest == '=') in parse_long_opt() 384 if (*rest) in parse_long_opt() 389 if (!rest) { in parse_long_opt() 397 rest = skip_prefix(arg, options->long_name + 3); in parse_long_opt() 398 if (rest) { in parse_long_opt() 436 rest = skip_prefix(arg + 3, options->long_name); in parse_long_opt() 438 if (!rest && strstarts(options->long_name, arg + 3)) in parse_long_opt() [all …]
|
/tools/testing/selftests/ftrace/test.d/event/ |
D | event-pid.tc | 42 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/ktest/ |
D | ktest.pl | 948 my $rest; 965 $rest = $2; 989 if ($rest =~ s/\s+SKIP\b//) { 996 if ($rest =~ s/\sELSE\b//) { 1009 if ($rest =~ s/\sIF\s+(.*)//) { 1023 if ($rest =~ s/\s+ITERATE\s+(\d+)//) { 1027 } elsif ($rest =~ s/\sOVERRIDE\b//) { 1035 if (!$skip && $rest !~ /^\s*$/) { 1048 $rest = $1; 1051 $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 | 1604 size_t hdr_sz, rest; in perf_session__peek_event() local 1635 rest = event->header.size - hdr_sz; in perf_session__peek_event() 1637 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 | 3026 struct timespec rest; in do_sleep() local 3053 rest.tv_sec = (tout.tv_sec + tout.tv_usec / 1000000); in do_sleep() 3054 rest.tv_nsec = (tout.tv_usec % 1000000) * 1000; in do_sleep() 3055 nanosleep(&rest, NULL); in do_sleep()
|
/tools/usb/usbip/ |
D | COPYING | 227 be a consequence of the rest of this License.
|