diff options
author | Yauheni Kaliuta <[email protected]> | 2023-08-01 10:52:22 +0300 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2023-08-01 10:53:28 -0700 |
commit | d3c4db86c71164ed9ae17b4026e1acde460a18ab (patch) | |
tree | e87103ebf0ba3975da3e06babd094825313b075f /arch/riscv/net/bpf_jit_comp64.c | |
parent | 1110865273c1fe76853c5900b0a28214afc50b4c (diff) |
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 <[email protected]>
Acked-by: Yonghong Song <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'arch/riscv/net/bpf_jit_comp64.c')
0 files changed, 0 insertions, 0 deletions