We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ccb13 commit 39b4ba5Copy full SHA for 39b4ba5
1 file changed
datacrumbs/dfbcc/io_probes.py
@@ -227,18 +227,15 @@ def __init__(self) -> None:
227
BCCFunctions("vfs_readv"),
228
BCCFunctions("vfs_writev"),
229
BCCFunctions("do_sendfile"),
230
- BCCFunctions("do_readv_writev"),
231
BCCFunctions("rw_verify_area"),
232
BCCFunctions("wait_on_page_bit"),
233
BCCFunctions("find_or_create_page"),
234
BCCFunctions("find_get_pages"),
235
BCCFunctions("find_get_pages_contig"),
236
BCCFunctions("grab_cache_page_nowait"),
237
- BCCFunctions(" wake_up_page"),
238
- BCCFunctions(" do_readahead"),
239
- BCCFunctions(" read_cache_page"),
240
241
+ BCCFunctions("wake_up_page"),
+ BCCFunctions("do_readahead"),
+ BCCFunctions("read_cache_page"),
242
BCCFunctions("fdatawrite", ".*fdatawrite.*"),
243
BCCFunctions("filename", ".*filename.*"),
244
BCCFunctions("sync", ".*sync.*"),
0 commit comments