Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 14 of 14) 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
268 that creates it. The rest of the group members are created
/tools/lib/subcmd/
Dparse-options.c372 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/
Devent-pid.tc42 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/ktest/
Dktest.pl948 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/
DAddingPlugins.txt46 rest of the tests must be skipped. The info is stored in the object,
/tools/perf/util/
Dsession.c1604 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/
Dxfrm_policy.sh186 ip netns exec $ns iptables-save -c |grep policy | ( read c rest
/tools/power/x86/turbostat/
Dturbostat.c3026 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/
DCOPYING227 be a consequence of the rest of this License.