OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_read_device
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/libutil/
op_deviceio.h
33
*
op_read_device
- read from a special char device
42
* It is the caller's responsibility to do further
op_read_device
()
51
ssize_t
op_read_device
(fd_t devfd, void * buf, size_t size);
op_deviceio.c
28
ssize_t
op_read_device
(fd_t devfd, void * buf, size_t size)
function
37
perror("oprofiled:
op_read_device
: ");
/external/oprofile/daemon/liblegacy/
init.c
134
ncount =
op_read_device
(notedevfd, nbuf, nsize);
146
count =
op_read_device
(devfd, buf, size);
173
count =
op_read_device
(devfd, buf, size);
176
ncount =
op_read_device
(notedevfd, nbuf, nsize);
/external/oprofile/daemon/
init.c
213
count =
op_read_device
(devfd, buf, size);
Completed in 230 milliseconds