aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/events/netfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-18netfs: Add a function to consolidate beginning a readDavid Howells1-2/+3
2022-03-18netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells1-1/+10
2022-03-18netfs: Adjust the netfs_failure tracepoint to indicate non-subreq linesDavid Howells1-4/+4
2022-03-18netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells1-0/+40
2022-03-18netfs: Trace refcounting on the netfs_io_request structDavid Howells1-0/+35
2022-03-18netfs: Adjust the netfs_rreq tracepoint slightlyDavid Howells1-9/+9
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells1-7/+7
2022-03-18netfs: Generate enums from trace symbol mapping listsDavid Howells1-43/+16
2022-01-07netfs: Display the netfs inode number in the netfs_read tracepointDavid Howells1-1/+4
2021-08-25netfs: Move cookie debug ID to struct netfs_cache_resourcesDavid Howells1-1/+1
2021-04-23netfs: Add a tracepoint to log failures that would be otherwise unseenDavid Howells1-0/+58
2021-04-23netfs: Define an interface to talk to a cacheDavid Howells1-0/+2
2021-04-23netfs: Add write_begin helperDavid Howells1-1/+3
2021-04-23netfs: Add tracepointsDavid Howells1-0/+199