When the trace buffers are saved to disk?
Adel Belkhiri
adel.belkhiri at gmail.com
Thu Nov 28 20:17:26 CET 2024
Hi all,
Recently, while tracing applications from the apps and examples
directories, I became confused about when the trace buffer is written to
disk. Is the trace data saved only when rte_save_trace() is called, or does
it also automatically save when the buffer becomes full?
>From my understanding, rte_save_trace() is invoked when the application
executes rte_eal_cleanup(). Does this mean the target application needs to
explicitly support tracing by calling rte_save_trace()—perhaps at regular
intervals—to dump the trace buffer to disk? Otherwise, will we only get a
fragment of the trace saved during rte_eal_cleanup() execution?
Thank you for clarifying this point.
Best,
Adel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20241128/ccf3cf7b/attachment.htm>
More information about the dev
mailing list