Searched refs:cc_tokens (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dsetup.py8 cc_tokens = cc.split() variable
9 if len(cc_tokens) > 1:
10 cc = cc_tokens[0]
11 cc_options = " ".join([str(e) for e in cc_tokens[1:]]) + " "

Completed in 128 milliseconds