Home
last modified time | relevance | path

Searched defs:nrCpus (Results 1 – 5 of 5) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/perfparser/app/
H A Dperffeatures.cpp207 QDataStream &operator>>(QDataStream &stream, PerfNrCpus &nrCpus) in operator >>()
212 QDataStream &operator<<(QDataStream &stream, const PerfNrCpus &nrCpus) in operator <<()
H A Dperffeatures.h183 PerfNrCpus nrCpus() const { return m_nrCpus; } in nrCpus() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/source/sysman/linux/pmu/
H A Dpmu_imp.cpp56 int nrCpus = get_nprocs_conf(); in pmuInterfaceOpen() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/perfprofiler/
H A Dperfprofilertracefile.cpp69 QDataStream &operator>>(QDataStream &stream, PerfNrCpus &nrCpus) in operator >>()
134 PerfNrCpus nrCpus; member
/dports/devel/libvirt/libvirt-7.10.0/src/test/
H A Dtest_driver.c2952 testDomainSetVcpusFlags(virDomainPtr domain, unsigned int nrCpus, in testDomainSetVcpusFlags()
3045 testDomainSetVcpus(virDomainPtr domain, unsigned int nrCpus) in testDomainSetVcpus()