Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/perf/perf/
H A Dsort-pmuevents.py40 field_regex = re.compile( '{.*?},', re.MULTILINE | re.DOTALL ) variable
53 for entry in re.findall( field_regex, struct[3] ):