mirror of https://github.com/OpenIPC/firmware.git
32 lines
938 B
Diff
32 lines
938 B
Diff
diff -drupN a/kernel/trace/Kconfig b/kernel/trace/Kconfig
|
|
--- a/kernel/trace/Kconfig 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/kernel/trace/Kconfig 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -72,6 +72,9 @@ config EVENT_TRACING
|
|
select CONTEXT_SWITCH_TRACER
|
|
bool
|
|
|
|
+config GPU_TRACEPOINTS
|
|
+ bool
|
|
+
|
|
config CONTEXT_SWITCH_TRACER
|
|
bool
|
|
|
|
@@ -157,6 +160,17 @@ config FUNCTION_GRAPH_TRACER
|
|
address on the current task structure into a stack of calls.
|
|
|
|
|
|
+config PREEMPTIRQ_EVENTS
|
|
+ bool "Enable trace events for preempt and irq disable/enable"
|
|
+ select TRACE_IRQFLAGS
|
|
+ depends on DEBUG_PREEMPT || !PROVE_LOCKING
|
|
+ default n
|
|
+ help
|
|
+ Enable tracing of disable and enable events for preemption and irqs.
|
|
+ For tracing preempt disable/enable events, DEBUG_PREEMPT must be
|
|
+ enabled. For tracing irq disable/enable events, PROVE_LOCKING must
|
|
+ be disabled.
|
|
+
|
|
config IRQSOFF_TRACER
|
|
bool "Interrupts-off Latency Tracer"
|
|
default n
|