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
Upon compiling and running uftrace locally, all the commands are displaying function's pointers (I guess), instead of their name. Here is a screenshot of the output I got on running the sample hello world file from the tutorial.
Upon running the -A and -R options for displaying the argument and the return value of the functions, the output isn't running as intended.