Bruce Evans
1ca2c0183f
kern_intr.c:
...
- Count (scheduling of) software interrupts (SWIs) as SWIs, not as
hardware interrupts.
- Don't count (scheduling of) delayed SWIs as interrupts at all, since
in the delayed case it is expected that there are many more scheduling
calls than handling calls. Perhaps all interrupts should be counted
only when they are handled, but it is only counts of delayed SWIs that
shouldn never be combined with the other counts.
subr_trap.c:
- Count (handling of) Asynchronous System Traps (ASTs) as traps, not as
software interrupts.
Before these changes, the counter for SWIs only counted ASTs, and SWIs
weren't counted separately, but a subcounter for ASTs alone is less
needed than for most other exception sources.
4.4BSD-Lite uses the counters for similar things (actually matching
their names) on its main arches (hp300, ..., !i386) where more of the
exceptions are in hardware.
2006-10-18 04:48:09 +00:00
..
2006-09-11 22:20:37 +00:00
2006-03-16 08:51:59 +00:00
2006-09-26 00:15:56 +00:00
2006-10-17 02:28:58 +00:00
2006-09-17 11:00:36 +00:00
2006-07-06 23:37:39 +00:00
2006-03-28 21:30:22 +00:00
2006-06-14 03:14:26 +00:00
2006-02-23 00:13:58 +00:00
2006-10-13 20:49:24 +00:00
2006-03-03 02:06:04 +00:00
2006-09-24 02:29:53 +00:00
2006-07-09 21:42:58 +00:00
2006-09-25 01:29:48 +00:00
2006-09-01 11:45:40 +00:00
2006-09-13 15:47:53 +00:00
2006-08-15 12:10:57 +00:00
2006-10-18 04:48:09 +00:00
2006-09-17 20:00:36 +00:00
2006-02-22 18:57:50 +00:00
2006-02-22 17:21:45 +00:00
2006-09-09 16:09:01 +00:00
2006-07-31 15:31:43 +00:00
2006-07-10 19:28:57 +00:00
2006-10-02 02:06:27 +00:00
2006-09-20 13:33:41 +00:00
2006-07-23 19:55:41 +00:00
2006-09-17 13:44:32 +00:00
2006-06-26 18:34:45 +00:00
2006-08-15 18:26:12 +00:00
2006-04-17 18:20:38 +00:00
2006-09-30 16:33:29 +00:00
2006-09-17 20:00:36 +00:00
2006-09-21 04:18:46 +00:00
2006-07-27 21:45:55 +00:00
2006-04-10 10:03:41 +00:00
2006-10-05 01:56:11 +00:00
2006-08-12 19:47:49 +00:00
2006-06-13 13:12:56 +00:00
2006-08-15 18:29:01 +00:00
2006-06-15 06:41:57 +00:00
2006-08-01 16:32:20 +00:00
2006-06-16 07:36:18 +00:00
2006-08-04 07:56:35 +00:00
2006-09-22 15:04:28 +00:00
2006-08-28 04:24:51 +00:00
2006-10-02 16:06:26 +00:00
2006-10-11 14:57:03 +00:00
2006-10-17 02:24:47 +00:00
2006-07-17 21:00:42 +00:00
2006-07-12 05:54:17 +00:00
2006-06-21 20:42:08 +00:00
2006-07-14 22:39:18 +00:00
2006-08-05 19:25:14 +00:00
2006-08-15 17:09:32 +00:00
2006-03-30 18:45:50 +00:00
2006-07-13 06:41:26 +00:00
2006-08-25 06:12:53 +00:00
2006-08-25 06:12:53 +00:00
2006-08-25 06:12:53 +00:00
2006-04-23 22:12:39 +00:00
2006-07-23 19:35:10 +00:00
2006-07-19 18:53:56 +00:00
2006-09-11 19:41:31 +00:00
2006-10-02 18:23:37 +00:00
2006-05-29 05:43:26 +00:00
2006-06-25 12:36:21 +00:00
2006-07-09 21:42:58 +00:00
2006-06-18 12:27:59 +00:00
2006-09-17 20:00:36 +00:00
2006-09-11 19:31:52 +00:00
2006-10-02 18:23:37 +00:00
2006-04-21 20:40:43 +00:00
2006-05-28 22:15:28 +00:00
2006-05-24 22:11:07 +00:00
2006-10-18 04:48:09 +00:00
2006-08-15 18:29:01 +00:00
2006-09-13 15:48:15 +00:00
2006-10-14 19:01:55 +00:00
2006-06-10 14:34:07 +00:00
2006-10-14 10:30:14 +00:00
2006-07-24 15:20:08 +00:00
2006-10-17 02:28:58 +00:00
2006-10-17 02:24:47 +00:00
2006-10-17 02:28:58 +00:00
2006-09-20 13:40:00 +00:00
2006-09-20 13:40:00 +00:00
2006-09-20 13:40:00 +00:00
2006-05-26 11:00:20 +00:00
2006-09-29 09:53:19 +00:00
2006-10-04 05:43:39 +00:00
2006-09-27 16:41:15 +00:00
2006-09-30 08:11:51 +00:00
2006-07-24 15:20:08 +00:00
2006-09-21 09:55:43 +00:00
2006-09-26 04:12:49 +00:00
2006-08-16 08:25:40 +00:00
2006-09-06 21:59:36 +00:00
2006-08-02 16:23:52 +00:00
2006-09-22 15:34:16 +00:00
2006-08-09 17:43:27 +00:00
2006-08-13 23:16:59 +00:00
2006-07-06 23:37:39 +00:00
2006-10-15 14:22:14 +00:00
2006-10-02 02:06:27 +00:00
2006-06-16 05:09:28 +00:00
2006-09-26 04:15:59 +00:00
2006-09-20 00:27:02 +00:00
2006-09-26 04:12:49 +00:00
2006-09-26 04:15:59 +00:00
2006-04-18 08:05:08 +00:00
2006-06-26 18:33:32 +00:00
2006-09-14 17:57:02 +00:00
2006-10-03 10:47:04 +00:00
2006-10-02 07:25:58 +00:00
2006-09-26 04:15:59 +00:00
2006-06-24 22:55:43 +00:00
2006-05-31 14:06:06 +00:00