Home
last modified time | relevance | path

Searched defs:BPF_PROG (Results 1 – 25 of 103) sorted by relevance

12345

/aosp_15_r20/external/bcc/libbpf-tools/
H A Dklockstat.bpf.c238 int BPF_PROG(mutex_lock, struct mutex *lock) in BPF_PROG() function
245 int BPF_PROG(mutex_lock_exit, struct mutex *lock, long ret) in BPF_PROG() function
252 int BPF_PROG(mutex_trylock_exit, struct mutex *lock, long ret) in BPF_PROG() function
262 int BPF_PROG(mutex_lock_interruptible, struct mutex *lock) in BPF_PROG() function
269 int BPF_PROG(mutex_lock_interruptible_exit, struct mutex *lock, long ret) in BPF_PROG() function
279 int BPF_PROG(mutex_lock_killable, struct mutex *lock) in BPF_PROG() function
286 int BPF_PROG(mutex_lock_killable_exit, struct mutex *lock, long ret) in BPF_PROG() function
296 int BPF_PROG(mutex_unlock, struct mutex *lock) in BPF_PROG() function
303 int BPF_PROG(down_read, struct rw_semaphore *lock) in BPF_PROG() function
310 int BPF_PROG(down_read_exit, struct rw_semaphore *lock, long ret) in BPF_PROG() function
[all …]
H A Dfsdist.bpf.c134 int BPF_PROG(file_read_fentry) in BPF_PROG() function
140 int BPF_PROG(file_read_fexit) in BPF_PROG() function
146 int BPF_PROG(file_write_fentry) in BPF_PROG() function
152 int BPF_PROG(file_write_fexit) in BPF_PROG() function
158 int BPF_PROG(file_open_fentry) in BPF_PROG() function
164 int BPF_PROG(file_open_fexit) in BPF_PROG() function
170 int BPF_PROG(file_sync_fentry) in BPF_PROG() function
176 int BPF_PROG(file_sync_fexit) in BPF_PROG() function
182 int BPF_PROG(getattr_fentry) in BPF_PROG() function
188 int BPF_PROG(getattr_fexit) in BPF_PROG() function
H A Dfsslower.bpf.c155 int BPF_PROG(file_read_fentry, struct kiocb *iocb) in BPF_PROG() function
164 int BPF_PROG(file_read_fexit, struct kiocb *iocb, struct iov_iter *to, ssize_t ret) in BPF_PROG() function
170 int BPF_PROG(file_write_fentry, struct kiocb *iocb) in BPF_PROG() function
179 int BPF_PROG(file_write_fexit, struct kiocb *iocb, struct iov_iter *from, ssize_t ret) in BPF_PROG() function
185 int BPF_PROG(file_open_fentry, struct inode *inode, struct file *file) in BPF_PROG() function
191 int BPF_PROG(file_open_fexit) in BPF_PROG() function
197 int BPF_PROG(file_sync_fentry, struct file *file, loff_t start, loff_t end) in BPF_PROG() function
203 int BPF_PROG(file_sync_fexit) in BPF_PROG() function
H A Drunqslower.bpf.c82 int BPF_PROG(sched_wakeup, struct task_struct *p) in BPF_PROG() function
88 int BPF_PROG(sched_wakeup_new, struct task_struct *p) in BPF_PROG() function
94 int BPF_PROG(sched_switch, bool preempt, struct task_struct *prev, struct task_struct *next) in BPF_PROG() function
100 int BPF_PROG(handle_sched_wakeup, struct task_struct *p) in BPF_PROG() function
106 int BPF_PROG(handle_sched_wakeup_new, struct task_struct *p) in BPF_PROG() function
112 int BPF_PROG(handle_sched_switch, bool preempt, struct task_struct *prev, struct task_struct *next) in BPF_PROG() function
H A Dtcppktlat.bpf.c108 int BPF_PROG(tcp_probe_btf, struct sock *sk, struct sk_buff *skb) in BPF_PROG() function
114 int BPF_PROG(tcp_rcv_space_adjust_btf, struct sock *sk) in BPF_PROG() function
120 int BPF_PROG(tcp_destroy_sock_btf, struct sock *sk) in BPF_PROG() function
126 int BPF_PROG(tcp_probe, struct sock *sk, struct sk_buff *skb) { in BPF_PROG() function
131 int BPF_PROG(tcp_rcv_space_adjust, struct sock *sk) in BPF_PROG() function
137 int BPF_PROG(tcp_destroy_sock, struct sock *sk) in BPF_PROG() function
H A Drunqlat.bpf.c130 int BPF_PROG(sched_wakeup, struct task_struct *p) in BPF_PROG() function
139 int BPF_PROG(sched_wakeup_new, struct task_struct *p) in BPF_PROG() function
148 int BPF_PROG(sched_switch, bool preempt, struct task_struct *prev, struct task_struct *next) in BPF_PROG() function
154 int BPF_PROG(handle_sched_wakeup, struct task_struct *p) in BPF_PROG() function
163 int BPF_PROG(handle_sched_wakeup_new, struct task_struct *p) in BPF_PROG() function
172 int BPF_PROG(handle_sched_switch, bool preempt, struct task_struct *prev, struct task_struct *next) in BPF_PROG() function
H A Dvfsstat.bpf.c49 int BPF_PROG(fentry_vfs_read) in BPF_PROG() function
55 int BPF_PROG(fentry_vfs_write) in BPF_PROG() function
61 int BPF_PROG(fentry_vfs_fsync) in BPF_PROG() function
67 int BPF_PROG(fentry_vfs_open) in BPF_PROG() function
73 int BPF_PROG(fentry_vfs_create) in BPF_PROG() function
H A Dbiosnoop.bpf.c71 int BPF_PROG(blk_account_io_start, struct request *rq) in BPF_PROG() function
80 int BPF_PROG(block_io_start, struct request *rq) in BPF_PROG() function
123 int BPF_PROG(block_rq_insert) in BPF_PROG() function
140 int BPF_PROG(block_rq_issue) in BPF_PROG() function
157 int BPF_PROG(block_rq_complete, struct request *rq, int error, in BPF_PROG() function
H A Dnumamove.bpf.c27 int BPF_PROG(fentry_migrate_misplaced_page) in BPF_PROG() function
33 int BPF_PROG(kprobe_migrate_misplaced_page) in BPF_PROG() function
59 int BPF_PROG(fexit_migrate_misplaced_page_exit) in BPF_PROG() function
65 int BPF_PROG(kretprobe_migrate_misplaced_page_exit) in BPF_PROG() function
H A Dreadahead.bpf.c28 int BPF_PROG(do_page_cache_ra) in BPF_PROG() function
38 int BPF_PROG(page_cache_alloc_ret, gfp_t gfp, struct page *ret) in BPF_PROG() function
55 int BPF_PROG(do_page_cache_ra_ret) in BPF_PROG() function
64 int BPF_PROG(mark_page_accessed, struct page *page) in BPF_PROG() function
H A Dcachestat.bpf.c12 int BPF_PROG(fentry_add_to_page_cache_lru) in BPF_PROG() function
19 int BPF_PROG(fentry_mark_page_accessed) in BPF_PROG() function
26 int BPF_PROG(fentry_account_page_dirtied) in BPF_PROG() function
33 int BPF_PROG(fentry_mark_buffer_dirty) in BPF_PROG() function
H A Dsoftirqs.bpf.c65 int BPF_PROG(softirq_entry_btf, unsigned int vec_nr) in BPF_PROG() function
71 int BPF_PROG(softirq_exit_btf, unsigned int vec_nr) in BPF_PROG() function
77 int BPF_PROG(softirq_entry, unsigned int vec_nr) in BPF_PROG() function
83 int BPF_PROG(softirq_exit, unsigned int vec_nr) in BPF_PROG() function
H A Ddrsnoop.bpf.c93 int BPF_PROG(direct_reclaim_begin_btf) in BPF_PROG() function
99 int BPF_PROG(direct_reclaim_end_btf, unsigned long nr_reclaimed) in BPF_PROG() function
105 int BPF_PROG(direct_reclaim_begin) in BPF_PROG() function
111 int BPF_PROG(direct_reclaim_end, unsigned long nr_reclaimed) in BPF_PROG() function
H A Dhardirqs.bpf.c107 int BPF_PROG(irq_handler_entry_btf, int irq, struct irqaction *action) in BPF_PROG() function
113 int BPF_PROG(irq_handler_exit_btf, int irq, struct irqaction *action) in BPF_PROG() function
119 int BPF_PROG(irq_handler_entry, int irq, struct irqaction *action) in BPF_PROG() function
125 int BPF_PROG(irq_handler_exit, int irq, struct irqaction *action) in BPF_PROG() function
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_module_attach.c13 int BPF_PROG(handle_raw_tp, in BPF_PROG() function
23 int BPF_PROG(handle_raw_tp_bare, in BPF_PROG() function
35 int BPF_PROG(handle_raw_tp_writable_bare, in BPF_PROG() function
47 int BPF_PROG(handle_tp_btf, in BPF_PROG() function
57 int BPF_PROG(handle_fentry, in BPF_PROG() function
68 int BPF_PROG(handle_fentry_manual, in BPF_PROG() function
80 int BPF_PROG(handle_fexit, in BPF_PROG() function
91 int BPF_PROG(handle_fexit_ret, int arg, struct file *ret) in BPF_PROG() function
105 int BPF_PROG(handle_fmod_ret, in BPF_PROG() function
H A Dfentry_test.c11 int BPF_PROG(test1, int a) in BPF_PROG() function
19 int BPF_PROG(test2, int a, __u64 b) in BPF_PROG() function
27 int BPF_PROG(test3, char a, int b, __u64 c) in BPF_PROG() function
35 int BPF_PROG(test4, void *a, char b, int c, __u64 d) in BPF_PROG() function
43 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e) in BPF_PROG() function
52 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void * e, __u64 f) in BPF_PROG() function
65 int BPF_PROG(test7, struct bpf_fentry_test_t *arg) in BPF_PROG() function
74 int BPF_PROG(test8, struct bpf_fentry_test_t *arg) in BPF_PROG() function
H A Dfexit_test.c11 int BPF_PROG(test1, int a, int ret) in BPF_PROG() function
19 int BPF_PROG(test2, int a, __u64 b, int ret) in BPF_PROG() function
27 int BPF_PROG(test3, char a, int b, __u64 c, int ret) in BPF_PROG() function
35 int BPF_PROG(test4, void *a, char b, int c, __u64 d, int ret) in BPF_PROG() function
44 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e, int ret) in BPF_PROG() function
53 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void *e, __u64 f, int ret) in BPF_PROG() function
66 int BPF_PROG(test7, struct bpf_fentry_test_t *arg) in BPF_PROG() function
75 int BPF_PROG(test8, struct bpf_fentry_test_t *arg) in BPF_PROG() function
H A Dbpf_dctcp.c61 void BPF_PROG(dctcp_init, struct sock *sk) in BPF_PROG() function
108 __u32 BPF_PROG(dctcp_ssthresh, struct sock *sk) in BPF_PROG() function
118 void BPF_PROG(dctcp_update_alpha, struct sock *sk, __u32 flags) in BPF_PROG() function
157 void BPF_PROG(dctcp_state, struct sock *sk, __u8 new_state) in BPF_PROG() function
205 void BPF_PROG(dctcp_cwnd_event, struct sock *sk, enum tcp_ca_event ev) in BPF_PROG() function
224 __u32 BPF_PROG(dctcp_cwnd_undo, struct sock *sk) in BPF_PROG() function
234 void BPF_PROG(dctcp_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) in BPF_PROG() function
H A Dlsm_cgroup.c81 int BPF_PROG(socket_post_create, struct socket *sock, int family, in BPF_PROG() function
90 int BPF_PROG(socket_post_create2, struct socket *sock, int family, in BPF_PROG() function
122 int BPF_PROG(socket_bind, struct socket *sock, struct sockaddr *address, in BPF_PROG() function
131 int BPF_PROG(socket_bind2, struct socket *sock, struct sockaddr *address, in BPF_PROG() function
140 int BPF_PROG(socket_alloc, struct sock *sk, int family, gfp_t priority) in BPF_PROG() function
155 int BPF_PROG(socket_clone, struct sock *newsk, const struct request_sock *req) in BPF_PROG() function
H A Dlocal_storage.c54 int BPF_PROG(unlink_hook, struct inode *dir, struct dentry *victim) in BPF_PROG() function
76 int BPF_PROG(inode_rename, struct inode *old_dir, struct dentry *old_dentry, in BPF_PROG() function
107 int BPF_PROG(socket_bind, struct socket *sock, struct sockaddr *address, in BPF_PROG() function
145 int BPF_PROG(socket_post_create, struct socket *sock, int family, int type, in BPF_PROG() function
168 void BPF_PROG(exec, struct linux_binprm *bprm) in BPF_PROG() function
H A Dtcp_ca_write_sk_pacing.c20 void BPF_PROG(write_sk_pacing_init, struct sock *sk) in BPF_PROG() function
31 void BPF_PROG(write_sk_pacing_cong_control, struct sock *sk, in BPF_PROG() function
42 __u32 BPF_PROG(write_sk_pacing_ssthresh, struct sock *sk) in BPF_PROG() function
48 __u32 BPF_PROG(write_sk_pacing_undo_cwnd, struct sock *sk) in BPF_PROG() function
H A Dbtf_type_tag_percpu.c18 int BPF_PROG(test_percpu1, struct bpf_testmod_btf_type_tag_1 *arg) in BPF_PROG() function
25 int BPF_PROG(test_percpu2, struct bpf_testmod_btf_type_tag_2 *arg) in BPF_PROG() function
46 int BPF_PROG(test_percpu_load, struct cgroup *cgrp, const char *path) in BPF_PROG() function
53 int BPF_PROG(test_percpu_helper, struct cgroup *cgrp, const char *path) in BPF_PROG() function
H A Dtest_kfunc_dynptr_param.c36 int BPF_PROG(dynptr_type_not_supp, int cmd, union bpf_attr *attr, in BPF_PROG() function
48 int BPF_PROG(not_valid_dynptr, int cmd, union bpf_attr *attr, unsigned int size) in BPF_PROG() function
57 int BPF_PROG(not_ptr_to_stack, int cmd, union bpf_attr *attr, unsigned int size) in BPF_PROG() function
66 int BPF_PROG(dynptr_data_null, int cmd, union bpf_attr *attr, unsigned int size) in BPF_PROG() function
H A Dtest_sk_storage_tracing.c33 int BPF_PROG(trace_inet_sock_set_state, struct sock *sk, int oldstate, in BPF_PROG() function
71 int BPF_PROG(trace_inet_csk_listen_start, struct sock *sk) in BPF_PROG() function
79 int BPF_PROG(trace_tcp_connect, struct sock *sk) in BPF_PROG() function
87 int BPF_PROG(inet_csk_accept, struct sock *sk, int flags, int *err, bool kern, in BPF_PROG() function
H A Dlsm.c88 int BPF_PROG(test_int_hook, struct vm_area_struct *vma, in BPF_PROG() function
109 int BPF_PROG(test_void_hook, struct linux_binprm *bprm) in BPF_PROG() function
157 int BPF_PROG(test_task_free, struct task_struct *task) in BPF_PROG() function
165 int BPF_PROG(test_sys_setdomainname, struct pt_regs *regs) in BPF_PROG() function

12345