Home
last modified time | relevance | path

Searched refs:OP_INTERFACE_NO_GOOD (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/libop/
Dop_get_interface.c20 static op_interface current_interface = OP_INTERFACE_NO_GOOD; in op_get_interface()
22 if (current_interface != OP_INTERFACE_NO_GOOD) in op_get_interface()
Dop_cpu_type.h151 OP_INTERFACE_NO_GOOD = -1, enumerator
/external/oprofile/gui/
Doprof_start.cpp133 if (interface == OP_INTERFACE_NO_GOOD) { in oprof_start()