Home
last modified time | relevance | path

Searched refs:ksft_perror (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/tools/testing/selftests/net/
H A Dsk_so_peek_off.c30 ksft_perror("Temporary TCP socket creation failed"); in sk_peek_offset_probe()
44 ksft_perror("Failed to set SO_PEEK_OFF value\n"); in sk_peek_offset_set()
53 ksft_perror("Failed to get SO_PEEK_OFF value\n"); in sk_peek_offset_get()
79 ksft_perror("Temporary socket creation failed\n"); in sk_peek_offset_test()
83 ksft_perror("Temporary socket bind() failed\n"); in sk_peek_offset_test()
91 ksft_perror("Temporary socket listen() failed\n"); in sk_peek_offset_test()
95 ksft_perror("Temporary socket connect() failed\n"); in sk_peek_offset_test()
101 ksft_perror("Temporary socket accept() failed\n"); in sk_peek_offset_test()
115 ksft_perror("Failed to set socket offset to 0\n"); in sk_peek_offset_test()
138 ksft_perror("Failed to read last byte of message\n"); in sk_peek_offset_test()
[all …]
/linux-6.15/tools/testing/selftests/mm/
H A Dhugetlb-soft-offline.c43 ksft_perror(EPREFIX "ftruncate to len failed"); in do_soft_offline()
50 ksft_perror(EPREFIX "mmap failed"); in do_soft_offline()
63 ksft_perror(EPREFIX "madvise failed"); in do_soft_offline()
76 ksft_perror(EPREFIX "ftruncate back to 0 failed"); in do_soft_offline()
95 ksft_perror(EPREFIX "failed to set enable_soft_offline"); in set_enable_soft_offline()
114 ksft_perror(EPREFIX "failed to popen nr_hugepages"); in read_nr_hugepages()
119 ksft_perror(EPREFIX "failed to read nr_hugepages"); in read_nr_hugepages()
135 ksft_perror(EPREFIX "could not open hugetlbfs file"); in create_hugetlbfs_file()
141 ksft_perror(EPREFIX "fstatfs failed"); in create_hugetlbfs_file()
H A Dsplit_huge_page_test.c305 ksft_perror("Cannot open testing file"); in split_file_backed_thp()
313 ksft_perror("Failed to write data to testing file"); in split_file_backed_thp()
323 ksft_perror("Cannot lseek file"); in split_file_backed_thp()
329 ksft_perror("Cannot read file content back"); in split_file_backed_thp()
341 ksft_perror("Cannot remove testing file"); in split_file_backed_thp()
420 ksft_perror("open drop_caches"); in create_pagecache_thp_and_fd()
424 ksft_perror("write to drop_caches"); in create_pagecache_thp_and_fd()
431 ksft_perror("Failed to open testfile\n"); in create_pagecache_thp_and_fd()
437 ksft_perror("cannot mmap"); in create_pagecache_thp_and_fd()
H A Dmlock-random-test.c35 ksft_perror("setrlimit() returns error\n"); in set_cap_limits()
41 ksft_perror("cap_set_proc() returns error\n"); in set_cap_limits()
/linux-6.15/tools/testing/selftests/resctrl/
H A Dresctrlfs.c25 ksft_perror("/proc/mounts"); in find_resctrl_mount()
74 ksft_perror("mount"); in mount_resctrlfs()
91 ksft_perror("Unable to umount resctrl"); in umount_resctrlfs()
146 ksft_perror("Failed to open cache id file"); in get_domain_id()
151 ksft_perror("Could not get domain ID"); in get_domain_id()
275 ksft_perror("Failed to open cache size"); in get_cache_size()
280 ksft_perror("Could not get cache_size"); in get_cache_size()
595 ksft_perror("Unable to create group"); in create_grp()
906 ksft_perror("pipe"); in filter_dmesg()
915 ksft_perror("Executing dmesg"); in filter_dmesg()
[all …]
H A Dresctrl_val.c123 ksft_perror("Failed to open iMC counter type file"); in read_from_imc_dir()
128 ksft_perror("Could not get iMC type"); in read_from_imc_dir()
139 ksft_perror("Failed to open iMC config file"); in read_from_imc_dir()
144 ksft_perror("Could not get iMC cas count read"); in read_from_imc_dir()
216 ksft_perror("Unable to open PMU directory"); in num_of_imcs()
320 ksft_perror("Couldn't get read bandwidth through iMC"); in get_read_mem_bw_imc()
370 ksft_perror("Could not get MBM local bytes"); in get_mem_bw_resctrl()
409 ksft_perror("sigaction"); in signal_handler_register()
430 ksft_perror("sigaction"); in signal_handler_unregister()
455 ksft_perror("Cannot open results file"); in print_results_bw()
[all …]
H A Dcache.c52 ksft_perror("Error opening leader"); in perf_open()
80 ksft_perror("Failed to open results file"); in get_llc_occu_resctrl()
85 ksft_perror("Could not get llc occupancy"); in get_llc_occu_resctrl()
113 ksft_perror("Cannot open results file"); in print_results_cache()
147 ksft_perror("Could not get perf value"); in perf_event_measure()
H A Dcmt_test.c87 ksft_perror("Error in opening file"); in check_results()
H A Dmbm_test.c59 ksft_perror(output); in check_results()
H A Dmba_test.c138 ksft_perror(output); in check_results()
H A Dcat_test.c83 ksft_perror("Cannot open file"); in check_results()
/linux-6.15/tools/testing/selftests/arm64/mte/
H A Dmte_common_util.c153 ksft_perror("mmap()"); in __mte_allocate_memory_range()
158 ksft_perror("mprotect(PROT_MTE)"); in __mte_allocate_memory_range()
193 ksft_perror("initialising buffer"); in mte_allocate_file_memory()
199 ksft_perror("initialising buffer"); in mte_allocate_file_memory()
220 ksft_perror("initialising buffer"); in mte_allocate_file_memory_tag_range()
225 ksft_perror("initialising buffer"); in mte_allocate_file_memory_tag_range()
361 ksft_perror(filename); in create_temp_file()
/linux-6.15/tools/testing/selftests/exec/
H A Dexecveat.c96 ksft_perror("fork() failed"); in check_execveat_invoked_rc()
181 ksft_perror("Failed to getcwd()"); in check_execveat_pathmax()
474 ksft_perror("open() comm failed"); in main()
480 ksft_perror("read() comm failed"); in main()
/linux-6.15/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c117 ksft_perror("fchdir to original root"); in cleanup_namespace()
121 ksft_perror("chroot to original root"); in cleanup_namespace()
/linux-6.15/tools/testing/selftests/riscv/abi/
H A Dpointer_masking.c193 ksft_perror(msg); in pwrite_wrapper()
/linux-6.15/tools/testing/selftests/
H A Dkselftest.h178 static inline void ksft_perror(const char *msg) in ksft_perror() function