+2007-11-17 Soren Sandmann <sandmann@daimi.au.dk>

+
+       * collector.c (collector_create_profile): Don't collect traces here.
+


svn path=/trunk/; revision=390
This commit is contained in:
Søren Sandmann Pedersen
2007-11-17 06:23:39 +00:00
parent 41efdc9c7e
commit f7a138fa15
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2007-11-17 Soren Sandmann <sandmann@daimi.au.dk>
* collector.c (collector_create_profile): Don't collect traces here.
2007-11-16 Soren Sandmann <sandmann@daimi.au.dk>
* module/sysprof-module.c (n_traces_available): Formatting

View File

@ -488,8 +488,6 @@ collector_create_profile (Collector *collector)
ResolveInfo info;
Profile *profile;
collect_traces (collector);
info.resolved_stash = stack_stash_new ((GDestroyNotify)g_free);
info.unique_symbols = g_hash_table_new (g_direct_hash, g_direct_equal);
info.unique_cmdlines = g_hash_table_new (g_str_hash, g_str_equal);

View File

@ -75,7 +75,7 @@ read_maps (int pid, int *n_maps)
char buffer[1024];
FILE *in;
GArray *result;
in = fopen (name, "r");
if (!in)
{