| /tools/tracing/rtla/tests/ |
| A D | timerlat.t | 23 check "verify help page" \ 25 check "verify -s/--stack" \ 27 check "verify -P/--priority" \ 30 check "test in nanoseconds" \ 34 check "dump tasks" \ 38 check "disable auto-analysis" \ 40 check "verify -c/--cpus" \ 54 check "exec command" \ 56 check "multiple actions" \ 62 check "hist with continue" \ [all …]
|
| A D | hwnoise.t | 8 check "verify help page" \ 10 check "detect noise higher than one microsecond" \ 12 check "set the automatic trace mode" \ 14 check "set scheduling param to the osnoise tracer threads" \ 16 check "stop the trace if a single sample is higher than 1 us" \ 18 check "enable a trace event trigger" \
|
| A D | osnoise.t | 8 check "verify help page" \ 10 check "verify the --priority/-P param" \ 12 check "verify the --stop/-s param" \ 14 check "verify the --trace param" \ 16 check "verify the --entries/-E param" \
|
| /tools/testing/selftests/drivers/net/netdevsim/ |
| A D | ethtool-fec.sh | 22 check $? 30 check $? 38 check $? 46 check $? 54 check $? 60 check $? 67 check $? '' '' 1 70 check $? '' '' 1 76 check $? 84 check $? [all …]
|
| A D | macsec-offload.sh | 27 check $? 30 check $? 33 check $? 39 check $? 42 check $? 46 check $? 60 check $? 63 check $? 67 check $? 70 check $? [all …]
|
| A D | ethtool-pause.sh | 20 check $? "$s" "null" 23 check $? "$s" "{}" 28 check $? "$s" "1" 31 check $? "$s" "2" 36 check $? "$s" "2" 39 check $? "$s" "1" 41 check $? "$s" "2"
|
| A D | ethtool-coalesce.sh | 113 check $? "$current" "$expected" 120 check $? "$s" "" 124 check $? "$s" ""
|
| A D | ethtool-features.sh | 19 check $? "$s" true 22 check $? "$s" false
|
| /tools/testing/selftests/user_events/ |
| A D | abi_test.c | 217 int check; in FIXTURE() local 226 self->check = 0; in FIXTURE_SETUP() 236 ASSERT_EQ(0, self->check); in TEST_F() 239 ASSERT_EQ(1, self->check); in TEST_F() 241 ASSERT_EQ(0, self->check); in TEST_F() 245 ASSERT_EQ(1, self->check); in TEST_F() 247 ASSERT_EQ(0, self->check); in TEST_F() 251 ASSERT_EQ(0, self->check); in TEST_F() 353 self->check = 0; in TEST_F() 359 if (self->check) in TEST_F() [all …]
|
| A D | dyn_test.c | 63 reg.enable_addr = (__u64)check; in reg_event() 64 reg.enable_size = sizeof(*check); in reg_event() 78 unreg.disable_addr = (__u64)check; in unreg_event() 121 ret = reg_event(fd, check, 31, value + 2); in parse_abi() 124 if (unreg_event(fd, check, 31) == -1) in parse_abi() 137 int abi_ret = parse_abi(check, value); in parse() 155 if (reg_event(fd, check, 31, first) == -1) in check_match() 158 if (reg_event(fd, check, 30, second) == -1) { in check_match() 171 unreg_event(fd, check, 31); in check_match() 172 unreg_event(fd, check, 30); in check_match() [all …]
|
| A D | ftrace_test.c | 166 ret = clear(check); in check_print_fmt() 206 int check; in FIXTURE() local 510 &self->check); in TEST_F() 515 &self->check); in TEST_F() 520 &self->check); in TEST_F() 525 &self->check); in TEST_F() 530 &self->check); in TEST_F() 535 &self->check); in TEST_F() 540 &self->check); in TEST_F() 545 &self->check); in TEST_F() [all …]
|
| A D | perf_test.c | 85 static int clear(int *check) in clear() argument 91 unreg.disable_addr = (__u64)check; in clear() 113 int check; in FIXTURE() local 129 if (clear(&self->check) != 0) in FIXTURE_TEARDOWN() 145 reg.enable_addr = (__u64)&self->check; in TEST_F() 146 reg.enable_size = sizeof(self->check); in TEST_F() 151 ASSERT_EQ(0, self->check); in TEST_F() 195 ASSERT_EQ(0, self->check); in TEST_F() 209 reg.enable_addr = (__u64)&self->check; in TEST_F() 215 ASSERT_EQ(0, self->check); in TEST_F() [all …]
|
| /tools/testing/selftests/powerpc/switch_endian/ |
| A D | check.S | 14 cmpd r9,r3 # check r3 16 addi r9,r15,4 # check r4 19 lis r9,0x00FF # check CR 26 addi r9,r15,32 # check LR 30 addi r9,r15,5 # check r5 33 addi r9,r15,6 # check r6 36 addi r9,r15,7 # check r7 39 addi r9,r15,8 # check r8 42 addi r9,r15,13 # check r13 45 addi r9,r15,14 # check r14 [all …]
|
| A D | Makefile | 4 EXTRA_CLEAN = $(OUTPUT)/*.o $(OUTPUT)/check-reversed.S 13 $(OUTPUT)/switch_endian_test: $(OUTPUT)/check-reversed.S 15 $(OUTPUT)/check-reversed.o: $(OUTPUT)/check.o 18 $(OUTPUT)/check-reversed.S: $(OUTPUT)/check-reversed.o
|
| /tools/testing/selftests/net/mptcp/ |
| A D | pm_netlink.sh | 119 check() function 142 check "show_endpoints" "" "defaults addr list" 154 check "show_endpoints" \ 160 check "get_endpoint 2" "" "simple del addr" 161 check "show_endpoints" \ 166 check "get_endpoint 4" "" "duplicate addr" 175 check "get_endpoint 10" "" "above hard addr limit" 182 check "show_endpoints" \ 192 check "show_endpoints" "" "flush addrs" 212 check "show_endpoints" \ [all …]
|
| /tools/perf/Documentation/ |
| A D | perf-check.txt | 1 perf-check(1) 6 perf-check - check if features are present in perf 11 'perf check' [<options>] 12 'perf check' {feature <feature_list>} [<options>] 16 With no subcommands given, 'perf check' command just prints the command 22 Also, 'perf check feature' returns with exit status 0 if the feature 41 perf check feature libtraceevent 42 perf check feature HAVE_LIBTRACEEVENT 43 perf check feature libtraceevent,bpf 78 This can be used along with subcommands such as 'perf check feature' [all …]
|
| /tools/perf/tests/ |
| A D | mem.c | 11 static int check(union perf_mem_data_src data_src, in check() function 39 ret |= check(src, "N/AL4 hit"); in test__mem() 43 ret |= check(src, "N/ARemote L4 hit"); in test__mem() 49 ret |= check(src, "N/APMEM miss"); in test__mem() 53 ret |= check(src, "N/ARemote PMEM miss"); in test__mem() 58 ret |= check(src , "FwdRemote RAM miss"); in test__mem()
|
| A D | parse-events.c | 2010 .check = test__group1, 2015 .check = test__group2, 2020 .check = test__group3, 2025 .check = test__group4, 2030 .check = test__group5, 2040 .check = test__group_gh1, 2139 .check = test__intel_pt, 2340 .check = test__group1, 2346 .check = test__group4, 2485 ret = e->check(evlist); in test_event() [all …]
|
| /tools/perf/ |
| A D | check-headers.sh | 121 check () { function 175 check "$i" -B 180 check "$i" '-I "^.*\/\*.*__ignore_sync_check__.*\*\/.*$"' 185 check arch/x86/lib/memset_64.S '-I "^EXPORT_SYMBOL" -I "^#include <asm/export.h>" -I"^SYM_FU… 186 check arch/x86/include/asm/amd/ibs.h '-I "^#include .*/msr-index.h"' 187 check arch/arm64/include/asm/cputype.h '-I "^#include [<\"]\(asm/\)*sysreg.h"' 189 check include/uapi/asm-generic/mman.h '-I "^#include <\(uapi/\)*asm-generic/mman-common\(-tools\)*.… 190 check include/uapi/linux/mman.h '-I "^#include <\(uapi/\)*asm/mman.h>"' 191 check include/linux/build_bug.h '-I "^#\(ifndef\|endif\)\( \/\/\)* static_assert$"' 192 check include/linux/ctype.h '-I "isdigit("' [all …]
|
| /tools/objtool/ |
| A D | sync-check.sh | 47 check () { function 66 check $file_entry 73 check $i '-I "^.*\/\*.*__ignore_sync_check__.*\*\/.*$"'
|
| /tools/perf/arch/x86/tests/ |
| A D | hybrid.c | 187 int (*check)(struct evlist *evlist); member 193 .check = test__hybrid_hw_event_with_pmu, 198 .check = test__hybrid_hw_group_event, 203 .check = test__hybrid_sw_hw_group_event, 213 .check = test__hybrid_group_modifier1, 218 .check = test__hybrid_raw1, 223 .check = test__hybrid_raw2, 228 .check = test__checkevent_pmu, 233 .check = test__hybrid_cache_event, 238 .check = test__hybrid_hw_group_event_2, [all …]
|
| /tools/testing/selftests/bpf/ |
| A D | test_bpftool_build.sh | 40 check() { function 57 check ${@: -1} 59 check . 83 check $TMPDIR
|
| /tools/testing/selftests/timens/ |
| A D | vfork_exec.c | 60 static int check(char *tst_name, struct timespec *now) in check() function 91 return check("child after exec", &now); in main() 108 if (check("parent before vfork", &now)) in main() 136 if (check("parent after vfork", &now)) in main()
|
| /tools/testing/selftests/net/lib/ |
| A D | csum.c | 200 iph->check = checksum_fold(iph, sizeof(*iph), 0); in build_packet_ipv4() 232 uh->check = 0; in build_packet_udp() 245 uh->check = 0; in build_packet_udp() 250 uh->check = ~uh->check; in build_packet_udp() 252 fprintf(stderr, "tx: sending checksum: 0x%x\n", uh->check); in build_packet_udp() 263 th->check = 0; in build_packet_tcp() 268 th->check = ~th->check; in build_packet_tcp() 270 fprintf(stderr, "tx: sending checksum: 0x%x\n", th->check); in build_packet_tcp() 284 uh->check = 0; in build_packet_udp_encap() 434 vh.csum_offset = __builtin_offsetof(struct tcphdr, check); in send_packet() [all …]
|
| /tools/testing/selftests/exec/ |
| A D | Makefile | 13 TEST_PROGS := binfmt_script.py check-exec-tests.sh 22 TEST_GEN_PROGS += check-exec 29 CHECK_EXEC_SAMPLES := $(top_srcdir)/samples/check-exec
|