Replies: 1 comment
-
Simple answer: no, this is not supported. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
i have a question regarding perf record. Perf record works correctly with a gramine debug build and in debug enclave mode.
Also, in my manifest template I have set sgx.profile.enable = "main" which writes my perf data to sgx-perf.data file.
Attached my header of the report output. My question is, usually with the -e flag of perf record you can change the event type to have a more detailed insight into cache-misses, instructions, cpu-cycles instead of the default cpu-clock event. Is there a possibility to set this flag for gramine execution aswell, as the perf data is generated by the manifest template flag and not by running perf record by urself?
This question refers to line 'Samples: 72K of event cpu-clock:HGu" in my attached out
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions