-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xtest: stats: used exported PTA API + print clock/regulator trees #717
Conversation
@@ -59,6 +33,8 @@ static int usage(void) | |||
fprintf(stderr, " --memleak Dump memory leak data on secure console\n"); | |||
fprintf(stderr, " --ta Print loaded TAs context\n"); | |||
fprintf(stderr, " --time Print REE and TEE time\n"); | |||
fprintf(stderr, " --clocks Dump clock tree on secure console\n"); | |||
fprintf(stderr, " --regulators Dump regulator tree on secure console\n"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, sorry, i'll fix.
Thanks.
comment above addressed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed-by: Jerome Forissier <[email protected]>
Rely on pta_stats.h header file for the statistics PTA API definition rather than using a local definition. Reviewed-by: Jerome Forissier <[email protected]> Signed-off-by: Etienne Carriere <[email protected]>
Add 'xtest --stats' options '--clocks' and '--regulators' to respectively dump OP-TEE core clock tree and regulator tree to the secure console. Reviewed-by: Jerome Forissier <[email protected]> Signed-off-by: Etienne Carriere <[email protected]>
review tag applied |
This P-R depends on OP-TEE/optee_os#6521.