Re: [PATCH 12/16] tracing: tracepoints for softirq entry/exit - addsoftirq-to-name array

From: Andrew Morton
Date: Fri Mar 13 2009 - 00:18:58 EST


On Thu, 12 Mar 2009 22:37:16 -0400 Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> +char *softirq_to_name[NR_SOFTIRQS] = {
> + "HI_SOFTIRQ", "TIMER_SOFTIRQ", "NET_TX_SOFTIRQ", "NET_RX_SOFTIRQ",
> + "BLOCK_SOFTIRQ", "TASKLET_SOFTIRQ", "SCHED_SOFTIRQ", "HRTIMER_SOFTIRQ",
> + "RCU_SOFTIRQ"
> +};

"HI", "TIMER", "NET_TX", "NET_RX",
"BLOCK", "TASKLET", "SCHED", "HRTIMER",
"RCU"

would suffice.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/