Home
last modified time | relevance | path

Searched full:cc_output (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/util/
H A Dsetup.py35 cc_output = Popen(cmd, stderr=PIPE).stderr.readlines()
36 return not any(any(error in line for error in error_substrings) for line in cc_output)