Re: [PATCH] new irq tracer

From: Peter Zijlstra
Date: Thu Feb 26 2009 - 10:40:39 EST


On Thu, 2009-02-26 at 10:11 -0500, Jason Baron wrote:
>
> Using Steve's new 'DEFINE_TRACE_FMT', I can get function graph trace
> as follows using the original two tracepoints (patch below):
>
> 3) | handle_IRQ_event() {
> 3) | /* (irq_handler_entry) irq=28 handler=eth0 */
> 3) | e1000_intr_msi() {
> 3) 2.460 us | __napi_schedule();
> 3) 9.416 us | }
> 3) | /* (irq_handler_exit) irq=28 handler=eth0 return=handled */
> 3) + 22.935 us | }
>
> thanks,
>
> -Jason
>
>
> Signed-off-by: Jason Baron <jbaron@xxxxxxxxxx>

Looks good, thanks Jason!

Acked-by: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx>


--
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/