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

/linux-master/tools/perf/
H A Dbuiltin-diff.c183 char *w2_str; local
190 w2_str = strchr(opt, ',');
191 if (!w2_str)
194 *w2_str++ = 0x0;
195 if (!*w2_str)
199 compute_wdiff_w2 = strtol(w2_str, NULL, 10);

Completed in 501 milliseconds