[roll] Roll fuchsia [devices][testing] Adds syscall-intercept library

This is a library to be used in power observability
integration tests.

We want to verify that a program running under Starnix
eventually causes the zx_system_suspend_enter syscall.

This library intercepts the syscall and allows us
to gather call count from it.

Original-Bug: 356216355
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1099410
Original-Revision: 62afabe81e2c7cdb4b295460e0343cd43e24df28
GitOrigin-RevId: 5b29b4595b1353cb2012a58ac59effda89e7b42d
Change-Id: I3259ce0b7961e3b4a7d1037ea29cdbc5cb8e17a5
1 file changed
tree: 8fd5a5bed6ef11cab0b638f34bb17aee87207f28
  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.