-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HIP API args in perfetto + new perfetto categories (#76)
* HIP API perfetto args + updated perfetto categories - Support for HIP API args field in perfetto - PERFETTO_CATEGORIES -> OMNITRACE_PERFETTO_CATEGORIES - Changed perfetto categories for several trace events and trace counters - migrated several TRACE_EVENT_* to use omnitrace::tracing::{push,pop}_perfetto_ts(...) * Tweaked category_region to encode the type of args as well as value - Affects MPI args field in perfetto * Improved testing in ubuntu-focal.yml - "Test Install" step sources setup-env.sh - "Test Install" step tests python support - "Test Install" step tests reading ~/.omnitrace.cfg - Avoid installing boost and tbb libs when building from submodule * validate-perfetto-proto.py accepts -m / --categories * Remove reference from category_region typeids * Tweak opensuse action name * Tweak the "Test Install" Step of ubuntu-focal
- Loading branch information
Showing
12 changed files
with
203 additions
and
103 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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: OpenSUSE 15.2, 15.3 (Python) | ||
name: OpenSUSE 15 (GCC, Python) | ||
|
||
on: | ||
push: | ||
|
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
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
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.