Home
last modified time | relevance | path

Searched refs:get_kprobe_functions (Results 1 – 19 of 19) sorted by relevance

/external/bcc/tools/
Dzfsdist.py145 if BPF.get_kprobe_functions(b'zpl_iter'):
148 elif BPF.get_kprobe_functions(b'zpl_aio'):
156 if BPF.get_kprobe_functions(b'zpl_iter'):
159 elif BPF.get_kprobe_functions(b'zpl_aio'):
Dzfsslower.py265 if BPF.get_kprobe_functions(b'zpl_iter'):
268 elif BPF.get_kprobe_functions(b'zpl_aio'):
276 if BPF.get_kprobe_functions(b'zpl_iter'):
279 elif BPF.get_kprobe_functions(b'zpl_aio'):
Dbiosnoop.py170 if BPF.get_kprobe_functions(b'__blk_account_io_start'):
174 if BPF.get_kprobe_functions(b'blk_start_request'):
177 if BPF.get_kprobe_functions(b'__blk_account_io_done'):
Dbiotop.py208 if BPF.get_kprobe_functions(b'__blk_account_io_start'):
212 if BPF.get_kprobe_functions(b'blk_start_request'):
215 if BPF.get_kprobe_functions(b'__blk_account_io_done'):
Dreadahead.py146 if BPF.get_kprobe_functions(b"__do_page_cache_readahead"):
155 if BPF.get_kprobe_functions(b"__do_page_cache_readahead"):
Dbiolatency.py175 if BPF.get_kprobe_functions(b'__blk_account_io_start'):
180 if BPF.get_kprobe_functions(b'blk_start_request'):
183 if BPF.get_kprobe_functions(b'__blk_account_io_done'):
Dext4slower.py314 if BPF.get_kprobe_functions(b'ext4_file_read_iter'):
321 if BPF.get_kprobe_functions(b'ext4_file_read_iter'):
Dcachestat.py104 if BPF.get_kprobe_functions(b'folio_account_dirtied'):
106 elif BPF.get_kprobe_functions(b'account_page_dirtied'):
Dklockstat.py390 if BPF.get_kprobe_functions(b"mutex_lock_nested"):
454 if BPF.get_kprobe_functions(b"mutex_lock_nested"):
Dcachetop.py185 if BPF.get_kprobe_functions(b'folio_account_dirtied'):
187 elif BPF.get_kprobe_functions(b'account_page_dirtied'):
Dnfsdist.py153 if BPF.get_kprobe_functions(b'nfs4_file_open'):
Dtcpdrop.py199 if b.get_kprobe_functions(b"tcp_drop"):
Dext4dist.py150 if BPF.get_kprobe_functions(b'ext4_file_read_iter'):
Dbiolatpcts.py151 if BPF.get_kprobe_functions(b'__blk_account_io_done'):
Dfunccount.py122 functions = BPF.get_kprobe_functions(self.pattern)
/external/bcc/examples/tracing/
Ddisksnoop.py46 if BPF.get_kprobe_functions(b'blk_start_request'):
49 if BPF.get_kprobe_functions(b'__blk_account_io_done'):
Dbitehist.py36 if BPF.get_kprobe_functions(b'__blk_account_io_done'):
Dbiolatpcts.py49 if BPF.get_kprobe_functions(b'__blk_account_io_done'):
/external/bcc/src/python/bcc/
D__init__.py687 def get_kprobe_functions(event_re): member in BPF
820 matches = BPF.get_kprobe_functions(event_re)
852 matches = BPF.get_kprobe_functions(event_re)