[roll] Roll fuchsia [kernel] Introduce memory tracing category and use it in the heap

Cmpctmalloc previous used kernel:sched for all of its trace points,
which is not the right category to use here. This change fixes that
by introducing the kernel:memory category (which replaces the
previously unused kernel:lifecycle category) and uses that instead.

Original-Bug: 399427107
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1256186
Original-Revision: 39ae5c985567accda4062bc0f938b0cb330eda43
GitOrigin-RevId: 189f1e0498b3d8eaf120333df6809ce73b628df7
Change-Id: Ic309b4f1262b18047915140a2a03b2473fade7f1
1 file changed
tree: 461fb99bdacee70b64df9209f1db8e31a42c4c0f
  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.