[roll] Roll fuchsia Revert "[power] Increase history capture for PB and SAG"

This reverts commit 28fd34589cd365c10b9b15a024c0598026ef1989.

Reason for revert: ToggleLease performance regression

Original-Bug: 394674201
Original change's description:
> [power] Increase history capture for PB and SAG
>
> This patch increases the number of events captured
> by Power Broker and System Activity Governor, to
> improve diagnosability beyond ~5-10 minutes of history
> (in the worst case we see in the fleet today).
>
> With recent fuchsia.inspect.Graph optimizations, PB's
> increase to 16k events occupies 82% of the VMO, which
> leaves some headroom for safety and future adjustments.
>
> SAG's increase to 4k events requires extra room
> room in the VMO, and we see a steady state occupancy
> of 85%. (For the "1000 leases" test, we see occupancy
> of 93%.)
>
> Original-Bug: 394674201
> Change-Id: I00f2089be235bc24def115227c50b93cdb3e8f14
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1270428
> Reviewed-by: Onath Dillinger <claridge@google.com>
> Commit-Queue: Jaeheon Yi <jaeheon@google.com>

Original-Bug: 394674201
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1278675
Original-Revision: 92537f5c70cf6d5d32a24ee063086269dc4ede17
GitOrigin-RevId: 5765387b48a1b39bbc0de791a7733b8983cfa56a
Change-Id: Id2ac14fd7d6ec68d23513349490228cd357e86b3
1 file changed
tree: eff0f6a1e5b1c5eb605a1de722ea4a1ad6cf54ba
  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.