ian 87dd3ff9a4 Eliminate the need for an intermediate array of indices into the arrays of
interrupt counts and names, by making the names into an array of fixed-length
strings that can be directly indexed.  This eliminates extra memory accesses
on every interrupt to increment the counts.

As a side effect, it also fixes a bug that would corrupt the names data
if a name was longer than MAXCOMLEN, which led to incorrect vmstat -i output.

Approved by:	cognet (mentor)
2013-01-19 00:50:12 +00:00
..
2013-01-16 22:59:50 +00:00
2013-01-17 23:56:43 +00:00
2012-10-10 08:36:38 +00:00
2012-11-01 04:07:08 +00:00
2013-01-17 23:56:43 +00:00
2012-12-28 09:19:49 +00:00
2013-01-17 19:03:24 +00:00
2012-10-10 08:36:38 +00:00
2013-01-16 01:30:46 +00:00
2013-01-03 23:12:08 +00:00