/linux/tools/perf/tests/shell/lib/ |
H A 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 cluster " 114 echo -n "Checking $1 output: per die " [all …]
|
/linux/tools/perf/tests/shell/ |
H A D | stat+json_output.sh | 38 echo -n "Checking json output: no args " 46 echo -n "Checking json output: system wide " 59 echo -n "Checking json output: system wide no aggregation " 72 echo -n "Checking json output: interval " 81 echo -n "Checking json output: event " 89 echo -n "Checking json output: per core " 102 echo -n "Checking json output: per thread " 115 echo -n "Checking json output: per cache_instance " 127 echo -n "Checking json output: per cluster " 139 echo -n "Checking json output: per die " [all …]
|
/linux/tools/testing/selftests/pstore/ |
H A 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 ... "
|
H A D | pstore_tests | 12 prlog -n "Checking pstore console is registered ... " 16 prlog -n "Checking /dev/pmsg0 exists ... "
|
/linux/Documentation/arch/arm64/ |
H A 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 …]
|
/linux/lib/ |
H A D | Kconfig.ubsan | 58 bool "Perform array index bounds checking" 90 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 integer arithmetic wrap-around" 138 bool "Perform checking for non-boolean values used as boolean" 146 bool "Perform checking for out of bounds enum values" 154 bool "Perform checking for misaligned pointer usage"
|
/linux/tools/testing/kunit/test_data/ |
H A 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
|
/linux/tools/lib/perf/include/internal/ |
H A 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
|
/linux/fs/ |
H A D | attr.c | 90 * take care to map the inode according to @idmap before checking 91 * permissions. On non-idmapped mounts or if permission checking is to be 117 * take care to map the inode according to @idmap before checking 118 * permissions. On non-idmapped mounts or if permission checking is to be 154 * take care to map the inode according to @idmap before checking 155 * permissions. On non-idmapped mounts or if permission checking is to be 324 * take care to map the inode according to @idmap before checking 325 * permissions. On non-idmapped mounts or if permission checking is to be 413 * take care to map the inode according to @idmap before checking 414 * permissions. On non-idmapped mounts or if permission checking is to be [all …]
|
/linux/Documentation/dev-tools/ |
H A D | checkuapi.rst | 78 Checking changes to UAPI headers between HEAD and dirty tree... 102 Checking changes to UAPI headers between HEAD and dirty tree... 126 Checking changes to UAPI headers between HEAD and dirty tree... 152 Checking changes to UAPI headers between HEAD and dirty tree... 177 Checking changes to UAPI headers between HEAD^1 and HEAD... 190 Checking changes to UAPI headers between HEAD~2 and HEAD... 240 Checking changes to UAPI headers between HEAD and dirty tree... 287 Checking changes to UAPI headers between HEAD and dirty tree... 333 Checking changes to UAPI headers between HEAD and dirty tree... 341 Checking Historic UAPI Compatibility [all …]
|
H A D | testing-overview.rst | 107 * Runtime Verification (RV) supports checking specific behaviours for a given 129 Sparse can help test the kernel by performing type-checking, lock checking, 130 value range checking, in addition to reporting various errors and warnings while 136 error checking, forgetting to set an error code in the return of an error path, 155 Sparse does type checking, such as verifying that annotated variables do not
|
/linux/Documentation/arch/x86/ |
H A D | topology.rst | 162 Support for the leaf is discovered by checking if the maximum extended 163 CPUID level is >= 0x80000026 and then checking if `LogProcAtThisLevel` 186 The support for the leaf is discovered by checking if the maximum supported 207 The support for the leaf is discovered by checking if the supported 228 The support for Extended APIC ID can be detected by checking for the 251 0x0xc001_100c). The presence of the NODE_ID MSR was detected by checking 267 The support for the leaf is discovered by checking if the supported 289 The support for the leaf is iscovered by checking if the supported CPUID 290 level is >= 0xB and then checking if `EBX[31:0]` at a particular level
|
/linux/drivers/staging/octeon/ |
H A 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()
|
/linux/tools/testing/selftests/bpf/map_tests/ |
H A 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()
|
/linux/kernel/configs/ |
H A D | hardening.config | 38 # Basic buffer length bounds checking. 42 # Basic array index bounds checking. 57 # Linked list integrity checking.
|
/linux/rust/kernel/ |
H A D | cpu.rs | 50 /// Creates a new [`CpuId`] from the given `id` without checking bounds. 64 /// Creates a new [`CpuId`] from the given `id`, checking that it is valid. 74 /// Creates a new [`CpuId`] from the given `id` without checking bounds. 90 /// Creates a new [`CpuId`] from the given `id`, checking that it is valid.
|
/linux/arch/mips/include/asm/sn/sn0/ |
H A D | hubpi.h | 55 /* Processor control and status checking */ 68 /* Regular Interrupt register checking. */ 154 #define PI_SYSAD_ERRCHK_EN 0x000490 /* Enables SYSAD error checking */ 368 #define PI_SYSAD_ERRCHK_SADP 0x04 /* Enable SysAD parity checking */ 369 #define PI_SYSAD_ERRCHK_CMDP 0x08 /* Enable SysCmd parity checking */ 370 #define PI_SYSAD_ERRCHK_STATE 0x10 /* Enable SysState parity checking */ 371 #define PI_SYSAD_ERRCHK_QUAL 0x20 /* Enable data quality checking */
|
/linux/drivers/thermal/broadcom/ |
H A D | Kconfig | 31 Management Unit) block with a thermal sensor that allows checking CPU 40 iHost, CRMU and NITRO has thermal sensor that allows checking its
|
/linux/scripts/dtc/libfdt/ |
H A D | libfdt_internal.h | 79 /* Checking controls */ 127 * assumption. This includes checking headers, tags and the like. 135 * extensive checking of parameters and the device tree, making various 197 /** helper macros for checking assumptions */
|
/linux/include/linux/ |
H A D | fortify-string.h | 130 * unsafe_memcpy - memcpy implementation with no FORTIFY bounds checking 140 * checking has happened, and why existing solutions cannot be employed. 469 * can perform compile-time bounds checking where in fortify_memset_chk() 484 * so run-time bounds checking can be done where buffer sizes are in fortify_memset_chk() 521 * (e.g. see struct sk_buff.) Read overflow checking is currently only 525 * Bounds checking at: 540 * y = perform deterministic compile-time bounds checking 541 * n = cannot perform deterministic compile-time bounds checking 542 * n/a = no run-time bounds checking needed since compile-time deterministic 543 * B = can perform run-time bounds checking (currently unimplemented) [all …]
|
/linux/block/ |
H A D | disk-events.c | 59 * disk_block_events - block and flush disk event checking 62 * On return from this function, it is guaranteed that event checking 67 * Note that this intentionally does not block event checking from 124 * disk_unblock_events - unblock disk event checking 140 * disk_flush_events - schedule immediate event checking and flushing 144 * Schedule immediate event checking on @disk if not blocked. Events in
|
/linux/Documentation/trace/rv/ |
H A D | linear_temporal_logic.rst | 24 Christel Baier and Joost-Pieter Katoen: Principles of Model Checking, The MIT 115 One book covering model checking and linear temporal logic is:: 117 Christel Baier and Joost-Pieter Katoen: Principles of Model Checking, The MIT
|
/linux/arch/riscv/mm/ |
H A D | physaddr.c | 12 * Boundary checking aginst the kernel linear mapping space. in __virt_to_phys() 28 * Boundary checking aginst the kernel image mapping. in __phys_addr_symbol()
|
/linux/Documentation/w1/slaves/ |
H A D | w1_ds28e04.rst | 20 Support is provided through the sysfs files "eeprom" and "pio". CRC checking 31 to the EEPROM of the DS28E04. If CRC checking mode is enabled only
|
/linux/Documentation/networking/ |
H A D | ipsec.rst | 38 packet len), the packet is dropped when checking the policy as this packet 46 will skip policy checking on receiver side.
|