Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/tools/
H A Dreadahead.py169 if BPF.get_kprobe_functions(b"__do_page_cache_readahead"):
171 elif BPF.get_kprobe_functions(b"do_page_cache_ra"):
173 elif BPF.get_kprobe_functions(b"page_cache_ra_order"):
179 if BPF.get_kprobe_functions(b"__page_cache_alloc"):
186 if BPF.get_kprobe_functions(b"__do_page_cache_readahead"):
188 elif BPF.get_kprobe_functions(b"do_page_cache_ra"):
190 elif BPF.get_kprobe_functions(b"page_cache_ra_order"):
195 if BPF.get_kprobe_functions(b"__page_cache_alloc"):
H A Dbiotop.py274 if BPF.get_kprobe_functions(b'__blk_account_io_start'):
276 elif BPF.get_kprobe_functions(b'blk_account_io_start'):
280 if BPF.get_kprobe_functions(b'blk_start_request'):
283 if BPF.get_kprobe_functions(b'__blk_account_io_done'):
285 elif BPF.get_kprobe_functions(b'blk_account_io_done'):
H A Dbiosnoop.py336 if BPF.get_kprobe_functions(b'__blk_account_io_start'):
338 elif BPF.get_kprobe_functions(b'blk_account_io_start'):
342 if BPF.get_kprobe_functions(b'blk_start_request'):
345 if BPF.get_kprobe_functions(b'__blk_account_io_done'):
347 elif BPF.get_kprobe_functions(b'blk_account_io_done'):
H A 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'):
H A Dbiolatency.py272 if BPF.get_kprobe_functions(b'__blk_account_io_start'):
274 elif BPF.get_kprobe_functions(b'blk_account_io_start'):
284 if BPF.get_kprobe_functions(b'blk_start_request'):
288 if BPF.get_kprobe_functions(b'__blk_account_io_done'):
290 elif BPF.get_kprobe_functions(b'blk_account_io_done'):
H A Dzfsslower.py267 if BPF.get_kprobe_functions(b'zpl_iter'):
270 elif BPF.get_kprobe_functions(b'zpl_aio'):
278 if BPF.get_kprobe_functions(b'zpl_iter'):
281 elif BPF.get_kprobe_functions(b'zpl_aio'):
H A Dext4slower.py316 if BPF.get_kprobe_functions(b'ext4_file_read_iter'):
323 if BPF.get_kprobe_functions(b'ext4_file_read_iter'):
H A Dcachestat.py130 if BPF.get_kprobe_functions(b'folio_account_dirtied'):
132 elif BPF.get_kprobe_functions(b'account_page_dirtied'):
H A Dcachetop.py209 if BPF.get_kprobe_functions(b'folio_account_dirtied'):
211 elif BPF.get_kprobe_functions(b'account_page_dirtied'):
H A Dklockstat.py390 if BPF.get_kprobe_functions(b"mutex_lock_nested"):
454 if BPF.get_kprobe_functions(b"mutex_lock_nested"):
H A Dfilelife.py178 if BPF.get_kprobe_functions(b"security_inode_create"):
H A Dnfsdist.py153 if BPF.get_kprobe_functions(b'nfs4_file_open'):
H A Dtcpdrop.py228 if b.get_kprobe_functions(b"tcp_drop"):
H A Dext4dist.py150 if BPF.get_kprobe_functions(b'ext4_file_read_iter'):
H A Dnfsslower.py438 if BPF.get_kprobe_functions(b'nfs4_file_open'):
H A Dtcptop.py285 if BPF.get_kprobe_functions(b'tcp_sendpage'):
H A Dfunccount.py122 functions = BPF.get_kprobe_functions(self.pattern)
/aosp_15_r20/external/bcc/examples/tracing/
H A Ddisksnoop.py46 if BPF.get_kprobe_functions(b'blk_start_request'):
49 if BPF.get_kprobe_functions(b'__blk_account_io_done'):
H A Dbitehist.py36 if BPF.get_kprobe_functions(b'__blk_account_io_done'):
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_trace3.py22 if BPF.get_kprobe_functions(b"blk_start_request"):
/aosp_15_r20/external/bcc/src/python/bcc/
H A D__init__.py691 def get_kprobe_functions(event_re): member in BPF
834 matches = BPF.get_kprobe_functions(event_re)
868 matches = BPF.get_kprobe_functions(event_re)
/aosp_15_r20/external/bcc/docs/
H A Dtutorial_bcc_python_developer.md227 if BPF.get_kprobe_functions(b'blk_start_request'):
230 if BPF.get_kprobe_functions(b'__blk_account_io_done'):