Home
last modified time | relevance | path

Searched defs:cpus (Results 1 – 12 of 12) sorted by relevance

/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dpthread_getaffinity_np.cpp19 int cpus = CPU_COUNT_S(sizeof(set_x), set_x); in main() local
/llvm-project/lldb/test/API/commands/trace/intelpt-kernel-trace/
H A Dtrace.json2 "cpus": [ array
H A Dtrace_with_loadAddress.json2 "cpus": [ array
H A Dtrace_kernel_with_process.json2 "cpus": [ array
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DSingleStepCheck.cpp100 cpu_set_t cpus; in WorkaroundNeeded() local
/llvm-project/lldb/include/lldb/Target/
H A DTrace.h575 std::optional<std::vector<lldb::cpu_id_t>> cpus; member
/llvm-project/lldb/test/API/commands/trace/intelpt-multi-core-trace/
H A Dtrace_missing_threads.json2 "cpus": [ array
H A Dtrace.json2 "cpus": [ array
H A Dtrace_with_string_numbers.json2 "cpus": [ array
/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.h56 std::optional<std::vector<JSONCpu>> cpus; member
H A DTraceIntelPT.cpp139 std::vector<cpu_id_t> cpus; in CreateInstanceForPostmortemTrace() local
576 std::vector<cpu_id_t> cpus; in DoRefreshLiveProcessState() local
/llvm-project/lldb/include/lldb/Utility/
H A DTraceGDBRemotePackets.h135 std::optional<std::vector<TraceCpuState>> cpus; member