tracing: bpf: use struct trace_entry in struct syscall_tp_t
authorYauheni Kaliuta <ykaliuta@redhat.com>
Tue, 1 Aug 2023 07:52:22 +0000 (10:52 +0300)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 1 Aug 2023 17:53:28 +0000 (10:53 -0700)
commitd3c4db86c71164ed9ae17b4026e1acde460a18ab
treee87103ebf0ba3975da3e06babd094825313b075f
parent1110865273c1fe76853c5900b0a28214afc50b4c
tracing: bpf: use struct trace_entry in struct syscall_tp_t

bpf tracepoint program uses struct trace_event_raw_sys_enter as
argument where trace_entry is the first field. Use the same instead
of unsigned long long since if it's amended (for example by RT
patch) it accesses data with wrong offset.

Signed-off-by: Yauheni Kaliuta <ykaliuta@redhat.com>
Acked-by: Yonghong Song <yonghong.song@linux.dev>
Link: https://lore.kernel.org/r/20230801075222.7717-1-ykaliuta@redhat.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/trace/trace_syscalls.c