HomeSort by relevance Sort by last modified time
    Searched refs:op_get_cpu_name (Results 1 - 5 of 5) sorted by null

  /external/oprofile/libop/
op_cpu_type.h 134 * op_get_cpu_name - get the cpu name
140 char const * op_get_cpu_name(op_cpu cpu_type);
op_cpu_type.c 190 char const * op_get_cpu_name(op_cpu cpu_type) function
op_events.c 607 const char * cpu_name = op_get_cpu_name(cpu_type);
816 char const * cpu_name = op_get_cpu_name(cpu_type);
  /external/oprofile/libop/tests/
cpu_type_tests.c 52 name = op_get_cpu_name(cpu->type);
  /external/oprofile/libpp/
op_header.cpp 262 string cpu_name = op_get_cpu_name(cpu);

Completed in 47 milliseconds