Home
last modified time | relevance | path

Searched full:semantic (Results 1 – 25 of 101) sorted by relevance

12345

/linux-6.14.4/Documentation/dev-tools/
Dcoccinelle.rst19 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 …]
Dsparse.rst8 Sparse is a semantic checker for C programs; it can be used to find a
/linux-6.14.4/scripts/
Dcoccicheck116 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:'
Dgit.orderFile34 # semantic patches
/linux-6.14.4/tools/perf/tests/shell/base_probe/
Dtest_line_semantics.sh12 # 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/
Dsysfs-bus-firewire8 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/
Dstream_open.cocci238 …"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/
Dsetup.py35 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/
Dtrigger-stacktrace.tc27 echo "Test stacktrace semantic errors"
Dtrigger-snapshot.tc30 echo "Test snapshot semantic errors"
Dtrigger-traceonoff.tc31 echo "Test semantic error for traceoff/on trigger"
Dtrigger-filter.tc22 echo "Test semantic error for trigger filter"
Dtrigger-eventonoff.tc38 echo "Test semantic error for event enable/disable trigger"
/linux-6.14.4/include/uapi/sound/sof/
Dabi.h10 * SOF ABI versioning is based on Semantic Versioning where we have a given
/linux-6.14.4/tools/testing/selftests/rseq/
Dbasic_percpu_ops_test.c98 * Acquire semantic when taking lock after control dependency. in rseq_this_cpu_lock()
109 * Release lock, with release semantic. Matches in rseq_percpu_unlock()
Drseq-abi.h82 * have a special semantic: the former means "rseq uninitialized",
/linux-6.14.4/scripts/coccinelle/null/
Dkmerr.cocci2 /// This semantic patch looks for kmalloc etc that are not followed by a
/linux-6.14.4/security/landlock/
Derrata.h30 * compatibility or semantic reasons). However, non-visible changes for
/linux-6.14.4/scripts/coccinelle/locks/
Dmini_lock.cocci2 /// Find missing unlocks. This semantic match considers the specific case
/linux-6.14.4/Documentation/core-api/
Dgfp_mask-from-fs-io.rst62 In earlier kernels ``vmalloc`` didn't support GFP_NOFS semantic because there
/linux-6.14.4/arch/arm/include/asm/
Dmpu.h33 /* C, B and TEX[2:0] bits only have semantic meanings when grouped */
/linux-6.14.4/include/uapi/linux/
Drseq.h82 * have a special semantic: the former means "rseq uninitialized",
/linux-6.14.4/Documentation/security/
Dlandlock.rst75 operations have the same semantic and should then have the same result:
/linux-6.14.4/Documentation/bpf/libbpf/
Dlibbpf_naming_convention.rst97 semantic of existing symbol is changed, ABI version should be bumped.
/linux-6.14.4/Documentation/livepatch/
Dlivepatch.rst55 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