mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
better disk profiling
This commit is contained in:
@ -113,10 +113,10 @@ on_read (gpointer data)
|
||||
{
|
||||
Process *process = process_get_from_pid (trace.pid);
|
||||
int i;
|
||||
char *filename = NULL;
|
||||
/* char *filename = NULL; */
|
||||
|
||||
if (*trace.filename)
|
||||
filename = trace.filename;
|
||||
/* if (*trace.filename) */
|
||||
/* filename = trace.filename; */
|
||||
|
||||
for (i = 0; i < trace.n_addresses; ++i)
|
||||
process_ensure_map (process, trace.pid,
|
||||
|
||||
Reference in New Issue
Block a user