| /kernel/linux/linux-6.6/tools/perf/tests/shell/lib/ |
| D | stat_output.sh | 13 echo -n "Checking $1 output: no args " 21 echo -n "Checking $1 output: system wide " 34 echo -n "Checking $1 output: system wide no aggregation " 47 echo -n "Checking $1 output: interval " 55 echo -n "Checking $1 output: event " 63 echo -n "Checking $1 output: per core " 76 echo -n "Checking $1 output: per thread " 89 echo -n "Checking $1 output: per cache instance " 102 echo -n "Checking $1 output: per die " 115 echo -n "Checking $1 output: per node " [all …]
|
| /kernel/linux/linux-6.6/tools/perf/tests/shell/ |
| D | stat+json_output.sh | 48 echo -n "Checking json output: no args " 56 echo -n "Checking json output: system wide " 69 echo -n "Checking json output: system wide no aggregation " 82 echo -n "Checking json output: interval " 91 echo -n "Checking json output: event " 99 echo -n "Checking json output: per core " 112 echo -n "Checking json output: per thread " 125 echo -n "Checking json output: per cache_instance " 137 echo -n "Checking json output: per die " 150 echo -n "Checking json output: per node " [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/pstore/ |
| D | pstore_post_reboot_tests | 40 prlog -n "Checking dmesg files exist in pstore filesystem ... " 43 prlog -n "Checking console files exist in pstore filesystem ... " 46 prlog -n "Checking pmsg files exist in pstore filesystem ... " 49 prlog -n "Checking dmesg files contain oops end marker" 56 prlog -n "Checking console file contains oops end marker ... " 60 prlog -n "Checking pmsg file properly keeps the content written before crash ... "
|
| D | pstore_tests | 12 prlog -n "Checking pstore console is registered ... " 16 prlog -n "Checking /dev/pmsg0 exists ... "
|
| /kernel/linux/linux-6.6/tools/testing/selftests/pstore/ |
| D | pstore_post_reboot_tests | 40 prlog -n "Checking dmesg files exist in pstore filesystem ... " 43 prlog -n "Checking console files exist in pstore filesystem ... " 46 prlog -n "Checking pmsg files exist in pstore filesystem ... " 49 prlog -n "Checking dmesg files contain oops end marker" 56 prlog -n "Checking console file contains oops end marker ... " 60 prlog -n "Checking pmsg file properly keeps the content written before crash ... "
|
| /kernel/linux/linux-6.6/lib/ |
| D | Kconfig.ubsan | 57 bool "Perform array index bounds checking" 89 bool "Perform checking for bit-shift overflows" 98 bool "Perform checking for integer divide-by-zero" 110 bool "Perform checking for unreachable code" 111 # objtool already handles unreachable checking and gets angry about 120 bool "Perform checking for non-boolean values used as boolean" 128 bool "Perform checking for out of bounds enum values" 136 bool "Perform checking for misaligned pointer usage"
|
| /kernel/linux/linux-6.6/Documentation/arch/arm64/ |
| D | memory-tagging-extension.rst | 95 preferred tag checking modes" section below. 101 Tag checking can also be disabled for a user thread by setting the 112 system call) are not checked if the user thread tag checking mode is 113 ``PR_MTE_TCF_NONE`` or ``PR_MTE_TCF_ASYNC``. If the tag checking mode is 133 Per-CPU preferred tag checking mode 136 On some CPUs the performance of MTE in stricter tag checking modes 137 is similar to that of less strict tag checking modes. This makes it 139 checking mode is requested, in order to gain the error detection 142 tag checking mode as the CPU's preferred tag checking mode. 144 The preferred tag checking mode for each CPU is controlled by [all …]
|
| /kernel/linux/linux-5.10/tools/testing/kunit/test_data/ |
| D | test_is_test_passed-no_tests_run.log | 4 Checking environment variables for a tempdir...none found 5 Checking if /dev/shm is on tmpfs...OK 6 Checking PROT_EXEC mmap in /dev/shm...OK 22 Checking that host ptys support output SIGIO...Yes 23 Checking that host ptys support SIGIO on close...No, enabling workaround 30 Checking host MADV_REMOVE support...OK
|
| /kernel/linux/linux-6.6/tools/testing/kunit/test_data/ |
| D | test_is_test_passed-no_tests_run_no_header.log | 4 Checking environment variables for a tempdir...none found 5 Checking if /dev/shm is on tmpfs...OK 6 Checking PROT_EXEC mmap in /dev/shm...OK 22 Checking that host ptys support output SIGIO...Yes 23 Checking that host ptys support SIGIO on close...No, enabling workaround 30 Checking host MADV_REMOVE support...OK
|
| /kernel/linux/linux-6.6/tools/lib/perf/include/internal/ |
| D | rc_check.h | 9 * Enable reference count checking implicitly with leak checking, which is 21 * Shared reference count checking macros. 23 * Reference count checking is an approach to sanitizing the use of reference 25 * are paired with a put. Reference count checking adds a malloc-ed layer of
|
| /kernel/linux/linux-5.10/arch/sh/include/asm/ |
| D | segment.h | 14 * The fs value determines whether argument validity checking should be 15 * performed or not. If get_fs() == USER_DS, checking is performed, with 16 * get_fs() == KERNEL_DS, checking is bypassed.
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | pmbus.h | 18 * During register detection, skip checking the status register for 22 * register. For such chips, checking the status register is mandatory when 25 * communication errors for no explicable reason. For such chips, checking
|
| /kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
| D | syscall_numbering.c | 231 run("Checking for x32 by calling x32 getpid()\n"); in test_x32() 253 run("Checking some common syscalls as 64 bit\n"); in test_syscalls_common() 257 run("Checking some 64-bit only syscalls as 64 bit\n"); in test_syscalls_common() 261 run("Checking out of range system calls\n"); in test_syscalls_common() 280 run("Checking x32 syscalls as 64 bit\n"); in test_syscalls_with_x32() 283 run("Checking some common syscalls as x32\n"); in test_syscalls_with_x32() 287 run("Checking some x32 syscalls as x32\n"); in test_syscalls_with_x32() 291 run("Checking some 64-bit syscalls as x32\n"); in test_syscalls_with_x32() 299 run("Checking for absence of x32 system calls\n"); in test_syscalls_without_x32() 318 run("Checking system calls with msb = %d (0x%x)\n", in test_syscall_numbering()
|
| /kernel/linux/linux-6.6/fs/ |
| D | attr.c | 94 * take care to map the inode according to @idmap before checking 95 * permissions. On non-idmapped mounts or if permission checking is to be 121 * take care to map the inode according to @idmap before checking 122 * permissions. On non-idmapped mounts or if permission checking is to be 158 * take care to map the inode according to @idmap before checking 159 * permissions. On non-idmapped mounts or if permission checking is to be 295 * take care to map the inode according to @idmap before checking 296 * permissions. On non-idmapped mounts or if permission checking is to be 377 * take care to map the inode according to @idmap before checking 378 * permissions. On non-idmapped mounts or if permission checking is to be [all …]
|
| /kernel/linux/linux-5.10/fs/ntfs/ |
| D | types.h | 27 * and VCN, to allow for type checking and better code readability. 36 * values. We define our own type LSN, to allow for type checking and better 44 * We define our own type USN, to allow for type checking and better code
|
| /kernel/linux/linux-6.6/fs/ntfs/ |
| D | types.h | 27 * and VCN, to allow for type checking and better code readability. 36 * values. We define our own type LSN, to allow for type checking and better 44 * We define our own type USN, to allow for type checking and better code
|
| /kernel/linux/linux-6.6/arch/ia64/ |
| D | Kconfig.debug | 41 bool "Turn on compare-and-exchange bug checking (slow!)" 44 Selecting this option turns on bug checking for the IA-64 53 Selecting this option turns on bug checking for the IA-64 irq_save
|
| /kernel/linux/linux-5.10/arch/ia64/ |
| D | Kconfig.debug | 41 bool "Turn on compare-and-exchange bug checking (slow!)" 44 Selecting this option turns on bug checking for the IA-64 53 Selecting this option turns on bug checking for the IA-64 irq_save
|
| /kernel/linux/linux-6.6/drivers/staging/octeon/ |
| D | ethernet-rgmii.c | 30 /* Set preamble checking. */ in cvm_oct_set_hw_preamble() 83 * disable preamble checking and do it in software. in cvm_oct_check_preamble_errors() 92 * enable preamble checking, FCS stripping, and clear error in cvm_oct_check_preamble_errors() 143 * preamble error checking, and we also need to call this in cvm_oct_rgmii_open()
|
| /kernel/linux/linux-5.10/drivers/staging/octeon/ |
| D | ethernet-rgmii.c | 30 /* Set preamble checking. */ in cvm_oct_set_hw_preamble() 83 * disable preamble checking and do it in software. in cvm_oct_check_preamble_errors() 92 * enable preamble checking, FCS stripping, and clear error in cvm_oct_check_preamble_errors() 143 * preamble error checking, and we also need to call this in cvm_oct_rgmii_open()
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | pmbus.h | 18 * During register detection, skip checking the status register for 22 * register. For such chips, checking the status register is mandatory when 25 * communication errors for no explicable reason. For such chips, checking
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/ |
| D | array_map_batch_ops.c | 53 "key/value checking", in map_batch_verify() 58 CHECK(keys[i] + 1 != values[i], "key/value checking", in map_batch_verify() 65 CHECK(visited[i] != 1, "visited checking", in map_batch_verify() 160 CHECK(nr_cpus < 0, "nr_cpus checking", in test_array_map_batch_ops()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/gpio/ |
| D | gpio-mockup-sysfs.sh | 64 #"Checking if the sysfs is consistent with debugfs: " 67 #"Checking the logic of active_low: " 73 #"Checking the logic of direction: "
|
| /kernel/linux/linux-6.6/mm/ |
| D | Kconfig.debug | 106 erroneously shared. Since the checking is performed at the time 113 bool "Enforce the page table checking by default" 116 Always enable page table checking. By default the page table checking 136 checking the poison pattern on alloc, you can boot the kernel with
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| D | verifier_ldsx.c | 51 __description("LDSX, S8 range checking, privileged") 75 __description("LDSX, S16 range checking") 98 __description("LDSX, S32 range checking")
|