Searched refs:bpf_raw_tp_regs (Results 1 - 1 of 1) sorted by path

/linux-master/kernel/trace/
H A Dbpf_trace.c1897 * bpf_raw_tp_regs are separate from bpf_pt_regs used from skb/xdp
1904 struct bpf_raw_tp_regs { struct
1907 static DEFINE_PER_CPU(struct bpf_raw_tp_regs, bpf_raw_tp_regs);
1911 struct bpf_raw_tp_regs *tp_regs = this_cpu_ptr(&bpf_raw_tp_regs);

Completed in 235 milliseconds