Searched refs:nr_interrupts (Results 1 – 6 of 6) sorted by relevance
/external/oprofile/gui/ |
D | oprof_start_util.cpp | 51 nr_interrupts(0) in daemon_status() 96 nr_interrupts = 0; in daemon_status() 103 ifs3 >> nr_interrupts; in daemon_status() 127 nr_interrupts = sum_interrupts - old_sum_interrupts; in daemon_status()
|
D | oprof_start_util.h | 24 unsigned int nr_interrupts; ///< nr_interrupts from profiling start member
|
D | oprof_start.cpp | 422 total_nr_interrupts += dstat.nr_interrupts; in timerEvent() 425 …ss << " (" << dstat.nr_interrupts / (curr - last) << " interrupts / second, total " << total_nr_in… in timerEvent()
|
/external/oprofile/module/ |
D | oprofile.h | 80 int nr_interrupts; member
|
D | oprofile.c | 648 sysctl.nr_interrupts = 0; in get_nr_interrupts() 651 sysctl.nr_interrupts += oprof_data[cpu].nr_irq; in get_nr_interrupts() 755 { 1, "nr_interrupts", &sysctl.nr_interrupts, sizeof(int), 0444, NULL, &get_nr_interrupts, NULL, },
|
/external/oprofile/ |
D | ChangeLog-2001 | 516 * module/oprofile.c: fix nr_interrupts sysctl 904 * oprofile.c: add nr_interrupts
|