samples: bpf: Fix syscall_tp openat argument
authorDenys Zagorui <dzagorui@cisco.com>
Thu, 19 Oct 2023 11:35:21 +0000 (04:35 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Mon, 23 Oct 2023 16:58:15 +0000 (09:58 -0700)
commit69a19170303ff2f802049be94cfcf62f714002a3
tree3ba34c839669e39d7c8b9efd24f809e2e75e6f58
parentcf559a416f9bc061f3b96f8afc6ceae5eec9b2b0
samples: bpf: Fix syscall_tp openat argument

This modification doesn't change behaviour of the syscall_tp
But such code is often used as a reference so it should be
correct anyway

Signed-off-by: Denys Zagorui <dzagorui@cisco.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20231019113521.4103825-1-dzagorui@cisco.com
samples/bpf/syscall_tp_kern.c