Refactor IRQ state provider and related classes
authorAntoine Busque <antoinebusque@gmail.com>
Tue, 3 Mar 2015 01:32:05 +0000 (20:32 -0500)
committerAntoine Busque <antoinebusque@gmail.com>
Tue, 3 Mar 2015 01:32:05 +0000 (20:32 -0500)
commitf4522f09a2489c20d3e330f7f2b17cfef83121de
tree19c31e76c54dc7f5b124730b699305ee4eb7d20f
parentda6d08424828736d80b1626d465fd45a6dc21ee6
Refactor IRQ state provider and related classes

The IRQ state provider is now devoid of "analysis" or aggregation code
and now tracks the current state only, and does so using the newly
implemented HardIRQ and SoftIRQ classes in sv. The removed analysis code
will be reimplemented in the IRQ module of the analysis package, once
the notification system between automaton and analysis is implemented.
linuxautomaton/linuxautomaton/automaton.py
linuxautomaton/linuxautomaton/irq.py
linuxautomaton/linuxautomaton/sv.py
This page took 0.025198 seconds and 5 git commands to generate.