[roll] Roll fuchsia [syscall] Add new fields to zx_info_cpu_stats_t

This change adds the following new fields to zx_info_cpu_stats_t:

- normalized_busy_time
- active_energy_consumption_nj
- idle_energy_consumption_nj

These fields will be populated and used in the followup patches.

The syscall ABI for zx_object_get_info with ZX_INFO_CPU_STATS is changed
incompatibly but is only used by privileged in-tree users.

Original-Bug: 467083789
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1459150
Original-Revision: 74df2e1a728a31cc86d6c4b667216f3a5ad77bae
GitOrigin-RevId: f1f87f746f1c705f7f95239dd78f25b3930e68c7
Change-Id: I1598b3b9823ceccd271ee1b9d2f04d0d8ffd260d
1 file changed
tree: 549c25e6e0a0f65c1907f34c837332878af7706c
  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.