[roll] Roll fuchsia [kernel] Add syscalls to read boot time and ticks

Adds two syscalls to read the current value of the ZX_CLOCK_BOOT
timeline:
1. zx_ticks_get_boot: Returns the current value in system ticks.
2. zx_clock_get_boot: Returns the current value in nanoseconds.

These syscalls are described in the RFC in https://fxrev.dev/1066674.
Because that RFC has not yet been accepted, these syscalls are annotated
with @next to ensure that the standard vDSO cannot access them.

Original-Bug: 328306129
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1085580
Original-Revision: 5ac38e897f0168ef7d163146a6c8c950879f03c8
GitOrigin-RevId: 750dea8eda74ea76a7a8d789be5e19e3133066bb
Change-Id: If730b1e9cbd71e7449df7a5b1023c7ee2594e2ce
1 file changed
tree: 6247a6d0f37010bc1397b7efd6001b1dd271c724
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.