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

  /external/netperf/
netcpu_osx.c 38 #include <mach/host_info.h>
config.h 278 /* Use MacOS X's host_info interface to measure CPU util. */
  /external/lldb/tools/debugserver/source/MacOSX/
MachTask.cpp 302 struct host_cpu_load_info host_info; local
315 kern_return_t kr = host_statistics(localHost, HOST_CPU_LOAD_INFO, (host_info_t)&host_info, &count);
376 profile_data_stream << "host_user_ticks:" << host_info.cpu_ticks[CPU_STATE_USER] << ';';
377 profile_data_stream << "host_sys_ticks:" << host_info.cpu_ticks[CPU_STATE_SYSTEM] << ';';
378 profile_data_stream << "host_idle_ticks:" << host_info.cpu_ticks[CPU_STATE_IDLE] << ';';
    [all...]
  /external/llvm/lib/Support/
Host.cpp 38 #include <mach/host_info.h>
509 host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t)&hostInfo,
  /external/valgrind/coregrind/m_syswrap/
priv_syswrap-darwin.h 571 DECL_TEMPLATE(darwin, host_info);
syswrap-darwin.c     [all...]