On 2/15/23 12:22, Joseph, Jithu wrote: > trace_ifs_array(cpu, *((u64 *)&before), *((u64 *)&command)); Uhh, you control the types in the tracepoint. Just make them compatible so you don't need casts.
On 2/15/23 12:22, Joseph, Jithu wrote: > trace_ifs_array(cpu, *((u64 *)&before), *((u64 *)&command)); Uhh, you control the types in the tracepoint. Just make them compatible so you don't need casts.