-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose the clock and frequency in CtfTmfTrace
The frequency of the CtfTmfTrace is currently exposed in an indirect way using cyclesToNanos(). But sometimes there is the need to get direct frequency. This commit added public methods to get the direct frequency. [Added] public method to get clock info in CTFTmfTrace [Added] public method to get frequency in CTFClock Signed-off-by: Siwei Zhang <[email protected]>
- Loading branch information
Siwei Zhang
committed
Sep 23, 2024
1 parent
945b92e
commit b6ada56
Showing
2 changed files
with
20 additions
and
0 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