-
Notifications
You must be signed in to change notification settings - Fork 474
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
Output is not display the name of the function #1976
Comments
I've checked your data and found something strange. The task.txt file shows this:
I'm curious why the exename looks like that. It's supposed to have the path of the target binary only like below.
|
I am not sure why that happened. I tried to recreate this issue by deleting everything except the hello.c and compiled it with I entered the record option with
which wasn't the case in the previous attempt. Finally I recorded the trace data using
|
Ok, can you show me the task.txt file after running |
It just contains two lines of information (which was expected previously)
|
It's |
So I tried it again and upon running
|
It's strange that it has the exename including uftrace. I think it should be "/home/priyanshu/Desktop/practice/hello". Is there anything special on your system or the binary? |
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.
The text was updated successfully, but these errors were encountered: