OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nr_interrupts
(Results
1 - 3
of
3
) 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;
/external/oprofile/module/
oprofile.h
80
int
nr_interrupts
;
member in struct:oprof_sysctl
Completed in 53 milliseconds