Home
last modified time | relevance | path

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

123

/Linux-v5.15/include/linux/
Dinstrumented.h16 * 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 …]
/Linux-v5.15/scripts/
DMakefile.kasan36 $(call cc-param,asan-instrument-allocas=1)
48 instrumentation_flags := $(call cc-param,hwasan-instrument-with-calls=1)
52 $(call cc-param,hwasan-instrument-stack=$(stack_enable)) \
DMakefile.kcsan13 $(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…
/Linux-v5.15/include/sound/
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 */
Dsoundfont.h15 #define SF_MAX_INSTRUMENTS 128 /* maximum instrument number */
30 struct snd_sf_zone *next_instr; /* Next zone of this instrument */
/Linux-v5.15/Documentation/devicetree/bindings/arm/keystone/
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.
/Linux-v5.15/drivers/gpu/drm/vmwgfx/
DKconfig31 Choose this option to instrument the kernel driver for mksGuestStats.
/Linux-v5.15/drivers/net/wireless/ti/
DKconfig3 bool "Texas Instrument devices"
/Linux-v5.15/arch/um/os-Linux/
DMakefile6 # Don't instrument UML-specific code
/Linux-v5.15/kernel/
DMakefile35 # Don't self-instrument.
44 # Don't instrument error handlers
/Linux-v5.15/sound/drivers/opl3/
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()
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()
/Linux-v5.15/scripts/gcc-plugins/
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()
603 * So we register two gcc passes to instrument every function at first in plugin_init()
DKconfig49 By saying Y here the kernel will instrument some kernel code to
Dlatent_entropy_plugin.c72 * If it is on a function then the plugin will instrument it. If the attribute
521 * 3. instrument each BB with an operation on the in latent_entropy_execute()
/Linux-v5.15/lib/
DKconfig.kcsan218 bool "Do not instrument marked atomic accesses"
221 Never instrument marked atomic accesses. This option can be used for
/Linux-v5.15/Documentation/devicetree/bindings/thermal/
Dti_soc_thermal.txt1 * Texas Instrument OMAP SCM bandgap bindings
/Linux-v5.15/Documentation/fault-injection/
Dprovoke-crashes.rst10 different dumping solutions. The module uses KPROBEs to instrument the
/Linux-v5.15/arch/um/kernel/
DMakefile6 # Don't instrument UML-specific code; without this, we may crash when
/Linux-v5.15/arch/x86/lib/
DMakefile17 # Early boot use of cmdline; don't instrument it
/Linux-v5.15/kernel/trace/
DMakefile3 # Do not instrument the tracer itself:
/Linux-v5.15/Documentation/leds/
Dleds-lm3556.rst5 * Texas Instrument:
/Linux-v5.15/include/uapi/sound/
Dasound_fm.h88 /* This block is the percussion instrument data */
/Linux-v5.15/sound/synth/emux/
Dsoundfont.c478 /* remove the present instrument layers */
552 /* exclusive mode - if the instrument already exists, in load_info()
562 /* replace mode - remove the instrument if it already exists */ in load_info()
1139 * link for this preset, and latter is the link for zone (i.e. instrument/
1178 /* different instrument was already defined */ in add_preset()
/Linux-v5.15/include/linux/amba/
Dpl022.h32 * @SSP_INTERFACE_TI_SYNC_SERIAL: Texas Instrument Synchronous Serial

123