Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dbpf_trace.c250 #define __BPF_ARG1_TP(...) \ in BPF_CALL_5() macro
259 ? __BPF_ARG1_TP(arg2, ##__VA_ARGS__) \ in BPF_CALL_5()
261 ? __BPF_ARG1_TP((long)arg2, ##__VA_ARGS__) \ in BPF_CALL_5()
262 : __BPF_ARG1_TP((u32)arg2, ##__VA_ARGS__))) in BPF_CALL_5()