Searched defs:ctx (Results 1 – 25 of 28) sorted by relevance
12
/samples/bpf/ |
A D | task_fd_query_kern.c | 8 int bpf_prog1(struct pt_regs *ctx) in bpf_prog1() 14 int bpf_prog2(struct pt_regs *ctx) in bpf_prog2()
|
A D | syscall_tp_kern.c | 60 int trace_enter_open(struct syscalls_enter_open_args *ctx) in trace_enter_open() 68 int trace_enter_open_at(struct syscalls_enter_open_at_args *ctx) in trace_enter_open_at() 75 int trace_enter_open_at2(struct syscalls_enter_open_at_args *ctx) in trace_enter_open_at2() 83 int trace_enter_exit(struct syscalls_exit_open_args *ctx) in trace_enter_exit() 91 int trace_enter_exit_at(struct syscalls_exit_open_args *ctx) in trace_enter_exit_at() 98 int trace_enter_exit_at2(struct syscalls_exit_open_args *ctx) in trace_enter_exit_at2()
|
A D | xdp_fwd_kern.c | 43 static __always_inline int xdp_fwd_flags(struct xdp_md *ctx, u32 flags) in xdp_fwd_flags() 147 int xdp_fwd_prog(struct xdp_md *ctx) in xdp_fwd_prog() 153 int xdp_fwd_direct_prog(struct xdp_md *ctx) in xdp_fwd_direct_prog()
|
A D | xdp2skb_meta_kern.c | 32 int _xdp_mark(struct xdp_md *ctx) in _xdp_mark() 63 int _tc_mark(struct __sk_buff *ctx) in _tc_mark()
|
A D | tracex4.bpf.c | 28 int bpf_prog1(struct pt_regs *ctx) in bpf_prog1() 37 int bpf_prog2(struct pt_regs *ctx) in bpf_prog2()
|
A D | offwaketime.bpf.c | 63 int waker(struct pt_regs *ctx) in waker() 76 static inline int update_counts(void *ctx, u32 pid, u64 delta) in update_counts() 108 int oncpu(struct trace_event_raw_sched_switch *ctx)
|
A D | lathist_kern.c | 29 int bpf_prog1(struct pt_regs *ctx) in bpf_prog1() 72 int bpf_prog2(struct pt_regs *ctx) in bpf_prog2()
|
A D | tracex1.bpf.c | 20 int bpf_prog1(struct pt_regs *ctx) in bpf_prog1()
|
A D | sampleip_kern.c | 23 int do_sample(struct bpf_perf_event_data *ctx) in do_sample()
|
A D | tracex3.bpf.c | 27 int bpf_prog1(struct trace_event_raw_block_rq *ctx) in bpf_prog1() 59 int bpf_prog2(struct trace_event_raw_block_rq *ctx) in bpf_prog2()
|
A D | trace_output.bpf.c | 13 int bpf_prog1(struct pt_regs *ctx) in bpf_prog1()
|
A D | parse_ldabs.c | 21 static inline int ip_is_fragment(struct __sk_buff *ctx, __u64 nhoff) in ip_is_fragment()
|
A D | cpustat_kern.c | 104 int bpf_prog1(struct cpu_args *ctx) in bpf_prog1() 212 int bpf_prog2(struct cpu_args *ctx) in bpf_prog2()
|
A D | tcp_dumpstats_kern.c | 26 int _sockops(struct bpf_sock_ops *ctx) in _sockops()
|
A D | tracex6.bpf.c | 29 int bpf_prog1(struct pt_regs *ctx) in bpf_prog1()
|
A D | ibumad_kern.c | 78 int on_ib_umad_read_recv(struct ib_umad_rw_args *ctx) in on_ib_umad_read_recv() 98 int on_ib_umad_read_send(struct ib_umad_rw_args *ctx) in on_ib_umad_read_send() 118 int on_ib_umad_write(struct ib_umad_rw_args *ctx) in on_ib_umad_write()
|
A D | trace_event_kern.c | 38 int bpf_prog1(struct bpf_perf_event_data *ctx) in bpf_prog1()
|
A D | tracex5.bpf.c | 30 int bpf_prog1(struct pt_regs *ctx) in bpf_prog1()
|
A D | sockex2_kern.c | 45 static inline int ip_is_fragment(struct __sk_buff *ctx, __u64 nhoff) in ip_is_fragment() 51 static inline __u32 ipv6_addr_hash(struct __sk_buff *ctx, __u64 off) in ipv6_addr_hash()
|
A D | trace_output_user.c | 22 static void print_bpf_output(void *ctx, int cpu, void *data, __u32 size) in print_bpf_output()
|
A D | sockex3_kern.c | 42 static inline int ip_is_fragment(struct __sk_buff *ctx, __u64 nhoff) in ip_is_fragment() 48 static inline __u32 ipv6_addr_hash(struct __sk_buff *ctx, __u64 off) in ipv6_addr_hash()
|
/samples/damon/ |
A D | mtier.c | 75 struct damon_ctx *ctx; in damon_sample_mtier_build_ctx() local 174 struct damon_ctx *ctx; in damon_sample_mtier_start() local
|
A D | wsse.c | 35 static struct damon_ctx *ctx; variable
|
A D | prcl.c | 34 static struct damon_ctx *ctx; variable
|
/samples/hid/ |
A D | hid_surface_dial.bpf.c | 49 struct hid_bpf_ctx *ctx; in set_haptic() local
|
Completed in 21 milliseconds
12