summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2009-02-24 02:57:45 +0100
committerNeal H. Walfield <neal@gnu.org>2009-02-24 02:57:45 +0100
commitfcfeeb860a6d3e756ba60ab4470f40472697bb0f (patch)
treee38342151c36892a8005495f86eb73e83ade43ef
parent99b5b600a72650eb5243ec0fd90dc9ccbb6e632d (diff)
User ager, not ager_loop as the profile identifier.
-rw-r--r--viengoos/ager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/viengoos/ager.c b/viengoos/ager.c
index 54c8bad..111898c 100644
--- a/viengoos/ager.c
+++ b/viengoos/ager.c
@@ -466,7 +466,7 @@ ager (void)
int inactive = 0;
ss_mutex_lock (&kernel_lock);
- profile_start ((uintptr_t) &ager_loop, "ager", NULL);
+ profile_start ((uintptr_t) &ager, "ager", NULL);
int frames = (last_frame - first_frame + PAGESIZE) / PAGESIZE;
int frame;
@@ -586,7 +586,7 @@ ager (void)
ACTIVITY_STATS (desc->activity)->clean ++;
}
- profile_end ((uintptr_t) &ager_loop);
+ profile_end ((uintptr_t) &ager);
ss_mutex_unlock (&kernel_lock);
/* Update statistics every two seconds. */