Searched full:instrument (Results 1 – 25 of 72) sorted by relevance
123
/linux-6.12.1/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 …]
|
/linux-6.12.1/scripts/ |
D | Makefile.kasan | 60 asan-instrument-allocas=1 \ 63 # Instrument memcpy/memset/memmove calls by using instrumented __asan_mem*() 82 kasan_params += hwasan-instrument-with-calls=1 85 kasan_params += hwasan-instrument-stack=$(stack_enable) \ 89 # 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))
|
/linux-6.12.1/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 */
|
/linux-6.12.1/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.
|
/linux-6.12.1/drivers/net/wireless/ti/ |
D | Kconfig | 3 bool "Texas Instrument devices"
|
/linux-6.12.1/drivers/gpu/drm/vmwgfx/ |
D | Kconfig | 25 Choose this option to instrument the kernel driver for mksGuestStats.
|
/linux-6.12.1/sound/drivers/opl3/ |
D | opl3_oss.c | 203 dev_err(opl3->card->dev, "FM Error: Invalid instrument number %d\n", in snd_opl3_load_patch_seq_oss() 238 // handled automatically by OPL instrument type in snd_opl3_ioctl_seq_oss()
|
D | opl3_midi.c | 136 int chan_4op_1; /* first voice for 4op instrument */ in opl3_get_voice() 137 int chan_4op_2; /* second voice for 4op instrument */ in opl3_get_voice() 180 /* skip channels unavailable to 4op instrument */ in opl3_get_voice() 188 to be allocated for 4op instrument */ in opl3_get_voice() 370 opl3_dbg(opl3, " --> OPL%i instrument: %s\n", in snd_opl3_note_on()
|
/linux-6.12.1/arch/um/os-Linux/ |
D | Makefile | 6 # Don't instrument UML-specific code
|
/linux-6.12.1/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
|
D | latent_entropy_plugin.c | 72 * If it is on a function then the plugin will instrument it. If the attribute 527 * 3. instrument each BB with an operation on the in latent_entropy_execute()
|
/linux-6.12.1/tools/testing/selftests/net/rds/ |
D | config.sh | 37 # instrument RDS and only RDS
|
/linux-6.12.1/lib/ |
D | Kconfig.kcsan | 230 bool "Do not instrument marked atomic accesses" 233 Never instrument marked atomic accesses. This option can be used for
|
/linux-6.12.1/mm/kasan/ |
D | Makefile | 42 # recognize them as instrumentable. If it doesn't instrument them, we need to
|
/linux-6.12.1/Documentation/arch/powerpc/ |
D | kasan.txt | 40 instrument any code that runs with translations off after booting. This is the
|
/linux-6.12.1/Documentation/devicetree/bindings/thermal/ |
D | ti_soc_thermal.txt | 1 * Texas Instrument OMAP SCM bandgap bindings
|
/linux-6.12.1/arch/um/kernel/ |
D | Makefile | 6 # Don't instrument UML-specific code; without this, we may crash when
|
/linux-6.12.1/Documentation/fault-injection/ |
D | provoke-crashes.rst | 10 different dumping solutions. The module uses KPROBEs to instrument the
|
/linux-6.12.1/arch/x86/include/asm/ |
D | string_64.h | 26 * KMSAN needs to instrument as much code as possible. Use C versions of
|
/linux-6.12.1/include/uapi/sound/ |
D | asound_fm.h | 73 /* This block is the percussion instrument data */
|
/linux-6.12.1/Documentation/leds/ |
D | leds-lm3556.rst | 5 * Texas Instrument:
|
/linux-6.12.1/kernel/trace/ |
D | Makefile | 3 # Do not instrument the tracer itself:
|
123