/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libtorrent/ |
H A D | libtorrent_0.14.0.bb | 20 PACKAGECONFIG ??= "instrumentation aligned" 22 PACKAGECONFIG:remove:mipsarch = "instrumentation" 23 PACKAGECONFIG:remove:powerpc = "instrumentation" 24 PACKAGECONFIG:remove:riscv32 = "instrumentation" 26 PACKAGECONFIG[instrumentation] = "--enable-instrumentation,--disable-instrumentation,"
|
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules/ |
H A D | 0001-fix-writeback-Refine-the-show_inode_state-macro-defi.patch | 28 include/instrumentation/events/writeback.h | 24 +++++++++++++++++++++- 31 diff --git a/include/instrumentation/events/writeback.h b/include/instrumentation/events/writeback.h 33 --- a/include/instrumentation/events/writeback.h 34 +++ b/include/instrumentation/events/writeback.h
|
/openbmc/linux/lib/ |
H A D | Kconfig.kasan | 19 Disables both inline and stack instrumentation. Selected by 20 architectures that do not support these instrumentation types. 140 bool "Outline instrumentation" 147 bool "Inline instrumentation" 157 bool "Stack instrumentation (unsafe)" if CC_IS_CLANG && !COMPILE_TEST 162 Disables stack instrumentation and thus KASAN's ability to detect 165 With Clang, stack instrumentation has a problem that causes excessive 172 With GCC, enabling stack instrumentation is assumed to be safe. 174 If the architecture disables inline instrumentation via 175 ARCH_DISABLE_KASAN_INLINE, stack instrumentation gets disabled [all …]
|
H A D | Kconfig.ubsan | 9 Compile-time instrumentation is used to detect various undefined 21 text on failure paths. To avoid this, Sanitizer instrumentation 112 # seeing UBSan instrumentation located in unreachable places. 146 bool "Enable instrumentation for the entire kernel" 150 This option activates instrumentation for the entire kernel.
|
H A D | Kconfig.kmsan | 21 instrumentation provided by Clang and thus requires Clang to build. 47 is a more relaxed mode, but it generates more instrumentation code and
|
H A D | Kconfig.kcsan | 21 data-race detector that relies on compile-time instrumentation. 189 # atomics instrumentation in .noinstr.text, or use a compiler that can 190 # implement __no_kcsan to really remove all instrumentation. 203 Weak memory modeling relies on additional instrumentation and may
|
/openbmc/qemu/scripts/oss-fuzz/ |
H A D | instrumentation-filter-template | 2 # See: https://clang.llvm.org/docs/SanitizerCoverage.html#disabling-instrumentation-without-source-… 14 # Enable instrumentation for all functions in those files
|
/openbmc/linux/Documentation/trace/rv/ |
H A D | da_monitor_instrumentation.rst | 5 includes a section dedicated to instrumentation. 10 * This is the instrumentation part of the monitor. 47 instrumentation section translates *kernel events* into the *model's 123 They should be used to *attach* and *detach* the instrumentation to the running 138 To complete the instrumentation, the *handler functions* need to be attached to a
|
H A D | da_monitor_synthesis.rst | 10 *monitor* connects to the system via an *instrumentation* that converts 26 | (instrumentation) | | (verification) | | (specification) | 64 the system instrumentation. 137 dot2k, the developer's work should be limited to the instrumentation
|
/openbmc/linux/Documentation/powerpc/ |
H A D | kasan.txt | 23 - It would be good to support inline instrumentation so as to be able to catch 26 - Inline instrumentation requires a fixed offset. 38 One approach is just to give up on inline instrumentation. This way boot-time
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kasan.rst | 50 Software KASAN modes use compile-time instrumentation to insert validity checks 90 ``CONFIG_KASAN_INLINE``. Outline and inline are compiler instrumentation types. 284 safe to access and use compile-time instrumentation to insert shadow memory 302 Compile-time instrumentation is used to insert memory access checks. Compiler 307 With inline instrumentation, instead of making function calls, the compiler 330 Software Tag-Based KASAN uses compile-time instrumentation to insert checks 336 Software Tag-Based KASAN also has two instrumentation modes (outline, which 338 memory checks inline). With outline instrumentation mode, a bug report is 340 instrumentation, a ``brk`` instruction is emitted by the compiler, and a 351 hardware memory tagging support instead of compiler instrumentation and [all …]
|
H A D | kmsan.rst | 9 values. It is based on compiler instrumentation, and is quite similar to the 81 Disabling the instrumentation 117 the only compiler that has KMSAN support. The kernel instrumentation pass is 135 instrumentation code inserted by the compiler (unless it is a stack variable 139 Compiler instrumentation also tracks the shadow values as they are used along 140 the code. When needed, instrumentation code invokes the runtime library in 220 Clang instrumentation API 223 Clang instrumentation pass inserts calls to functions defined in 282 Clang's MemorySanitizer instrumentation has an option, 316 Inline assembly instrumentation
|
H A D | ubsan.rst | 6 UBSAN uses compile-time instrumentation to catch undefined behavior (UB). 58 To enable instrumentation for specific files or directories, add a line
|
H A D | kcsan.rst | 8 relies on compile-time instrumentation, and uses a watchpoint-based sampling 77 line. A common reason for reports of this type are missing instrumentation in 248 relies on compiler instrumentation and "soft watchpoints". 317 instrumentation (no prefetching). Furthermore, marked accesses introducing
|
/openbmc/linux/scripts/atomic/ |
H A D | gen-atomic-instrumented.sh | 138 * This file provoides atomic operations with explicit instrumentation (e.g. 140 * instrumentation. Where it is necessary to aovid instrumenation, the
|
/openbmc/dbus-sensors/src/ |
H A D | sensor.hpp | 75 instrumentation(enableInstrumentation in Sensor() 109 std::unique_ptr<SensorInstrumentation> instrumentation; member 145 if (!instrumentation) in updateInstrumentation() 151 auto& inst = *instrumentation; in updateInstrumentation()
|
/openbmc/linux/Documentation/userspace-api/ebpf/ |
H A D | index.rst | 7 Linux kernel for runtime extension and instrumentation without changing kernel
|
/openbmc/linux/mm/kmsan/ |
H A D | Makefile | 6 obj-y := core.o instrumentation.o init.o hooks.o report.o shadow.o
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | Kconfig | 20 bool "Enable mksGuestStats instrumentation of vmwgfx by default"
|
/openbmc/linux/scripts/ |
H A D | Makefile.kasan | 44 $(call cc-param,asan-instrumentation-with-call-threshold=$(call_threshold)) \
|
/openbmc/linux/scripts/gcc-plugins/ |
H A D | Kconfig | 16 compiler. They are useful for runtime instrumentation and static analysis.
|
/openbmc/linux/Documentation/fault-injection/ |
H A D | provoke-crashes.rst | 53 instrumentation. This mode is the only one available when the module is
|
/openbmc/qemu/docs/devel/ |
H A D | tcg-plugins.rst | 109 Instruction instrumentation runs before the instruction executes. You 122 instrumentation although the execution side effects can be observed
|
/openbmc/linux/kernel/bpf/ |
H A D | Kconfig | 98 Enables instrumentation of the security hooks with BPF programs for
|
/openbmc/linux/Documentation/core-api/ |
H A D | entry.rst | 21 Most instrumentation facilities depend on RCU, so intrumentation is prohibited 28 special section inaccessible to instrumentation and debug facilities. Some
|