Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/trace/
H A Dbpf_trace.c517 #define __BPF_TP(...) \ in BPF_CALL_5() macro
522 ? __BPF_TP(arg1, ##__VA_ARGS__) \ in BPF_CALL_5()
524 ? __BPF_TP((long)arg1, ##__VA_ARGS__) \ in BPF_CALL_5()
525 : __BPF_TP((u32)arg1, ##__VA_ARGS__))) in BPF_CALL_5()

Completed in 3 milliseconds