Skip to content

Commit 39b4ba5

Browse files
committed
remvoe redundant funcs
1 parent d0ccb13 commit 39b4ba5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

datacrumbs/dfbcc/io_probes.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,18 +227,15 @@ def __init__(self) -> None:
227227
BCCFunctions("vfs_readv"),
228228
BCCFunctions("vfs_writev"),
229229
BCCFunctions("do_sendfile"),
230-
BCCFunctions("do_readv_writev"),
231230
BCCFunctions("rw_verify_area"),
232231
BCCFunctions("wait_on_page_bit"),
233232
BCCFunctions("find_or_create_page"),
234233
BCCFunctions("find_get_pages"),
235234
BCCFunctions("find_get_pages_contig"),
236235
BCCFunctions("grab_cache_page_nowait"),
237-
BCCFunctions(" wake_up_page"),
238-
BCCFunctions(" do_readahead"),
239-
BCCFunctions(" read_cache_page"),
240-
BCCFunctions(" do_readahead"),
241-
BCCFunctions(" do_readahead"),
236+
BCCFunctions("wake_up_page"),
237+
BCCFunctions("do_readahead"),
238+
BCCFunctions("read_cache_page"),
242239
BCCFunctions("fdatawrite", ".*fdatawrite.*"),
243240
BCCFunctions("filename", ".*filename.*"),
244241
BCCFunctions("sync", ".*sync.*"),

0 commit comments

Comments
 (0)