Home
last modified time | relevance | path

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

/tools/perf/
A DMakefile85 rest := $(filter-out clean,$(MAKECMDGOALS)) macro
86 ifneq ($(rest),)
87 $(rest): clean
A 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
272 that creates it. The rest of the group members are created
/tools/perf/util/
A Ddemangle-rust-v0.c186 if (rest) { in rust_demangle_v0_demangle()
1755 *rest = chars + 1; in rust_demangle_legacy_demangle()
1787 const char *rest; in rust_demangle_legacy_display_demangle() local
1788 … for (rest = inner; rest < res.mangled + res.mangled_len && *rest >= '0' && *rest <= '9'; rest++) { in rust_demangle_legacy_display_demangle()
1790 i += *rest - '0'; in rust_demangle_legacy_display_demangle()
1799 inner = rest + len; in rust_demangle_legacy_display_demangle()
1810 rest++; in rust_demangle_legacy_display_demangle()
1818 rest += 2; in rust_demangle_legacy_display_demangle()
1822 rest += 1; in rust_demangle_legacy_display_demangle()
1879 for (;j < len && rest[j] != '$' && rest[j] != '.';j++); in rust_demangle_legacy_display_demangle()
[all …]
A Dsession.c1564 size_t hdr_sz, rest; in perf_session__peek_event() local
1595 rest = event->header.size - hdr_sz; in perf_session__peek_event()
1597 if (readn(fd, buf, rest) != (ssize_t)rest) in perf_session__peek_event()
/tools/testing/selftests/arm64/fp/
A Dvlset.c43 char *rest; in parse_options() local
72 vl = strtoul(argv[optind], &rest, 0); in parse_options()
73 if (*rest) { in parse_options()
/tools/perf/tests/shell/
A Dstat+shadow_stat.sh19 while read num evt _ ipc rest
58 while read cpu num evt _ ipc rest
/tools/lib/subcmd/
A 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()
401 if (rest) { in parse_long_opt()
443 if (!rest) in parse_long_opt()
447 if (*rest) { in parse_long_opt()
448 if (*rest != '=') in parse_long_opt()
[all …]
/tools/testing/selftests/ftrace/test.d/event/
A Devent-pid.tc33 read mypid rest < /proc/self/stat
A Devent-no-pid.tc68 read mypid rest < /proc/self/stat
/tools/perf/Documentation/
A Djit-interface.txt13 symbolname is the rest of the line, so it could contain special characters.
A 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
A 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
A Dperf-config.txt190 'normal' means the rest of overhead percentages
/tools/testing/ktest/
A Dktest.pl1053 my $rest;
1070 $rest = $2;
1093 if ($rest =~ s/\s+SKIP\b//) {
1100 if ($rest =~ s/\sELSE\b//) {
1113 if ($rest =~ s/\sIF\s+(.*)//) {
1139 if (!$skip && $rest !~ /^\s*$/) {
1151 $rest = $1;
1154 $rest = "";
1158 if ($rest =~ /\sIF\s+(.*)/) {
1165 $rest = "";
[all …]
/tools/testing/selftests/lkdtm/
A Dtests.txt77 STACKLEAK_ERASING OK: the rest of the thread stack is properly erased
/tools/testing/selftests/tc-testing/creating-plugins/
A DAddingPlugins.txt46 rest of the tests must be skipped. The info is stored in the object,
/tools/testing/selftests/hid/tests/
A Dbase.py325 test, message, *rest = skip_cond.args
/tools/testing/selftests/net/
A Dxfrm_policy.sh185 ip netns exec $ns iptables-save -c |grep policy | ( read c rest
/tools/testing/selftests/tc-testing/
A Dtdc.py351 return rest
/tools/usb/usbip/
A DCOPYING227 be a consequence of the rest of this License.
/tools/memory-model/Documentation/
A Dlitmus-tests.txt226 The rest of the output is not normally needed, either due to irrelevance
807 the rest of the litmus test.
A Dexplanation.txt2377 it affects how the compiler generates the rest of the object code.
/tools/power/x86/turbostat/
A Dturbostat.c6530 struct timespec rest; in do_sleep() local
6557 rest.tv_sec = (tout.tv_sec + tout.tv_usec / 1000000); in do_sleep()
6558 rest.tv_nsec = (tout.tv_usec % 1000000) * 1000; in do_sleep()
6559 nanosleep(&rest, NULL); in do_sleep()

Completed in 65 milliseconds