/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 | 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 | 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 | 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
|
D | numamove.bpf.c | 19 int BPF_PROG(migrate_misplaced_page) in BPF_PROG() function 29 int BPF_PROG(migrate_misplaced_page_exit) in BPF_PROG() function
|
D | softirqs.bpf.c | 24 int BPF_PROG(softirq_entry, unsigned int vec_nr) in BPF_PROG() function 34 int BPF_PROG(softirq_exit, unsigned int vec_nr) in BPF_PROG() function
|
D | tcpsynbl.bpf.c | 55 int BPF_PROG(tcp_v4_syn_recv, struct sock *sk) in BPF_PROG() function 61 int BPF_PROG(tcp_v6_syn_recv, struct sock *sk) in BPF_PROG() function
|
D | hardirqs.bpf.c | 46 int BPF_PROG(irq_handler_entry) in BPF_PROG() function 56 int BPF_PROG(irq_handler_exit_exit, int irq, struct irqaction *action) in BPF_PROG() function
|
D | drsnoop.bpf.c | 31 int BPF_PROG(direct_reclaim_begin) in BPF_PROG() function 56 int BPF_PROG(direct_reclaim_end, unsigned long nr_reclaimed) in BPF_PROG() function
|
D | tcpconnlat.bpf.c | 50 int BPF_PROG(tcp_v4_connect, struct sock *sk) in BPF_PROG() function 62 int BPF_PROG(tcp_rcv_state_process, struct sock *sk) in BPF_PROG() function
|
D | biostacks.bpf.c | 72 int BPF_PROG(blk_account_io_start, struct request *rq) in BPF_PROG() function 84 int BPF_PROG(blk_account_io_done, struct request *rq) in BPF_PROG() function
|
D | bitesize.bpf.c | 72 int BPF_PROG(block_rq_issue) in BPF_PROG() function
|
D | cpufreq.bpf.c | 29 int BPF_PROG(cpu_frequency, unsigned int state, unsigned int cpu_id) in BPF_PROG() function
|
D | offcputime.bpf.c | 61 int BPF_PROG(sched_switch, bool preempt, struct task_struct *prev, in BPF_PROG() function
|
D | tcprtt.bpf.c | 33 int BPF_PROG(tcp_rcv, struct sock *sk) in BPF_PROG() function
|
D | cpudist.bpf.c | 81 int BPF_PROG(sched_switch, bool preempt, struct task_struct *prev, in BPF_PROG() function
|
D | biolatency.bpf.c | 103 int BPF_PROG(block_rq_complete, struct request *rq, int error, in BPF_PROG() function
|
D | solisten.bpf.c | 84 int BPF_PROG(inet_listen_fexit, struct socket *sock, int backlog, int ret) in BPF_PROG() function
|
/external/bpftool/src/skeleton/ |
D | profiler.bpf.c | 40 int BPF_PROG(fentry_XXX) in BPF_PROG() function 94 int BPF_PROG(fexit_XXX) in BPF_PROG() function
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_netcnt.c | 18 #define BPF_PROG "./netcnt_prog.o" macro
|
/external/libbpf/src/ |
D | bpf_tracing.h | 402 #define BPF_PROG(name, args...) \ macro
|