Searched hist:"2 c099014a0a456012c1778e80adce839bf956b77" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/trace/events/ |
H A D | afs.h | diff 2c099014a0a456012c1778e80adce839bf956b77 Thu Nov 02 10:27:51 CDT 2017 David Howells <dhowells@redhat.com> afs: Trace the sending of pages
Add a pair of tracepoints to log the sending of pages for an FS.StoreData or FS.StoreData64 operation.
Tracepoint afs_send_pages notes each set of pages added to the operation. There may be several of these per operation as we get up at most 8 contiguous pages in one go because the bvec we're using is on the stack.
Tracepoint afs_sent_pages notes the end of adding data from a whole run of pages to the operation and the completion of the request phase.
Signed-off-by: David Howells <dhowells@redhat.com>
|
/openbmc/linux/fs/afs/ |
H A D | rxrpc.c | diff 2c099014a0a456012c1778e80adce839bf956b77 Thu Nov 02 10:27:51 CDT 2017 David Howells <dhowells@redhat.com> afs: Trace the sending of pages
Add a pair of tracepoints to log the sending of pages for an FS.StoreData or FS.StoreData64 operation.
Tracepoint afs_send_pages notes each set of pages added to the operation. There may be several of these per operation as we get up at most 8 contiguous pages in one go because the bvec we're using is on the stack.
Tracepoint afs_sent_pages notes the end of adding data from a whole run of pages to the operation and the completion of the request phase.
Signed-off-by: David Howells <dhowells@redhat.com>
|