Lines Matching refs:oprofile_stats
18 struct oprofile_stat_struct oprofile_stats; variable
33 atomic_set(&oprofile_stats.sample_lost_no_mm, 0); in oprofile_reset_stats()
34 atomic_set(&oprofile_stats.sample_lost_no_mapping, 0); in oprofile_reset_stats()
35 atomic_set(&oprofile_stats.event_lost_overflow, 0); in oprofile_reset_stats()
36 atomic_set(&oprofile_stats.bt_lost_no_mapping, 0); in oprofile_reset_stats()
37 atomic_set(&oprofile_stats.multiplex_counter, 0); in oprofile_reset_stats()
73 &oprofile_stats.sample_lost_no_mm); in oprofile_create_stats_files()
75 &oprofile_stats.sample_lost_no_mapping); in oprofile_create_stats_files()
77 &oprofile_stats.event_lost_overflow); in oprofile_create_stats_files()
79 &oprofile_stats.bt_lost_no_mapping); in oprofile_create_stats_files()
82 &oprofile_stats.multiplex_counter); in oprofile_create_stats_files()