Home
last modified time | relevance | path

Searched refs:OP_EXEC (Results 1 – 4 of 4) sorted by relevance

/external/oprofile/libop/
Dop_interface.h25 #define OP_EXEC 4 macro
/external/oprofile/daemon/liblegacy/
Dinit.c224 case OP_EXEC: in opd_do_notes()
225 if (note->type == OP_EXEC) in opd_do_notes()
/external/oprofile/module/x86/
Dop_syscalls.c61 note.type = is_execve ? OP_EXEC : OP_MAP; in oprof_output_map()
/external/oprofile/module/ia64/
Dop_syscalls.c101 note.type = is_execve ? OP_EXEC : OP_MAP; in oprof_output_map()