tracing/timers: Rename the hrtimer_init event to hrtimer_setup
authorNam Cao <namcao@linutronix.de>
Wed, 5 Feb 2025 10:55:21 +0000 (11:55 +0100)
committerIngo Molnar <mingo@kernel.org>
Sat, 5 Apr 2025 08:30:17 +0000 (10:30 +0200)
commit244132c4e5777fe0a4544ef23afba0d9a50e5ec5
treef1577f1e2c547b0517c1fecdf40e17cf36a9d24f
parent59c9edafc0f3843c3e616eb8136a310c7c552595
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
Documentation/trace/ftrace.rst
include/trace/events/timer.h
kernel/time/hrtimer.c
tools/perf/tests/shell/trace_btf_enum.sh