HomeSort by relevance Sort by last modified time
    Searched full:nr_interrupts (Results 1 - 6 of 6) sorted by null

  /external/oprofile/gui/
oprof_start_util.h 24 unsigned int nr_interrupts; ///< nr_interrupts from profiling start member in struct:daemon_status
oprof_start_util.cpp 51 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;
oprof_start.cpp 422 total_nr_interrupts += dstat.nr_interrupts;
425 ss << " (" << dstat.nr_interrupts / (curr - last) << " interrupts / second, total " << total_nr_interrupts << ")";
  /external/oprofile/module/
oprofile.h 80 int nr_interrupts; member in struct:oprof_sysctl
oprofile.c 607 * nr_interrupts
648 sysctl.nr_interrupts = 0;
651 sysctl.nr_interrupts += oprof_data[cpu].nr_irq;
755 { 1, "nr_interrupts", &sysctl.nr_interrupts, sizeof(int), 0444, NULL, &get_nr_interrupts, NULL, },
  /external/oprofile/
ChangeLog-2001 516 * module/oprofile.c: fix nr_interrupts sysctl
904 * oprofile.c: add nr_interrupts
    [all...]

Completed in 125 milliseconds