Searched full:semantic (Results 1 – 25 of 101) sorted by relevance
12345
/linux-6.14.4/Documentation/dev-tools/ |
D | coccinelle.rst | 19 The semantic patches included in the kernel use features and options 67 For Semantic Patch Language(SmPL) grammar documentation refer to: 92 Note that not all semantic patches implement all modes. For easy use 106 To make a report for every semantic patch, run the following command:: 115 The coccicheck target applies every semantic patch available in the 118 For each semantic patch, a commit message is proposed. It gives a 119 description of the problem being checked by the semantic patch, and 151 Using Coccinelle with a single semantic patch 155 semantic patch. In that case, the variable must be initialized with 156 the name of the semantic patch to apply. [all …]
|
D | sparse.rst | 8 Sparse is a semantic checker for C programs; it can be used to find a
|
/linux-6.14.4/scripts/ |
D | coccicheck | 116 echo 'Note however that some modes are not implemented by some semantic patches.' 219 echo ' The semantic patch that makes this change is available' 221 echo ' The semantic patch that makes this report is available' 223 echo ' The semantic patch that spots this code is available' 225 echo ' The semantic patch that makes this Org report is available' 227 echo ' The semantic patch that makes this output is available' 231 echo ' More information about semantic patching is available at' 236 echo 'Semantic patch information:'
|
D | git.orderFile | 34 # semantic patches
|
/linux-6.14.4/tools/perf/tests/shell/base_probe/ |
D | test_line_semantics.sh | 12 # This test checks whether the semantic errors of line option's 35 ! ( $CMD_PERF probe --line $desc 2>&1 | grep -q "Semantic error" ) 48 $CMD_PERF probe --line $desc 2>&1 | grep -q "Semantic error"
|
/linux-6.14.4/Documentation/ABI/stable/ |
D | sysfs-bus-firewire | 8 See IEEE 1212 for semantic definitions. 27 See IEEE 1212 for semantic definitions. 61 See IEEE 1212 for semantic definitions. 80 See IEEE 1212 for semantic definitions.
|
/linux-6.14.4/scripts/coccinelle/api/ |
D | stream_open.cocci | 238 …"WARNING: %s: .read() and .write() have stream semantic; safe to change nonseekable_open -> stream… 298 …"WARNING: %s: .read() has stream semantic; safe to change nonseekable_open -> stream_open." % (fop… 346 …"WARNING: %s: .write() has stream semantic; safe to change nonseekable_open -> stream_open." % (fo…
|
/linux-6.14.4/tools/perf/util/ |
D | setup.py | 35 if not clang_has_option("-fno-semantic-interposition"): 36 vars[var] = sub("-fno-semantic-interposition", "", vars[var])
|
/linux-6.14.4/tools/testing/selftests/ftrace/test.d/trigger/ |
D | trigger-stacktrace.tc | 27 echo "Test stacktrace semantic errors"
|
D | trigger-snapshot.tc | 30 echo "Test snapshot semantic errors"
|
D | trigger-traceonoff.tc | 31 echo "Test semantic error for traceoff/on trigger"
|
D | trigger-filter.tc | 22 echo "Test semantic error for trigger filter"
|
D | trigger-eventonoff.tc | 38 echo "Test semantic error for event enable/disable trigger"
|
/linux-6.14.4/include/uapi/sound/sof/ |
D | abi.h | 10 * SOF ABI versioning is based on Semantic Versioning where we have a given
|
/linux-6.14.4/tools/testing/selftests/rseq/ |
D | basic_percpu_ops_test.c | 98 * Acquire semantic when taking lock after control dependency. in rseq_this_cpu_lock() 109 * Release lock, with release semantic. Matches in rseq_percpu_unlock()
|
D | rseq-abi.h | 82 * have a special semantic: the former means "rseq uninitialized",
|
/linux-6.14.4/scripts/coccinelle/null/ |
D | kmerr.cocci | 2 /// This semantic patch looks for kmalloc etc that are not followed by a
|
/linux-6.14.4/security/landlock/ |
D | errata.h | 30 * compatibility or semantic reasons). However, non-visible changes for
|
/linux-6.14.4/scripts/coccinelle/locks/ |
D | mini_lock.cocci | 2 /// Find missing unlocks. This semantic match considers the specific case
|
/linux-6.14.4/Documentation/core-api/ |
D | gfp_mask-from-fs-io.rst | 62 In earlier kernels ``vmalloc`` didn't support GFP_NOFS semantic because there
|
/linux-6.14.4/arch/arm/include/asm/ |
D | mpu.h | 33 /* C, B and TEX[2:0] bits only have semantic meanings when grouped */
|
/linux-6.14.4/include/uapi/linux/ |
D | rseq.h | 82 * have a special semantic: the former means "rseq uninitialized",
|
/linux-6.14.4/Documentation/security/ |
D | landlock.rst | 75 operations have the same semantic and should then have the same result:
|
/linux-6.14.4/Documentation/bpf/libbpf/ |
D | libbpf_naming_convention.rst | 97 semantic of existing symbol is changed, ABI version should be bumped.
|
/linux-6.14.4/Documentation/livepatch/ |
D | livepatch.rst | 55 have return values. In other words, each function has a defined semantic. 57 Many fixes do not change the semantic of the modified functions. For
|
12345