/external/bcc/libbpf-tools/ |
D | fsdist.bpf.c | 132 int BPF_PROG(file_read_fentry) in BPF_PROG() function 138 int BPF_PROG(file_read_fexit) in BPF_PROG() function 144 int BPF_PROG(file_write_fentry) in BPF_PROG() function 150 int BPF_PROG(file_write_fexit) in BPF_PROG() function 156 int BPF_PROG(file_open_fentry) in BPF_PROG() function 162 int BPF_PROG(file_open_fexit) in BPF_PROG() function 168 int BPF_PROG(file_sync_fentry) in BPF_PROG() function 174 int BPF_PROG(file_sync_fexit) in BPF_PROG() function 180 int BPF_PROG(getattr_fentry) in BPF_PROG() function 186 int BPF_PROG(getattr_fexit) in BPF_PROG() function
|
D | cachestat.bpf.c | 12 int BPF_PROG(add_to_page_cache_lru) in BPF_PROG() function 19 int BPF_PROG(mark_page_accessed) in BPF_PROG() function 26 int BPF_PROG(account_page_dirtied) in BPF_PROG() function 33 int BPF_PROG(mark_buffer_dirty) in BPF_PROG() function
|
D | vfsstat.bpf.c | 49 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
|
D | klockstat.bpf.c | 215 int BPF_PROG(mutex_lock, struct mutex *lock) in BPF_PROG() function 222 int BPF_PROG(mutex_lock_exit, struct mutex *lock, long ret) in BPF_PROG() function 229 int BPF_PROG(mutex_trylock_exit, struct mutex *lock, long ret) in BPF_PROG() function 239 int BPF_PROG(mutex_lock_interruptible, struct mutex *lock) in BPF_PROG() function 246 int BPF_PROG(mutex_lock_interruptible_exit, struct mutex *lock, long ret) in BPF_PROG() function 256 int BPF_PROG(mutex_lock_killable, struct mutex *lock) in BPF_PROG() function 263 int BPF_PROG(mutex_lock_killable_exit, struct mutex *lock, long ret) in BPF_PROG() function 273 int BPF_PROG(mutex_unlock, struct mutex *lock) in BPF_PROG() function
|
D | readahead.bpf.c | 30 int BPF_PROG(do_page_cache_ra) in BPF_PROG() function 40 int BPF_PROG(page_cache_alloc_ret, gfp_t gfp, struct page *ret) in BPF_PROG() function 57 int BPF_PROG(do_page_cache_ra_ret) in BPF_PROG() function 66 int BPF_PROG(mark_page_accessed, struct page *page) in BPF_PROG() function
|
D | fsslower.bpf.c | 155 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
|
D | biosnoop.bpf.c | 70 int BPF_PROG(blk_account_io_start, struct request *rq) in BPF_PROG() function 113 int BPF_PROG(block_rq_insert) in BPF_PROG() function 130 int BPF_PROG(block_rq_issue) in BPF_PROG() function 147 int BPF_PROG(block_rq_complete, struct request *rq, int error, in BPF_PROG() function
|
D | runqlat.bpf.c | 71 int BPF_PROG(sched_wakeup, struct task_struct *p) in BPF_PROG() function 77 int BPF_PROG(sched_wakeup_new, struct task_struct *p) in BPF_PROG() function 83 int BPF_PROG(sched_swith, bool preempt, struct task_struct *prev, in BPF_PROG() function
|
/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
D | fentry_test.c | 11 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
|
D | test_module_attach.c | 13 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
|
D | fexit_test.c | 11 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
|
D | atomics.c | 24 int BPF_PROG(add, int a) in BPF_PROG() function 50 int BPF_PROG(sub, int a) in BPF_PROG() function 74 int BPF_PROG(and, int a) in BPF_PROG() function 95 int BPF_PROG(or, int a) in BPF_PROG() function 115 int BPF_PROG(xor, int a) in BPF_PROG() function 136 int BPF_PROG(cmpxchg, int a) in BPF_PROG() function 157 int BPF_PROG(xchg, int a) in BPF_PROG() function
|
D | bpf_dctcp.c | 59 void BPF_PROG(dctcp_init, struct sock *sk) in BPF_PROG() function 99 __u32 BPF_PROG(dctcp_ssthresh, struct sock *sk) in BPF_PROG() function 109 void BPF_PROG(dctcp_update_alpha, struct sock *sk, __u32 flags) in BPF_PROG() function 148 void BPF_PROG(dctcp_state, struct sock *sk, __u8 new_state) in BPF_PROG() function 196 void BPF_PROG(dctcp_cwnd_event, struct sock *sk, enum tcp_ca_event ev) in BPF_PROG() function 215 __u32 BPF_PROG(dctcp_cwnd_undo, struct sock *sk) in BPF_PROG() function 225 void BPF_PROG(dctcp_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) in BPF_PROG() function
|
D | task_ls_recursion.c | 25 int BPF_PROG(on_lookup) in BPF_PROG() function 35 int BPF_PROG(on_update) in BPF_PROG() function 54 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() function
|
D | test_sk_storage_tracing.c | 33 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
|
D | local_storage.c | 47 int BPF_PROG(unlink_hook, struct inode *dir, struct dentry *victim) in BPF_PROG() function 69 int BPF_PROG(inode_rename, struct inode *old_dir, struct dentry *old_dentry, in BPF_PROG() function 100 int BPF_PROG(socket_bind, struct socket *sock, struct sockaddr *address, in BPF_PROG() function 126 int BPF_PROG(socket_post_create, struct socket *sock, int family, int type, in BPF_PROG() function 149 void BPF_PROG(exec, struct linux_binprm *bprm) in BPF_PROG() function
|
D | modify_return.c | 18 int BPF_PROG(fentry_test, int a, __u64 b) in BPF_PROG() function 27 int BPF_PROG(fmod_ret_test, int a, int *b, int ret) in BPF_PROG() function 37 int BPF_PROG(fexit_test, int a, __u64 b, int ret) in BPF_PROG() function
|
D | lsm.c | 87 int BPF_PROG(test_int_hook, struct vm_area_struct *vma, in BPF_PROG() function 108 int BPF_PROG(test_void_hook, struct linux_binprm *bprm) in BPF_PROG() function 156 int BPF_PROG(test_task_free, struct task_struct *task) in BPF_PROG() function 164 int BPF_PROG(test_sys_setdomainname, struct pt_regs *regs) in BPF_PROG() function
|
D | get_func_args_test.c | 11 int BPF_PROG(test1) in BPF_PROG() function 44 int BPF_PROG(test2) in BPF_PROG() function 71 int BPF_PROG(fmod_ret_test, int _a, int *_b, int _ret) in BPF_PROG() function 100 int BPF_PROG(fexit_test, int _a, int *_b, int _ret) in BPF_PROG() function
|
D | test_trace_ext_tracing.c | 10 int BPF_PROG(fentry, struct sk_buff *skb) in BPF_PROG() function 19 int BPF_PROG(fexit, struct sk_buff *skb) in BPF_PROG() function
|
D | test_pe_preserve_elems.c | 23 int BPF_PROG(read_array_1) in BPF_PROG() function 31 int BPF_PROG(read_array_2) in BPF_PROG() function
|
D | test_trampoline_count.c | 11 int BPF_PROG(prog1, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG() function 17 int BPF_PROG(prog2, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG() function
|
D | fexit_sleep.c | 14 int BPF_PROG(nanosleep_fentry, const struct pt_regs *regs) in BPF_PROG() function 24 int BPF_PROG(nanosleep_fexit, const struct pt_regs *regs, int ret) in BPF_PROG() function
|
D | get_func_ip_test.c | 18 int BPF_PROG(test1, int a) in BPF_PROG() function 28 int BPF_PROG(test2, int a) in BPF_PROG() function 58 int BPF_PROG(test5, int a, int *b, int ret) in BPF_PROG() function
|
D | test_vmlinux.c | 37 int BPF_PROG(handle__raw_tp, struct pt_regs *regs, long id) in BPF_PROG() function 55 int BPF_PROG(handle__tp_btf, struct pt_regs *regs, long id) in BPF_PROG() function 82 int BPF_PROG(handle__fentry, struct hrtimer *timer, ktime_t tim, u64 delta_ns, in BPF_PROG() function
|