Searched refs:probe_read (Results 1 – 8 of 8) sorted by relevance
/external/bcc/src/lua/bpf/ |
D | builtins.lua | 126 local function probe_read() error('NYI') end function 127 builtins.probe_read = probe_read 128 builtins[probe_read] = function (e, ret, dst, src, vtype, ofs) 162 e.emit(BPF.JMP + BPF.CALL, 0, 0, 0, HELPER.probe_read) 233 e.emit(BPF.JMP + BPF.CALL, 0, 0, 0, HELPER.probe_read)
|
D | bpf.lua | 578 BUILTIN(builtins[builtins.probe_read], nil, dst, src, vtype, off)
|
/external/iproute2/include/uapi/linux/ |
D | bpf.h | 592 FN(probe_read), \
|
/external/llvm-project/llvm/test/CodeGen/BPF/ |
D | selectiondag-bug.ll | 24 …%probe_read = call i64 inttoptr (i64 4 to i64 (i64*, i32, i64)*)(i64* nonnull %"struct request.bio…
|
/external/ltp/include/lapi/ |
D | bpf.h | 323 FN(probe_read), \
|
/external/bcc/src/cc/compat/linux/ |
D | bpf.h | 2336 FN(probe_read), \
|
/external/bcc/src/cc/includes/compat/linux/ |
D | bpf.h | 2336 FN(probe_read), \
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 3924 FN(probe_read), \
|