diff options
author | Jens Axboe <jaxboe@fusionio.com> | 2011-04-12 04:06:33 -0400 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2011-04-12 04:06:33 -0400 |
commit | d9c97833179036408e53ef5f3f5c7eaf781769bc (patch) | |
tree | 3c0a6d7942f61fcdbeb029664400c3a9b7d65494 /include/trace | |
parent | 109b81296c63228578d4760794d8dd46e02eddfb (diff) |
block: remove block_unplug_timer() trace point
We no longer have an unplug timer running, so no point in keeping
the trace point.
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'include/trace')
-rw-r--r-- | include/trace/events/block.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/trace/events/block.h b/include/trace/events/block.h index 78f18adb49c8..43a985390bb6 100644 --- a/include/trace/events/block.h +++ b/include/trace/events/block.h | |||
@@ -419,20 +419,6 @@ DECLARE_EVENT_CLASS(block_unplug, | |||
419 | ); | 419 | ); |
420 | 420 | ||
421 | /** | 421 | /** |
422 | * block_unplug_timer - timed release of operations requests in queue to device driver | ||
423 | * @q: request queue to unplug | ||
424 | * | ||
425 | * Unplug the request queue @q because a timer expired and allow block | ||
426 | * operation requests to be sent to the device driver. | ||
427 | */ | ||
428 | DEFINE_EVENT(block_unplug, block_unplug_timer, | ||
429 | |||
430 | TP_PROTO(struct request_queue *q), | ||
431 | |||
432 | TP_ARGS(q) | ||
433 | ); | ||
434 | |||
435 | /** | ||
436 | * block_unplug_io - release of operations requests in request queue | 422 | * block_unplug_io - release of operations requests in request queue |
437 | * @q: request queue to unplug | 423 | * @q: request queue to unplug |
438 | * | 424 | * |