Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/perf/perf/
H A Dsort-pmuevents.py39 struct_block_regex = re.compile( '^(struct|const struct|static struct|static const struct).*?(\w+) … variable
47 for struct in re.findall( struct_block_regex, data ):