Searched hist:"48 b77ad6084481ef9330a5d2bee289966da0975b" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/trace/events/ |
H A D | block.h | diff 48b77ad6084481ef9330a5d2bee289966da0975b Fri Jan 27 02:35:54 CST 2017 Christoph Hellwig <hch@lst.de> block: cleanup tracing
A couple tweaks to the tracing code:
- trace the request size for all requests - trace request sector and nr_sectors only for fs requests, enforced by helpers - drop SCSI CDB tracing - we have SCSI tracing for this and are going to me the CDB out of the generic struct request soon.
With this the tracing code stops to know about BLOCK_PC requests entirely, it's just FS vs passthrough requests now, where the latter includes any driver-private requests.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>
|
/openbmc/linux/include/linux/ |
H A D | blktrace_api.h | diff 48b77ad6084481ef9330a5d2bee289966da0975b Fri Jan 27 02:35:54 CST 2017 Christoph Hellwig <hch@lst.de> block: cleanup tracing
A couple tweaks to the tracing code:
- trace the request size for all requests - trace request sector and nr_sectors only for fs requests, enforced by helpers - drop SCSI CDB tracing - we have SCSI tracing for this and are going to me the CDB out of the generic struct request soon.
With this the tracing code stops to know about BLOCK_PC requests entirely, it's just FS vs passthrough requests now, where the latter includes any driver-private requests.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>
|
/openbmc/linux/kernel/trace/ |
H A D | blktrace.c | diff 48b77ad6084481ef9330a5d2bee289966da0975b Fri Jan 27 02:35:54 CST 2017 Christoph Hellwig <hch@lst.de> block: cleanup tracing
A couple tweaks to the tracing code:
- trace the request size for all requests - trace request sector and nr_sectors only for fs requests, enforced by helpers - drop SCSI CDB tracing - we have SCSI tracing for this and are going to me the CDB out of the generic struct request soon.
With this the tracing code stops to know about BLOCK_PC requests entirely, it's just FS vs passthrough requests now, where the latter includes any driver-private requests.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>
|