diff options
author | Robert Richter <robert.richter@amd.com> | 2009-06-12 12:46:35 -0400 |
---|---|---|
committer | Robert Richter <robert.richter@amd.com> | 2009-06-12 12:46:35 -0400 |
commit | b72f7fa9788c85866da10d7b2091077397018b7a (patch) | |
tree | c3b09298a12a73aa029f87d024d722917f0f7850 /drivers/oprofile | |
parent | 802070f5474af1a49435a9528aede47bb18abd47 (diff) | |
parent | 1cc4ce6f5f89cdc355013aa43f06a14a015766d1 (diff) |
Merge branches 'oprofile/fixes', 'oprofile/next' and 'oprofile/master' into oprofile/auto
Diffstat (limited to 'drivers/oprofile')
-rw-r--r-- | drivers/oprofile/oprofile_stats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/oprofile/oprofile_stats.c b/drivers/oprofile/oprofile_stats.c index e1f6ce03705e..efefae539a59 100644 --- a/drivers/oprofile/oprofile_stats.c +++ b/drivers/oprofile/oprofile_stats.c | |||
@@ -33,6 +33,7 @@ void oprofile_reset_stats(void) | |||
33 | atomic_set(&oprofile_stats.sample_lost_no_mm, 0); | 33 | atomic_set(&oprofile_stats.sample_lost_no_mm, 0); |
34 | atomic_set(&oprofile_stats.sample_lost_no_mapping, 0); | 34 | atomic_set(&oprofile_stats.sample_lost_no_mapping, 0); |
35 | atomic_set(&oprofile_stats.event_lost_overflow, 0); | 35 | atomic_set(&oprofile_stats.event_lost_overflow, 0); |
36 | atomic_set(&oprofile_stats.bt_lost_no_mapping,0); | ||
36 | } | 37 | } |
37 | 38 | ||
38 | 39 | ||