oprofile_stats    350 drivers/oprofile/buffer_sync.c 			atomic_inc(&oprofile_stats.sample_lost_no_mapping);
oprofile_stats    394 drivers/oprofile/buffer_sync.c 		atomic_inc(&oprofile_stats.sample_lost_no_mm);
oprofile_stats    401 drivers/oprofile/buffer_sync.c 		atomic_inc(&oprofile_stats.sample_lost_no_mapping);
oprofile_stats    559 drivers/oprofile/buffer_sync.c 			atomic_inc(&oprofile_stats.bt_lost_no_mapping);
oprofile_stats     56 drivers/oprofile/event_buffer.c 		atomic_inc(&oprofile_stats.event_lost_overflow);
oprofile_stats    113 drivers/oprofile/oprof.c 	atomic_inc(&oprofile_stats.multiplex_counter);
oprofile_stats     18 drivers/oprofile/oprofile_stats.c struct oprofile_stat_struct oprofile_stats;
oprofile_stats     33 drivers/oprofile/oprofile_stats.c 	atomic_set(&oprofile_stats.sample_lost_no_mm, 0);
oprofile_stats     34 drivers/oprofile/oprofile_stats.c 	atomic_set(&oprofile_stats.sample_lost_no_mapping, 0);
oprofile_stats     35 drivers/oprofile/oprofile_stats.c 	atomic_set(&oprofile_stats.event_lost_overflow, 0);
oprofile_stats     36 drivers/oprofile/oprofile_stats.c 	atomic_set(&oprofile_stats.bt_lost_no_mapping, 0);
oprofile_stats     37 drivers/oprofile/oprofile_stats.c 	atomic_set(&oprofile_stats.multiplex_counter, 0);
oprofile_stats     73 drivers/oprofile/oprofile_stats.c 		&oprofile_stats.sample_lost_no_mm);
oprofile_stats     75 drivers/oprofile/oprofile_stats.c 		&oprofile_stats.sample_lost_no_mapping);
oprofile_stats     77 drivers/oprofile/oprofile_stats.c 		&oprofile_stats.event_lost_overflow);
oprofile_stats     79 drivers/oprofile/oprofile_stats.c 		&oprofile_stats.bt_lost_no_mapping);
oprofile_stats     82 drivers/oprofile/oprofile_stats.c 		&oprofile_stats.multiplex_counter);
oprofile_stats     23 drivers/oprofile/oprofile_stats.h extern struct oprofile_stat_struct oprofile_stats;