-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_system: Add tracing to the demo system
Adds a sample implementation of the trace service with built on top of the flat filesystem and transfer services. The trace data is backed by a persistent buffer, again as an sample implementation. Also fixes an issue with pw_transfer failing to compile on systems with different periods. Note: - the bazel build doesn't link due to tracing not being supported in the bazel build(b/260641850), so tracing is disabled in the sample bazel build. - the cmake build doesn't compile, but it was updated we new targets so as not to dig the hole any deeper. Change-Id: I483d049d486647c10be3db8f104ea2419a31a312 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/168834 Commit-Queue: Dave Roth <davidroth@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Armando Montanez <amontanez@google.com> Reviewed-by: Alexei Frolov <frolv@google.com>
- Loading branch information
Showing
33 changed files
with
1,159 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,3 +76,7 @@ yarn-error.log | |
|
||
# Emboss | ||
*.emb.h | ||
|
||
# Console Logs | ||
pw_console-logs.txt | ||
pw_console-device-logs.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.