OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PT_REGS_RC
(Results
1 - 4
of
4
) sorted by null
/external/bcc/examples/lua/
bashreadline.c
14
if (!
PT_REGS_RC
(ctx))
18
bpf_probe_read(&data.str, sizeof(data.str), (void *)
PT_REGS_RC
(ctx));
memleak.lua
51
u64 address =
PT_REGS_RC
(ctx);
/external/linux-kselftest/tools/testing/selftests/bpf/
bpf_helpers.h
273
#define
PT_REGS_RC
(x) ((x)->ax)
286
#define
PT_REGS_RC
(x) ((x)->gprs[2])
299
#define
PT_REGS_RC
(x) ((x)->regs[0])
312
#define
PT_REGS_RC
(x) ((x)->regs[1])
323
#define
PT_REGS_RC
(x) ((x)->gpr[3])
335
#define
PT_REGS_RC
(x) ((x)->u_regs[UREG_I0])
/external/bcc/tools/
deadlock_detector.c
185
u32 child_pid =
PT_REGS_RC
(ctx);
Completed in 341 milliseconds