Re: [PATCH 05/27] usb: chipidea: replace interrupt accounting with tracepoints

2013-03-30 Thread Alexander Shishkin
Greg KH writes: > On Sat, Mar 30, 2013 at 02:46:21AM +0200, Alexander Shishkin wrote: >> The driver also has interrupt counters and another ring buffer for keeping >> track of the order in which they arrive. This patch converts these counters >> to trace points. Userspace tools such as perf can p

Re: [PATCH 05/27] usb: chipidea: replace interrupt accounting with tracepoints

2013-03-29 Thread Greg KH
On Sat, Mar 30, 2013 at 02:46:21AM +0200, Alexander Shishkin wrote: > The driver also has interrupt counters and another ring buffer for keeping > track of the order in which they arrive. This patch converts these counters > to trace points. Userspace tools such as perf can provide information on b

[PATCH 05/27] usb: chipidea: replace interrupt accounting with tracepoints

2013-03-29 Thread Alexander Shishkin
The driver also has interrupt counters and another ring buffer for keeping track of the order in which they arrive. This patch converts these counters to trace points. Userspace tools such as perf can provide information on both order and stats of the interrupts. Signed-off-by: Alexander Shishkin