From dc4659b767a69129a288b34e83ab2c0ec0a33cfb Mon Sep 17 00:00:00 2001 From: Maynard Johnson Date: Wed, 27 May 2009 10:15:08 -0500 Subject: [PATCH] --- yaml --- r: 155233 b: refs/heads/master c: 2b8777ca0c944bf6498c45ed9c5c246bd63a719e h: refs/heads/master i: 155231: 305d9f184d1e38d1c03597b1148017170e93a3cf v: v3 --- [refs] | 2 +- trunk/drivers/oprofile/oprofile_stats.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6329b0acc288..34e7f7a7e61b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8d7ff4f2a0b22b7d6d7bc3982257d1dadea22824 +refs/heads/master: 2b8777ca0c944bf6498c45ed9c5c246bd63a719e diff --git a/trunk/drivers/oprofile/oprofile_stats.c b/trunk/drivers/oprofile/oprofile_stats.c index e1f6ce03705e..3c2270a8300c 100644 --- a/trunk/drivers/oprofile/oprofile_stats.c +++ b/trunk/drivers/oprofile/oprofile_stats.c @@ -33,6 +33,7 @@ void oprofile_reset_stats(void) atomic_set(&oprofile_stats.sample_lost_no_mm, 0); atomic_set(&oprofile_stats.sample_lost_no_mapping, 0); atomic_set(&oprofile_stats.event_lost_overflow, 0); + atomic_set(&oprofile_stats.bt_lost_no_mapping, 0); }