Lines Matching refs:xpath
27 cpus = board_etree.xpath("//processors//thread")
36 is_hybrid = (len(board_etree.xpath("//processors//capability[@id='hybrid']")) != 0)
49 l2cache_nodes = board_etree.xpath("//caches/cache[@level='2']")
51 processors = l2cache.xpath("./processors/processor/text()")
89 cpu_has_eist = (len(board_etree.xpath("//processors//capability[@id='est']")) != 0)
90 cpu_has_hwp = (len(board_etree.xpath("//processors//capability[@id='hwp_supported']")) != 0)
91 …cpu_has_turbo = (len(board_etree.xpath("//processors//capability[@id='turbo_boost_available']")) !…
92 rtvm_cpus = scenario_etree.xpath(f"//vm[vm_type = 'RTVM']//cpu_affinity//pcpu_id/text()")
93 cpus = board_etree.xpath("//processors//thread")
129 mntr = board_etree.xpath("//processors//attribute[@id='max_none_turbo_ratio']/text()")
162 for alloc_cpu in allocation_etree.xpath("//cpufreq/CPU"):