about summary refs log tree commit homepage
path: root/probes.d
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-07-17 18:41:48 +0000
committerEric Wong <normalperson@yhbt.net>2013-07-17 18:44:23 +0000
commit48bbaf84da51644451a3dc0c1254d51c035ccce0 (patch)
treedc4d5939850e4d41b1bc3bc86ef23a98c7a24f0a /probes.d
parentf8c655bbb3b733a10c6aab9c71246e94652c6cc9 (diff)
downloadcmogstored-48bbaf84da51644451a3dc0c1254d51c035ccce0.tar.gz
ioq tracing will allow users to notice when devices are saturated
(from a cmogstored POV) and increase aio_threads if necessary.
Diffstat (limited to 'probes.d')
-rw-r--r--probes.d4
1 files changed, 4 insertions, 0 deletions
diff --git a/probes.d b/probes.d
index 6a0ced8..20a05a6 100644
--- a/probes.d
+++ b/probes.d
@@ -17,6 +17,10 @@ provider cmogstored {
         /* DWARF: mog_http_get_open */
         probe http_req_end();
 
+        /* DWARF: mog_ioq_ready(.return) */
+        probe ioq_reschedule(int fd);
+        /* DWARF: mog_ioq_unblock(.return) */
+
         probe mgmt_accepted(int fd, const char *host, const char *port,
                                 const char *listen_addr);
         probe mgmt_rderr(struct mog_fd *mfd, size_t buf_len, int err);