Resurrect this function.

Sun Jan  8 03:22:22 2006  Soeren Sandmann  <sandmann@redhat.com>

	* process.c (process_flush_caches): Resurrect this function.

	* collector.c (collector_reset): Call it from here
This commit is contained in:
Soeren Sandmann
2006-01-08 08:22:47 +00:00
committed by Søren Sandmann Pedersen
parent 0559ad82e7
commit 5a8582b041
4 changed files with 49 additions and 1 deletions

View File

@ -240,6 +240,8 @@ collector_reset (Collector *collector)
{
if (collector->stash)
stack_stash_free (collector->stash);
process_flush_caches();
collector->stash = stack_stash_new ();
collector->n_samples = 0;