[roll] Roll fuchsia [tracing] Default ktrace-provider to 32mb

With our current tracing set up, it's almost always incorrect to run a
trace with the default buffer size of 4MB since you'll get very little
kernel data.

This defaults the trace buffer size specifically for ktrace-provider to
match the default ktrace buffer size so we at least always capture the
full kernel trace.

Original-Fixed: 376060222

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1146053
Original-Revision: daf7a0f5ff281ee1ed8c9be25994a36bcd0d1797
GitOrigin-RevId: 09b5d771bc541d5ca943b4d55708b16fcc61a952
Change-Id: I3ab0b8bdf6103540d919381d8c9679d6b8d7ba61
1 file changed
tree: e90f5e588048ad9afeceb9072c4f224c7c4e340f
  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.