Home
last modified time | relevance | path

Searched refs:get_online_cpus (Results 1 – 15 of 15) sorted by relevance

/external/bcc/tests/python/
Dtest_utils.py5 from bcc.utils import get_online_cpus, detect_language
12 online_cpus = get_online_cpus()
Dtest_array.py10 from bcc.utils import get_online_cpus
102 online_cpus = get_online_cpus()
/external/bcc/src/python/bcc/
Dperf.py17 from .utils import get_online_cpus
108 for cpu in get_online_cpus():
Dutils.py35 def get_online_cpus(): function
Dtable.py24 from .utils import get_online_cpus
566 for i in get_online_cpus():
613 for i in get_online_cpus():
D__init__.py31 from .utils import get_online_cpus, printb, _assert_is_bytes, ArgString
885 for i in get_online_cpus():
/external/bcc/src/cc/includes/
Dcommon.h32 std::vector<int> get_online_cpus();
/external/bcc/src/cc/
Dcommon.h32 std::vector<int> get_online_cpus();
Dcommon.cc44 std::vector<int> get_online_cpus() { in get_online_cpus() function
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/include/
Dcpuhotplug_hotplug.sh239 get_online_cpus() function
/external/bcc/src/cc/api/
DBPFTable.cc363 std::vector<int> cpus = get_online_cpus(); in open_all_cpu()
447 std::vector<int> cpus = get_online_cpus(); in open_all_cpu()
DBPF.cc315 cpus = get_online_cpus(); in attach_perf_event()
356 cpus = get_online_cpus(); in attach_perf_event_raw()
/external/autotest/client/cros/power/
Dpower_status.py794 def get_online_cpus(): function
828 cpus = get_online_cpus()
883 cpus = get_online_cpus()
956 cpus = get_online_cpus()
1421 cpus, sibling_file_paths = get_cpus_filepaths_for_suffix(get_online_cpus(),
2686 return {cpu: get_s2idle_stats_for_cpu(cpu) for cpu in get_online_cpus()}
/external/bcc/tests/cc/
Dtest_c_api.cc444 std::vector<int> cpus = ebpf::get_online_cpus();
/external/blktrace/
Dblktrace.c2718 static cpu_set_t *get_online_cpus(void) in get_online_cpus() function
2792 online_cpus = get_online_cpus(); in main()