mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
+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:
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user