diff options
| author | Finn Thain <[email protected]> | 2018-07-02 04:21:19 -0400 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2018-07-31 19:56:43 +1000 |
| commit | 6edc22fc9cbb80fdf929df3e5b912d8c42e0ff3a (patch) | |
| tree | 3f3ec64a8da7adc5301f677012b3638660d698d7 /tools/perf/scripts/python/stackcollapse.py | |
| parent | b5c7cccaacdfa8d707da3e65970b15070f56df5e (diff) | |
macintosh/via-pmu: Disambiguate interrupt statistics
Some of the event counters are overloaded which makes it very
difficult to interpret their values.
Counter 0 is supposed to report CB1 interrupts but it can also count
PMU_INT_WAITING_CHARGER events.
Counter 1 is supposed to report GPIO interrupts but it can also count
other events (depending upon the value of the PMU_INT_ADB bit).
Disambiguate these statistics with dedicated counters for GPIO and
CB1 interrupts.
Comments in the MkLinux source code say that the type 0 and type 1
interrupts are model-specific. Label them as "unknown".
This change to the contents of /proc/pmu/interrupts is by necessity
visible in userland. However, packages which interact with the PMU
(that is, pbbuttonsd, pmac-utils and pmud) don't open this file.
AFAIK, user software has no need to poll these counters.
Tested-by: Stan Johnson <[email protected]>
Signed-off-by: Finn Thain <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions