Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/trace/
H A Dbpf_trace.c1590 * bpf_raw_tp_regs are separate from bpf_pt_regs used from skb/xdp
1597 struct bpf_raw_tp_regs { struct
1600 static DEFINE_PER_CPU(struct bpf_raw_tp_regs, bpf_raw_tp_regs);
1604 struct bpf_raw_tp_regs *tp_regs = this_cpu_ptr(&bpf_raw_tp_regs); in get_bpf_raw_tp_regs()
/kernel/linux/linux-6.6/kernel/trace/
H A Dbpf_trace.c1816 * bpf_raw_tp_regs are separate from bpf_pt_regs used from skb/xdp
1823 struct bpf_raw_tp_regs { struct
1826 static DEFINE_PER_CPU(struct bpf_raw_tp_regs, bpf_raw_tp_regs);
1830 struct bpf_raw_tp_regs *tp_regs = this_cpu_ptr(&bpf_raw_tp_regs); in get_bpf_raw_tp_regs()

Completed in 7 milliseconds