Home
last modified time | relevance | path

Searched full:instrument (Results 1 – 25 of 103) sorted by relevance

12345

/openbmc/linux/include/linux/
H A Dinstrumented.h17 * instrument_read - instrument regular read access
21 * Instrument a regular read access. The instrumentation should be inserted
31 * instrument_write - instrument regular write access
35 * Instrument a regular write access. The instrumentation should be inserted
45 * instrument_read_write - instrument regular read-write access
49 * Instrument a regular write access. The instrumentation should be inserted
59 * instrument_atomic_read - instrument atomic read access
63 * Instrument an atomic read access. The instrumentation should be inserted
73 * instrument_atomic_write - instrument atomic write access
77 * Instrument an atomic write access. The instrumentation should be inserted
[all …]
/openbmc/linux/scripts/
H A DMakefile.kasan45 $(call cc-param,asan-instrument-allocas=1)
50 # Instrument memcpy/memset/memmove calls by using instrumented __asan_mem*()
62 instrumentation_flags := $(call cc-param,hwasan-instrument-with-calls=1)
66 $(call cc-param,hwasan-instrument-stack=$(stack_enable)) \
71 # Instrument memcpy/memset/memmove calls by using instrumented __hwasan_mem*().
H A DMakefile.kcsan13 …an-compound-read-before-write=1),$(call cc-option,$(call cc-param,tsan-instrument-read-before-writ…
23 kcsan-cflags += $(call cc-option,$(call cc-param,tsan-instrument-func-entry-exit=0))
/openbmc/qemu/docs/devel/
H A Dtcg-plugins.rst70 operations and conditional callbacks offer a more efficient way to instrument
92 translations will be necessarily be executed. You need to instrument
103 instrument them directly. However asynchronous interrupts will not
114 instrument the next instruction as well. See the ``execlog.c`` plugin
160 longer want to instrument the code. This operation is asynchronous
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DFair6 …ed provided that this instrument is retained with the works, so that any entity that uses the work…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-lief_0.16.2.bb1 SUMMARY = "Library to instrument executable formats"
2 DESCRIPTION = "LIEF: Library to Instrument Executable Formats"
/openbmc/linux/include/sound/
H A Dopl3.h222 * Instrument record, aka "Patch"
234 /* Instrument data */
248 #define FM_PATCH_OPL2 0x01 /* OPL2 2 operators FM instrument */
249 #define FM_PATCH_OPL3 0x02 /* OPL3 4 operators FM instrument */
251 /* Instrument record */
H A Dsoundfont.h15 #define SF_MAX_INSTRUMENTS 128 /* maximum instrument number */
30 struct snd_sf_zone *next_instr; /* Next zone of this instrument */
/openbmc/u-boot/doc/device-tree-bindings/firmware/
H A Dti,sci.txt4 Texas Instrument's processors including those belonging to Keystone generation
19 The TI-SCI node describes the Texas Instrument's System Controller entity node.
/openbmc/linux/Documentation/devicetree/bindings/arm/keystone/
H A Dti,sci.yaml13 Texas Instrument's processors including those belonging to Keystone generation
25 The TI-SCI node describes the Texas Instrument's System Controller entity node.
/openbmc/u-boot/board/ti/common/
H A DKconfig4 Support for detection board information on Texas Instrument's
/openbmc/qemu/scripts/oss-fuzz/
H A Dinstrumentation-filter-template10 # instrument the fuzzer entry-point so libFuzzer always sees at least some
/openbmc/linux/drivers/net/wireless/ti/
H A DKconfig3 bool "Texas Instrument devices"
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A DKconfig25 Choose this option to instrument the kernel driver for mksGuestStats.
/openbmc/linux/arch/um/os-Linux/
H A DMakefile6 # Don't instrument UML-specific code
/openbmc/linux/sound/drivers/opl3/
H A Dopl3_oss.c203 snd_printk(KERN_ERR "FM Error: Invalid instrument number %d\n", in snd_opl3_load_patch_seq_oss()
236 // handled automatically by OPL instrument type in snd_opl3_ioctl_seq_oss()
H A Dopl3_midi.c126 int chan_4op_1; /* first voice for 4op instrument */ in opl3_get_voice()
127 int chan_4op_2; /* second voice for 4op instrument */ in opl3_get_voice()
170 /* skip channels unavailable to 4op instrument */ in opl3_get_voice()
178 to be allocated for 4op instrument */ in opl3_get_voice()
362 snd_printk(KERN_DEBUG " --> OPL%i instrument: %s\n", in snd_opl3_note_on()
/openbmc/u-boot/doc/device-tree-bindings/thermal/
H A Dti_soc_thermal.txt1 * Texas Instrument dra7xx SCM bandgap bindings
/openbmc/linux/scripts/gcc-plugins/
H A Dstackleak_plugin.c222 * but we mustn't instrument some of them as the resulting stack in stackleak_instrument_execute()
412 fprintf(stderr, "stackleak: instrument %s(): calls_alloca\n", fn); in stackleak_cleanup_execute()
419 fprintf(stderr, "stackleak: instrument %s()\n", fn); in stackleak_cleanup_execute()
626 * So we register two gcc passes to instrument every function at first in plugin_init()
H A DKconfig35 By saying Y here the kernel will instrument some kernel code to
/openbmc/linux/lib/
H A DKconfig.kcsan230 bool "Do not instrument marked atomic accesses"
233 Never instrument marked atomic accesses. This option can be used for
/openbmc/linux/mm/kasan/
H A DMakefile42 # recognize them as instrumentable. If it doesn't instrument them, we need to
/openbmc/linux/Documentation/powerpc/
H A Dkasan.txt40 instrument any code that runs with translations off after booting. This is the
/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A Dti_soc_thermal.txt1 * Texas Instrument OMAP SCM bandgap bindings
/openbmc/linux/Documentation/fault-injection/
H A Dprovoke-crashes.rst10 different dumping solutions. The module uses KPROBEs to instrument the

12345