Searched defs:nr_interrupts (Results 1 - 3 of 3) sorted by relevance

/external/oprofile/gui/
H A Doprof_start_util.h24 unsigned int nr_interrupts; ///< nr_interrupts from profiling start member in struct:daemon_status
H A Doprof_start_util.cpp51 nr_interrupts(0)
96 nr_interrupts = 0;
101 ifstream ifs3("/proc/sys/dev/oprofile/nr_interrupts");
103 ifs3 >> nr_interrupts; local
127 nr_interrupts = sum_interrupts - old_sum_interrupts;
/external/oprofile/module/
H A Doprofile.h80 int nr_interrupts; member in struct:oprof_sysctl

Completed in 67 milliseconds