Home
last modified time | relevance | path

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

/external/bcc/libbpf-tools/
Dfsdist.bpf.c132 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
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
Dcachestat.bpf.c12 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
Dklockstat.bpf.c215 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
Dreadahead.bpf.c30 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
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
Dbiosnoop.bpf.c70 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
Drunqlat.bpf.c71 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
Dnumamove.bpf.c19 int BPF_PROG(migrate_misplaced_page) in BPF_PROG() function
29 int BPF_PROG(migrate_misplaced_page_exit) in BPF_PROG() function
Dsoftirqs.bpf.c24 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
Dtcpsynbl.bpf.c55 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
Dhardirqs.bpf.c46 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
Ddrsnoop.bpf.c31 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
Dtcpconnlat.bpf.c50 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
Dbiostacks.bpf.c72 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
Dbitesize.bpf.c72 int BPF_PROG(block_rq_issue) in BPF_PROG() function
Dcpufreq.bpf.c29 int BPF_PROG(cpu_frequency, unsigned int state, unsigned int cpu_id) in BPF_PROG() function
Doffcputime.bpf.c61 int BPF_PROG(sched_switch, bool preempt, struct task_struct *prev, in BPF_PROG() function
Dtcprtt.bpf.c33 int BPF_PROG(tcp_rcv, struct sock *sk) in BPF_PROG() function
Dcpudist.bpf.c81 int BPF_PROG(sched_switch, bool preempt, struct task_struct *prev, in BPF_PROG() function
Dbiolatency.bpf.c103 int BPF_PROG(block_rq_complete, struct request *rq, int error, in BPF_PROG() function
Dsolisten.bpf.c84 int BPF_PROG(inet_listen_fexit, struct socket *sock, int backlog, int ret) in BPF_PROG() function
/external/bpftool/src/skeleton/
Dprofiler.bpf.c40 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/
Dtest_netcnt.c18 #define BPF_PROG "./netcnt_prog.o" macro
/external/libbpf/src/
Dbpf_tracing.h402 #define BPF_PROG(name, args...) \ macro