mirror of
https://github.com/torvalds/linux.git
synced 2026-04-27 19:12:29 -04:00
tracing/timers: Rename the hrtimer_init event to hrtimer_setup
The function hrtimer_init() doesn't exist anymore. It was replaced by hrtimer_setup(). Thus, rename the hrtimer_init trace event to hrtimer_setup to keep it consistent. Signed-off-by: Nam Cao <namcao@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/all/cba84c3d853c5258aa3a262363a6eac08e2c7afc.1738746927.git.namcao@linutronix.de
This commit is contained in:
@@ -6,7 +6,7 @@ err=0
|
||||
set -e
|
||||
|
||||
syscall="landlock_add_rule"
|
||||
non_syscall="timer:hrtimer_init,timer:hrtimer_start"
|
||||
non_syscall="timer:hrtimer_setup,timer:hrtimer_start"
|
||||
|
||||
TESTPROG="perf test -w landlock"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user