diff options
| author | Robert Richter <robert.richter@amd.com> | 2009-06-12 18:46:35 +0200 |
|---|---|---|
| committer | Robert Richter <robert.richter@amd.com> | 2009-06-12 18:46:35 +0200 |
| commit | b72f7fa9788c85866da10d7b2091077397018b7a (patch) | |
| tree | c3b09298a12a73aa029f87d024d722917f0f7850 /drivers | |
| parent | 802070f5474af1a49435a9528aede47bb18abd47 (diff) | |
| parent | 1cc4ce6f5f89cdc355013aa43f06a14a015766d1 (diff) | |
Merge branches 'oprofile/fixes', 'oprofile/next' and 'oprofile/master' into oprofile/auto
Diffstat (limited to 'drivers')
| -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 e1f6ce03705..efefae539a5 100644 --- a/drivers/oprofile/oprofile_stats.c +++ b/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); } |
