Searched refs:interference (Results 1 – 25 of 28) sorted by relevance
12
/linux-6.12.1/include/trace/events/ |
D | osnoise.h | 116 TP_PROTO(u64 start, u64 duration, u64 interference), 118 TP_ARGS(start, duration, interference), 123 __field( u64, interference) 129 __entry->interference = interference; 136 __entry->interference)
|
/linux-6.12.1/Documentation/trace/ |
D | osnoise-tracer.rst | 6 Noise (*osnoise*) refers to the interference experienced by an application 32 source of interferences, increasing a per-cpu interference counter. The 33 osnoise tracer also saves an interference counter for each source of 34 interference. The interference counter for NMI, IRQs, SoftIRQs, and 36 events. When a noise happens without any interference from the operating 39 source of interference. At the end of the period, the osnoise tracer 89 interference happened during the runtime window. 93 and the host interference is detected as a hardware interference. 172 before and after any interference execution. This justifies the dual 180 any type of Linux task, free from the interference of other tasks.
|
D | timerlat-tracer.rst | 60 interference from other threads and IRQs.
|
/linux-6.12.1/Documentation/tools/rtla/ |
D | common_osnoise_description.rst | 6 read, along with an interference counter of all sources of interference.
|
D | rtla-osnoise.rst | 21 the occurrence of the source of interference. It also provides information
|
D | rtla-osnoise-top.rst | 19 including the counters of the occurrence of the interference source,
|
/linux-6.12.1/Documentation/driver-api/ |
D | wbrf.rst | 8 there may be likely interference of relatively high-powered harmonics of 12 To mitigate possible RFI interference producers can advertise the 40 can cause interference.
|
/linux-6.12.1/drivers/net/wireless/broadcom/b43/ |
D | sysfs.c | 119 static DEVICE_ATTR(interference, 0644,
|
/linux-6.12.1/Documentation/driver-api/thermal/ |
D | intel_dptf.rst | 199 frequencies to avoid RF interference with WiFi and 5G. 206 small % and shift away the switching noise harmonic interference from 217 effects of interference, noise and signal fading. 222 are met: there is strong RFI interference because of DDR; CPU power
|
/linux-6.12.1/drivers/net/wireless/broadcom/b43legacy/ |
D | sysfs.c | 139 static DEVICE_ATTR(interference, 0644,
|
/linux-6.12.1/kernel/trace/ |
D | Kconfig | 446 System Noise (osnoise) refers to the interference experienced by an 456 increasing a per-cpu interference counter. It saves an interference 457 counter for each source of interference. The interference counter for 460 without any interference from the operating system level, the 463 interference. At the end of the period, the osnoise tracer prints 498 events can be used to trace the source of interference from NMI,
|
D | trace_osnoise.c | 1521 int interference = int_count - last_int_count; in run_osnoise() local 1526 if (!interference) in run_osnoise() 1531 trace_sample_threshold(last_sample, noise, interference); in run_osnoise()
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-platform-dptf | 135 (Electro magnetic interference) control. This is a bit mask.
|
/linux-6.12.1/Documentation/scheduler/ |
D | sched-bwc.rst | 28 increased interference against the other system users. All nicely bounded. 64 there many cgroups or CPU is under utilized, the interference is
|
D | sched-deadline.rst | 67 interference between different tasks (bandwidth isolation), while the EDF[1]
|
/linux-6.12.1/kernel/ |
D | Kconfig.preempt | 130 - limiting SMT interference to improve determinism and/or performance.
|
/linux-6.12.1/tools/perf/Documentation/ |
D | perf-amd-ibs.txt | 48 plethora of events, counting mode (less interference), up to 6 parallel
|
/linux-6.12.1/Documentation/admin-guide/mm/ |
D | idle_page_tracking.rst | 106 from a process address space. To avoid interference with the reclaimer, which,
|
/linux-6.12.1/Documentation/i2c/ |
D | gpio-fault-injection.rst | 96 interference (in µs, maximum is 100ms). The calling process will then sleep
|
/linux-6.12.1/Documentation/admin-guide/hw-vuln/ |
D | srso.rst | 152 safe return sequence is itself free from attacker interference. In Zen3
|
/linux-6.12.1/Documentation/networking/device_drivers/wifi/intel/ |
D | ipw2100.rst | 45 interference with these devices. In many instances Intel is required to
|
D | ipw2200.rst | 59 interference with these devices. In many instances Intel is required to
|
/linux-6.12.1/Documentation/mm/damon/ |
D | design.rst | 134 the interference is the responsibility of sysadmins. However, it solves the
|
/linux-6.12.1/Documentation/networking/ |
D | rxrpc.rst | 232 without fear of interference.
|
/linux-6.12.1/drivers/gpio/ |
D | Kconfig | 1795 CRC checksums to guard against electromagnetic interference,
|
12