[PATCH RT 11/16] hwlat-detector: Update hwlat_detector to add outer loop detection

2013-09-09 Thread Steven Rostedt
From: Steven Rostedt The hwlat_detector reads two timestamps in a row, then reports any gap between those calls. The problem is, it misses everything between the second reading of the time stamp to the first reading of the time stamp in the next loop. That's were most of the time is spent, which

[PATCH RT 11/16] hwlat-detector: Update hwlat_detector to add outer loop detection

2013-09-09 Thread Steven Rostedt
From: Steven Rostedt The hwlat_detector reads two timestamps in a row, then reports any gap between those calls. The problem is, it misses everything between the second reading of the time stamp to the first reading of the time stamp in the next loop. That's were most of the time is spent, which

[PATCH RT 11/16] hwlat-detector: Update hwlat_detector to add outer loop detection

2013-09-09 Thread Steven Rostedt
From: Steven Rostedt The hwlat_detector reads two timestamps in a row, then reports any gap between those calls. The problem is, it misses everything between the second reading of the time stamp to the first reading of the time stamp in the next loop. That's were most of the time is spent, which