aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-11-10 14:56:14 +0100
committerSteven Rostedt <rostedt@goodmis.org>2016-02-09 14:44:01 -0500
commit820dc815193e782af3b4949a376f23163c6cff81 (patch)
tree88bd57876b73b890e2768ebefe31a5c9f455e0a9
parent02e85fa19d4aed68d6a3a0cd21b9d4ce1f55025a (diff)
downloadtrace-cmd-820dc815193e782af3b4949a376f23163c6cff81.tar.gz
irq_poll: make blk-iopoll available outside the block layer
The new name is irq_poll as iopoll is already taken. Better suggestions welcome. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rw-r--r--event-parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/event-parse.c b/event-parse.c
index a4aed20f..81a2efad 100644
--- a/event-parse.c
+++ b/event-parse.c
@@ -3749,7 +3749,7 @@ static const struct flag flags[] = {
{ "NET_TX_SOFTIRQ", 2 },
{ "NET_RX_SOFTIRQ", 3 },
{ "BLOCK_SOFTIRQ", 4 },
- { "BLOCK_IOPOLL_SOFTIRQ", 5 },
+ { "IRQ_POLL_SOFTIRQ", 5 },
{ "TASKLET_SOFTIRQ", 6 },
{ "SCHED_SOFTIRQ", 7 },
{ "HRTIMER_SOFTIRQ", 8 },