OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_EXEC
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/libop/
op_interface.h
25
#define
OP_EXEC
4
61
* \sa OP_FORK,
OP_EXEC
, OP_MAP, OP_DROP_MODULES and OP_EXIT
/external/oprofile/daemon/liblegacy/
init.c
224
case
OP_EXEC
:
225
if (note->type ==
OP_EXEC
)
/external/oprofile/module/ia64/
op_syscalls.c
101
note.type = is_execve ?
OP_EXEC
: OP_MAP;
/external/oprofile/module/x86/
op_syscalls.c
61
note.type = is_execve ?
OP_EXEC
: OP_MAP;
Completed in 20 milliseconds