Home
last modified time | relevance | path

Searched refs:tp_buff (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/kernel/trace/
Dbpf_trace.c1387 BPF_CALL_5(bpf_perf_event_output_tp, void *, tp_buff, struct bpf_map *, map, in BPF_CALL_5() argument
1390 struct pt_regs *regs = *(struct pt_regs **)tp_buff; in BPF_CALL_5()
1411 BPF_CALL_3(bpf_get_stackid_tp, void *, tp_buff, struct bpf_map *, map, in BPF_CALL_3() argument
1414 struct pt_regs *regs = *(struct pt_regs **)tp_buff; in BPF_CALL_3()
1434 BPF_CALL_4(bpf_get_stack_tp, void *, tp_buff, void *, buf, u32, size, in BPF_CALL_4() argument
1437 struct pt_regs *regs = *(struct pt_regs **)tp_buff; in BPF_CALL_4()