[roll] Roll fuchsia tp_shell python library

This adds a trace_processor_shell wrapper that starts the
trace_processor in the background and then sends queries to it over the
RPC interface. The result is only having to parse the trace file once
and be able to run multiple queries against it.

Multiply: tp_shell_test
Original-Original-Bug: 375058140
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1680765
Original-Original-Revision: 83b666470a8b79889625a6bc9097f85c322abd64
GitOrigin-RevId: a27409776ef7e22909ff084641fd49533798668e
Change-Id: Ia88b3ced11fdd63a1c73db963b5abbd3e517bdc6
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1696435
Cr-Commit-Position: refs/heads/main@{#196300}
1 file changed
tree: aa082e3f42601ca6255b7a37db39a362c41d2aaa
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.