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

  /external/bcc/tests/python/
test_utils.py 5 from bcc.utils import get_online_cpus, detect_language
12 online_cpus = get_online_cpus()
test_array.py 10 from bcc.utils import get_online_cpus
102 online_cpus = get_online_cpus()
  /external/bcc/src/cc/
common.h 32 std::vector<int> get_online_cpus();
common.cc 44 std::vector<int> get_online_cpus() { function in namespace:ebpf
  /external/bcc/src/python/bcc/
perf.py 17 from .utils import get_online_cpus
108 for cpu in get_online_cpus():
utils.py 35 def get_online_cpus(): function
table.py 24 from .utils import get_online_cpus
566 for i in get_online_cpus():
613 for i in get_online_cpus():
__init__.py 30 from .utils import get_online_cpus, printb, _assert_is_bytes, ArgString
857 for i in get_online_cpus():
    [all...]
  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/include/
cpuhotplug_hotplug.sh 234 # get_online_cpus()
239 get_online_cpus() function
  /external/bcc/src/cc/api/
BPFTable.cc 363 std::vector<int> cpus = get_online_cpus();
447 std::vector<int> cpus = get_online_cpus();
BPF.cc 314 cpus = get_online_cpus();
355 cpus = get_online_cpus();
  /external/bcc/tests/cc/
test_c_api.cc 444 std::vector<int> cpus = ebpf::get_online_cpus();
  /external/blktrace/
blktrace.c 2718 static cpu_set_t *get_online_cpus(void) function
    [all...]

Completed in 422 milliseconds