diff options
author | Anna-Maria Behnsen <anna-maria@linutronix.de> | 2024-02-22 11:34:03 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2024-02-22 17:52:32 +0100 |
commit | 36e40df35d2c1891fe58241640c7c95de4aa739b (patch) | |
tree | 9b095f2fa1ad661f00b5b157667ce6b7d29d2dd9 /MAINTAINERS | |
parent | timers: Implement the hierarchical pull model (diff) | |
download | linux-36e40df35d2c1891fe58241640c7c95de4aa739b.tar.xz linux-36e40df35d2c1891fe58241640c7c95de4aa739b.zip |
timer_migration: Add tracepoints
The timer pull logic needs proper debugging aids. Add tracepoints so the
hierarchical idle machinery can be diagnosed.
Signed-off-by: Anna-Maria Behnsen <anna-maria@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240222103403.31923-1-anna-maria@linutronix.de
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9ed4d3868539..70c07ae6e584 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17499,6 +17499,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core F: fs/timerfd.c F: include/linux/time_namespace.h F: include/linux/timer* +F: include/trace/events/timer* F: kernel/time/*timer* F: kernel/time/namespace.c |