Add symbol resolution to tracker

This commit is contained in:
Søren Sandmann Pedersen
2009-09-07 20:43:22 -04:00
parent cdc7ce7e12
commit d34a1cf460
3 changed files with 504 additions and 362 deletions

View File

@ -513,7 +513,6 @@ collector_start (Collector *collector,
* starting collection, so the parsing doesn't interfere
* with the profiling.
*/
process_is_kernel_address (0);
for (list = collector->counters; list != NULL; list = list->next)
counter_enable (list->data);
@ -710,6 +709,8 @@ resolve_symbols (StackLink *trace, gint size, gpointer data)
Profile *
collector_create_profile (Collector *collector)
{
return tracker_create_profile (collector->tracker);
ResolveInfo info;
Profile *profile;