Home
last modified time | relevance | path

Searched refs:event_lost_overflow (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/drivers/oprofile/
Doprofile_stats.c35 atomic_set(&oprofile_stats.event_lost_overflow, 0); in oprofile_reset_stats()
77 &oprofile_stats.event_lost_overflow); in oprofile_create_stats_files()
Doprofile_stats.h19 atomic_t event_lost_overflow; member
Devent_buffer.c56 atomic_inc(&oprofile_stats.event_lost_overflow); in add_event_entry()