[roll] Roll fuchsia [kernel] small fix and tweak to CPU_STATS and kstats command

A few minor changes:
- Have the ARM arch actually track the number of page faults, which it
  wasn't compared to the other arches.
- Remove irq_preempts which hasn't made any sense for a long time and
  collapse it into just the preempts counter, which has been zero for a
  while.
- Stop printing 'excep' which has been 0 for some time.

Tweak both kstats and k threadstats to track these changes.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1481900
Original-Revision: 8428d98e52ab2cfbcbb65fb723c9163a7f743dfa
GitOrigin-RevId: dc658d993ef01bfd11937c352eea30e8c8bd1844
Change-Id: Ifdd2644d943f44a2be86312e324593fac3712390
1 file changed
tree: fcd30b1f03e0b9d9fcf738b924bb074f6257c06f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.