| /tools/perf/ |
| A D | Makefile | 85 rest := $(filter-out clean,$(MAKECMDGOALS)) macro 86 ifneq ($(rest),) 87 $(rest): clean
|
| A 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 272 that creates it. The rest of the group members are created
|
| /tools/perf/util/ |
| A D | demangle-rust-v0.c | 186 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 D | session.c | 1564 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 D | vlset.c | 43 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 D | stat+shadow_stat.sh | 19 while read num evt _ ipc rest 58 while read cpu num evt _ ipc rest
|
| /tools/lib/subcmd/ |
| A 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() 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 D | event-pid.tc | 33 read mypid rest < /proc/self/stat
|
| A D | event-no-pid.tc | 68 read mypid rest < /proc/self/stat
|
| /tools/perf/Documentation/ |
| A D | jit-interface.txt | 13 symbolname is the rest of the line, so it could contain special characters.
|
| A 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
|
| A 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
|
| A D | perf-config.txt | 190 'normal' means the rest of overhead percentages
|
| /tools/testing/ktest/ |
| A D | ktest.pl | 1053 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 D | tests.txt | 77 STACKLEAK_ERASING OK: the rest of the thread stack is properly erased
|
| /tools/testing/selftests/tc-testing/creating-plugins/ |
| A D | AddingPlugins.txt | 46 rest of the tests must be skipped. The info is stored in the object,
|
| /tools/testing/selftests/hid/tests/ |
| A D | base.py | 325 test, message, *rest = skip_cond.args
|
| /tools/testing/selftests/net/ |
| A D | xfrm_policy.sh | 185 ip netns exec $ns iptables-save -c |grep policy | ( read c rest
|
| /tools/testing/selftests/tc-testing/ |
| A D | tdc.py | 351 return rest
|
| /tools/usb/usbip/ |
| A D | COPYING | 227 be a consequence of the rest of this License.
|
| /tools/memory-model/Documentation/ |
| A 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.
|
| A D | explanation.txt | 2377 it affects how the compiler generates the rest of the object code.
|
| /tools/power/x86/turbostat/ |
| A D | turbostat.c | 6530 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()
|