Searched hist:b4b9d2ccf0be61c69213f6ae4e33377c05194ef4 (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/sunrpc/ |
H A D | debug.h | diff b4b9d2ccf0be61c69213f6ae4e33377c05194ef4 Wed Nov 26 20:44:43 CET 2014 Jeff Layton <jlayton@primarydata.com> sunrpc: add debugfs file for displaying client rpc_task queue
It's possible to get a dump of the RPC task queue by writing a value to /proc/sys/sunrpc/rpc_debug. If you write any value to that file, you get a dump of the RPC client task list into the log buffer. This is a rather inconvenient interface however, and makes it hard to get immediate info about the task queue.
Add a new directory hierarchy under debugfs:
sunrpc/ rpc_clnt/ <clientid>/
Within each clientid directory we create a new "tasks" file that will dump info similar to what shows up in the log buffer, but with a few small differences -- we avoid printing raw kernel addresses in favor of symbolic names and the XID is also displayed.
Signed-off-by: Jeff Layton <jlayton@primarydata.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
|
H A D | clnt.h | diff b4b9d2ccf0be61c69213f6ae4e33377c05194ef4 Wed Nov 26 20:44:43 CET 2014 Jeff Layton <jlayton@primarydata.com> sunrpc: add debugfs file for displaying client rpc_task queue
It's possible to get a dump of the RPC task queue by writing a value to /proc/sys/sunrpc/rpc_debug. If you write any value to that file, you get a dump of the RPC client task list into the log buffer. This is a rather inconvenient interface however, and makes it hard to get immediate info about the task queue.
Add a new directory hierarchy under debugfs:
sunrpc/ rpc_clnt/ <clientid>/
Within each clientid directory we create a new "tasks" file that will dump info similar to what shows up in the log buffer, but with a few small differences -- we avoid printing raw kernel addresses in favor of symbolic names and the XID is also displayed.
Signed-off-by: Jeff Layton <jlayton@primarydata.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
|
/linux/net/sunrpc/ |
H A D | debugfs.c | b4b9d2ccf0be61c69213f6ae4e33377c05194ef4 Wed Nov 26 20:44:43 CET 2014 Jeff Layton <jlayton@primarydata.com> sunrpc: add debugfs file for displaying client rpc_task queue
It's possible to get a dump of the RPC task queue by writing a value to /proc/sys/sunrpc/rpc_debug. If you write any value to that file, you get a dump of the RPC client task list into the log buffer. This is a rather inconvenient interface however, and makes it hard to get immediate info about the task queue.
Add a new directory hierarchy under debugfs:
sunrpc/ rpc_clnt/ <clientid>/
Within each clientid directory we create a new "tasks" file that will dump info similar to what shows up in the log buffer, but with a few small differences -- we avoid printing raw kernel addresses in favor of symbolic names and the XID is also displayed.
Signed-off-by: Jeff Layton <jlayton@primarydata.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
|
H A D | Makefile | diff b4b9d2ccf0be61c69213f6ae4e33377c05194ef4 Wed Nov 26 20:44:43 CET 2014 Jeff Layton <jlayton@primarydata.com> sunrpc: add debugfs file for displaying client rpc_task queue
It's possible to get a dump of the RPC task queue by writing a value to /proc/sys/sunrpc/rpc_debug. If you write any value to that file, you get a dump of the RPC client task list into the log buffer. This is a rather inconvenient interface however, and makes it hard to get immediate info about the task queue.
Add a new directory hierarchy under debugfs:
sunrpc/ rpc_clnt/ <clientid>/
Within each clientid directory we create a new "tasks" file that will dump info similar to what shows up in the log buffer, but with a few small differences -- we avoid printing raw kernel addresses in favor of symbolic names and the XID is also displayed.
Signed-off-by: Jeff Layton <jlayton@primarydata.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
|
H A D | Kconfig | diff b4b9d2ccf0be61c69213f6ae4e33377c05194ef4 Wed Nov 26 20:44:43 CET 2014 Jeff Layton <jlayton@primarydata.com> sunrpc: add debugfs file for displaying client rpc_task queue
It's possible to get a dump of the RPC task queue by writing a value to /proc/sys/sunrpc/rpc_debug. If you write any value to that file, you get a dump of the RPC client task list into the log buffer. This is a rather inconvenient interface however, and makes it hard to get immediate info about the task queue.
Add a new directory hierarchy under debugfs:
sunrpc/ rpc_clnt/ <clientid>/
Within each clientid directory we create a new "tasks" file that will dump info similar to what shows up in the log buffer, but with a few small differences -- we avoid printing raw kernel addresses in favor of symbolic names and the XID is also displayed.
Signed-off-by: Jeff Layton <jlayton@primarydata.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
|
H A D | sunrpc_syms.c | diff b4b9d2ccf0be61c69213f6ae4e33377c05194ef4 Wed Nov 26 20:44:43 CET 2014 Jeff Layton <jlayton@primarydata.com> sunrpc: add debugfs file for displaying client rpc_task queue
It's possible to get a dump of the RPC task queue by writing a value to /proc/sys/sunrpc/rpc_debug. If you write any value to that file, you get a dump of the RPC client task list into the log buffer. This is a rather inconvenient interface however, and makes it hard to get immediate info about the task queue.
Add a new directory hierarchy under debugfs:
sunrpc/ rpc_clnt/ <clientid>/
Within each clientid directory we create a new "tasks" file that will dump info similar to what shows up in the log buffer, but with a few small differences -- we avoid printing raw kernel addresses in favor of symbolic names and the XID is also displayed.
Signed-off-by: Jeff Layton <jlayton@primarydata.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
|
H A D | clnt.c | diff b4b9d2ccf0be61c69213f6ae4e33377c05194ef4 Wed Nov 26 20:44:43 CET 2014 Jeff Layton <jlayton@primarydata.com> sunrpc: add debugfs file for displaying client rpc_task queue
It's possible to get a dump of the RPC task queue by writing a value to /proc/sys/sunrpc/rpc_debug. If you write any value to that file, you get a dump of the RPC client task list into the log buffer. This is a rather inconvenient interface however, and makes it hard to get immediate info about the task queue.
Add a new directory hierarchy under debugfs:
sunrpc/ rpc_clnt/ <clientid>/
Within each clientid directory we create a new "tasks" file that will dump info similar to what shows up in the log buffer, but with a few small differences -- we avoid printing raw kernel addresses in favor of symbolic names and the XID is also displayed.
Signed-off-by: Jeff Layton <jlayton@primarydata.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
|