Home
last modified time | relevance | path

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

/external/bcc/examples/lua/
Dbashreadline.c14 if (!PT_REGS_RC(ctx)) in printret()
18 bpf_probe_read(&data.str, sizeof(data.str), (void *)PT_REGS_RC(ctx)); in printret()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dbpf_helpers.h273 #define PT_REGS_RC(x) ((x)->ax) macro
286 #define PT_REGS_RC(x) ((x)->gprs[2]) macro
299 #define PT_REGS_RC(x) ((x)->regs[0]) macro
312 #define PT_REGS_RC(x) ((x)->regs[1]) macro
323 #define PT_REGS_RC(x) ((x)->gpr[3]) macro
335 #define PT_REGS_RC(x) ((x)->u_regs[UREG_I0]) macro
/external/bcc/tools/
Ddeadlock_detector.c185 u32 child_pid = PT_REGS_RC(ctx); in trace_clone()
/external/bcc/docs/
Dreference_guide.md137 Return value is available as ```PT_REGS_RC(ctx)```, given a function declaration of: kretprobe__*ke…
144 int ret = PT_REGS_RC(ctx);
207 Return value is available as ```PT_REGS_RC(ctx)```, given a function declaration of: *function_name…
214 dist.increment(PT_REGS_RC(ctx));