You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! There are many tools that can help. What do you want to trace?
Simplest is to use uftrace. You can also use LTTng-UST, lttng-kernel allows knowing what happened on the OS level. You could use perf with ctf bindings and intelpt if you have some difficult requirements. Really the core of the question is what do you want to trace, what do you want to visualize?
Hi! There are many tools that can help. What do you want to trace?
Simplest is to use uftrace. You can also use LTTng-UST, lttng-kernel allows knowing what happened on the OS level. You could use perf with ctf bindings and intelpt if you have some difficult requirements. Really the core of the question is what do you want to trace, what do you want to visualize?
The flamegraph of all the functions inside my program
How can i generate the trace files on linux in a c++ program?
The text was updated successfully, but these errors were encountered: