tools/rtla: Fix command symlinks
authorBen Hutchings <benh@debian.org>
Sat, 16 Jul 2022 13:47:08 +0000 (15:47 +0200)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Wed, 10 Aug 2022 15:45:59 +0000 (11:45 -0400)
commitff5a55dcdb343e3db9b9fb08795b78544b032773
treed466835b3fa65db6631bdc25b38db5ab156eca7a
parentf1432cd24c240cedf78c0d026631e3b10052c8e1
tools/rtla: Fix command symlinks

"ln -s" stores the next argument directly as the symlink target, so
it needs to be a relative path.  In this case, just "rtla".

Link: https://lore.kernel.org/linux-trace-devel/YtLBXMI6Ui4HLIF1@decadent.org.uk
Fixes: 0605bf009f18 ("rtla: Add osnoise tool")
Fixes: a828cd18bc4a ("rtla: Add timerlat tool and timelart top mode")
Signed-off-by: Ben Hutchings <benh@debian.org>
Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
tools/tracing/rtla/Makefile