[roll] Roll fuchsia [power][broker] Make the ElementID an integer instead of a string

We have enough information in the events list + topology (see element
lifecycle section @ go/fuchsia-power-broker-obs-improve) to be able to
always derive the event name. Therefore, we don't need to encode the
name in the element_id and can rely on a random number for it. This
change ensures that the alive element ids are unique, however we may
reuse element ids as elements are removed which means that the event
list may have element ids that refer to different elements and tools have to take that into account.

The core goal is to reduce space usage in our inspect instrumentation.

Original-Fixed: 404631544
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1232424
Original-Revision: b587b90d93313302932f04721f4f06997adf76e6
GitOrigin-RevId: a67aa6e53f8eb4cd5f38cf92f5ae20a01a4b86ff
Change-Id: I3085ea8355e22caed66e375b5fe6be91448be256
1 file changed
tree: 71ecb1eca0552b7cd83f0ddbb6e017eb86abeef9
  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.