[roll] Roll fuchsia [sestarnix] Add self profiling instrumentation

Add `profile_duration!(...)` instrumentation to the following SELinux
entry points.

1. SELinuxFS mounting and file-based APIs
2. SELinux policy loading
3. All LSM/security hooks, minus a few that are too trivial to
   benchmark

When used with profiled variant of the Starnix boot test, these
instrumentations provide the raw data to be analyzed to better
understand the SELinux overhead incurred by the representative
CUJ of booting unmodified Android.

Original-Bug: b/366533140
Test: Manually ran the profiled variant of the starnix boot test 5x
      each with and without this CL and observed negligible profiling
      overhead (+44ms of total ~20s boot time, or ~0.2%).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1145956
Original-Revision: 17fa0e8d3459ad3b62531df6afba62a06387ba7b
GitOrigin-RevId: 825d570f06d5c7687b3860b04380c2b08abfd0f3
Change-Id: Iad289fa1d39fcc5aeb522139ca3d40193ff622ae
1 file changed
tree: 7e284e33a5b9fa868b1817eb6248a17a6c386a6e
  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 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.