Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/perf/perf/
H A Dsort-pmuevents.py41 cpuid_regex = re.compile( '\.cpuid = (.*?),', re.MULTILINE | re.DOTALL ) variable
55 cpuid = re.search( cpuid_regex, entry )