- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
AMD uProf feature request: keep process command line information
Currently AMD uProf does not store process/image command line info(or I can't find it) for my case it's quite important info because my app spawn a lot of child processes with different command line and it's quite tricky to distinguish processes from each other.
- Labels:
-
Tools and Libraries
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you are looking for command line options/args used for the target application, then that data is saved which can be found in the .csv file.
In the CSV file, look for "Command Line Arguments:" row to get all the options/args used for process/image.
In the UI, look for "Session Information" > "Command Line Arguments:"
If this doesn't answer what you are looking for then please let us know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Currently uProf only stores the command line options of the application launched through it. It does not collect/store the command options of the spawned child processes of the profiled application. Is this request for Windows or Linux?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's request for Windows.
I think it will be ok store "Process ID", "Process Name", "Command Line" in some separate table.
