Searched full:instrument (Results 1 – 25 of 138) sorted by relevance
123456
| /kernel/linux/linux-5.10/include/linux/ |
| D | instrumented.h | 16 * instrument_read - instrument regular read access 18 * Instrument a regular read access. The instrumentation should be inserted 31 * instrument_write - instrument regular write access 33 * Instrument a regular write access. The instrumentation should be inserted 46 * instrument_read_write - instrument regular read-write access 48 * Instrument a regular write access. The instrumentation should be inserted 61 * instrument_atomic_read - instrument atomic read access 63 * Instrument an atomic read access. The instrumentation should be inserted 76 * instrument_atomic_write - instrument atomic write access 78 * Instrument an atomic write access. The instrumentation should be inserted [all …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | instrumented.h | 17 * 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 …]
|
| /kernel/linux/linux-6.6/scripts/ |
| D | Makefile.kasan | 45 $(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*().
|
| D | Makefile.kcsan | 13 …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))
|
| /kernel/linux/linux-5.10/scripts/ |
| D | Makefile.kasan | 31 $(call cc-param,asan-instrument-allocas=1) 41 instrumentation_flags := $(call cc-param,hwasan-instrument-with-calls=1) 45 $(call cc-param,hwasan-instrument-stack=$(CONFIG_KASAN_STACK)) \
|
| D | Makefile.kcsan | 13 $(call cc-option,$(call cc-param,tsan-instrument-func-entry-exit=0) -fno-optimize-sibling-calls) \ 14 …an-compound-read-before-write=1),$(call cc-option,$(call cc-param,tsan-instrument-read-before-writ…
|
| /kernel/linux/linux-5.10/include/sound/ |
| D | opl3.h | 222 * 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 */
|
| D | soundfont.h | 15 #define SF_MAX_INSTRUMENTS 128 /* maximum instrument number */ 30 struct snd_sf_zone *next_instr; /* Next zone of this instrument */
|
| /kernel/linux/linux-6.6/include/sound/ |
| D | opl3.h | 222 * 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 */
|
| D | soundfont.h | 15 #define SF_MAX_INSTRUMENTS 128 /* maximum instrument number */ 30 struct snd_sf_zone *next_instr; /* Next zone of this instrument */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/keystone/ |
| D | ti,sci.txt | 4 Texas Instrument's processors including those belonging to Keystone generation 19 The TI-SCI node describes the Texas Instrument's System Controller entity node.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/keystone/ |
| D | ti,sci.yaml | 13 Texas Instrument's processors including those belonging to Keystone generation 25 The TI-SCI node describes the Texas Instrument's System Controller entity node.
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ti/ |
| D | Kconfig | 3 bool "Texas Instrument devices"
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
| D | Kconfig | 25 Choose this option to instrument the kernel driver for mksGuestStats.
|
| /kernel/linux/linux-5.10/arch/um/os-Linux/ |
| D | Makefile | 6 # Don't instrument UML-specific code
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ti/ |
| D | Kconfig | 3 bool "Texas Instrument devices"
|
| /kernel/linux/linux-6.6/arch/um/os-Linux/ |
| D | Makefile | 6 # Don't instrument UML-specific code
|
| /kernel/linux/linux-5.10/sound/drivers/opl3/ |
| D | opl3_oss.c | 201 snd_printk(KERN_ERR "FM Error: Invalid instrument number %d\n", in snd_opl3_load_patch_seq_oss() 234 // handled automatically by OPL instrument type in snd_opl3_ioctl_seq_oss()
|
| /kernel/linux/linux-6.6/sound/drivers/opl3/ |
| D | opl3_oss.c | 203 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()
|
| /kernel/linux/linux-5.10/kernel/ |
| D | Makefile | 35 # Don't self-instrument. 41 # Don't instrument error handlers
|
| /kernel/linux/linux-5.10/scripts/gcc-plugins/ |
| D | stackleak_plugin.c | 224 * but we mustn't instrument some of them as the resulting stack in stackleak_instrument_execute() 414 fprintf(stderr, "stackleak: instrument %s(): calls_alloca\n", fn); in stackleak_cleanup_execute() 421 fprintf(stderr, "stackleak: instrument %s()\n", fn); in stackleak_cleanup_execute() 622 * So we register two gcc passes to instrument every function at first in plugin_init()
|
| /kernel/linux/linux-6.6/scripts/gcc-plugins/ |
| D | stackleak_plugin.c | 222 * 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()
|
| D | Kconfig | 35 By saying Y here the kernel will instrument some kernel code to
|
| /kernel/linux/linux-5.10/lib/ |
| D | Kconfig.kcsan | 210 bool "Do not instrument marked atomic accesses" 212 Never instrument marked atomic accesses. This option can be used for
|
| /kernel/linux/linux-6.6/lib/ |
| D | Kconfig.kcsan | 230 bool "Do not instrument marked atomic accesses" 233 Never instrument marked atomic accesses. This option can be used for
|
123456