[roll] Roll fuchsia [loadbench] Fix Trace Parsing

The trace reading code in loadbench didn't properly handle left over
bytes. This could cause it to process 0 bytes at each step if it found a
zero length record, causing an infinite loop. Each ReadKernelBuffer call
would request the same offset which would copy the same data each time.

This CL actually implements the proper chunking.

Original-Bug: 456661404
Multiply: fuchsia-pkg://fuchsia.com/loadbench_tests#meta/loadbench_unittests.cm
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1413654
Original-Revision: 1ee46ac549bc4cf5919acc51c07906b655047c77
GitOrigin-RevId: c29f99cc2ef4eb46bfe3e66f41c1ed6014afd067
Change-Id: I21f86d640feabc9ae2053a8cb7434170bb2dab41
1 file changed
tree: 9b2d662205ab53fdc79d20bd40850767c8f5f2b2
  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.