Seems to work

This commit is contained in:
Søren Sandmann Pedersen
2004-10-30 04:26:32 +00:00
parent 7b07956eb3
commit 7487166139
2 changed files with 10 additions and 6 deletions

View File

@ -110,10 +110,12 @@ on_read (gpointer data)
rd = read (app->input_fd, &trace, sizeof (trace));
#if 0
g_print ("pid: %d\n", trace.pid);
for (i=0; i < trace.n_addresses; ++i)
g_print ("rd: %08x\n", trace.addresses[i]);
g_print ("-=-\n");
#endif
if (rd > 0 && app->profiling && !app->generating_profile)
{