-
Notifications
You must be signed in to change notification settings - Fork 743
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[XPTI] Add new class xpti::framework::tracepoint_t (#4462)
+ Supports the creation of universal IDs and posting them to TLS storage. Public entry points will need to use the new approach to propagate Universal IDs through multiple layers of the SW Stack. + Added tests to ensure the correctness of new APIs to support this feature and the functionality of the tracepoint object. + New methods added to the spec: - xptiRegisterPayload - xptiQueryPayloadByUID Signed-off-by: Vasanth Tovinkere <[email protected]>
- Loading branch information
Showing
7 changed files
with
306 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
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.