HomeSort by relevance Sort by last modified time
    Searched full:current_interface (Results 1 - 1 of 1) sorted by null

  /external/oprofile/libop/
op_get_interface.c 20 static op_interface current_interface = OP_INTERFACE_NO_GOOD; local
22 if (current_interface != OP_INTERFACE_NO_GOOD)
23 return current_interface;
26 current_interface = OP_INTERFACE_24;
28 current_interface = OP_INTERFACE_26;
31 return current_interface;

Completed in 2604 milliseconds