Re: [PATCH] irq: add irq handler function name in ftrace

2013-08-21 Thread Steven Rostedt
Thomas, Are you OK with this change? -- Steve On Wed, 21 Aug 2013 11:44:21 +0800 Li Fei wrote: > At present, irq handler function name is not printed out when > irq_handler_entry is added into trace event, which is inconvenient > for debugging. > In order to improve the debugging efficiency,

[PATCH] irq: add irq handler function name in ftrace

2013-08-20 Thread Li Fei
At present, irq handler function name is not printed out when irq_handler_entry is added into trace event, which is inconvenient for debugging. In order to improve the debugging efficiency, print out the handler function name in irq_handler_entry. Signed-off-by: Li Fei Acked-by: Liu Chuansheng -