Lines Matching refs:str
12 static bool test__parse_nsec_time(const char *str, u64 expected)
17 pr_debug("\nparse_nsec_time(\"%s\")\n", str);
19 err = parse_nsec_time(str, &ptime);
61 const char *str;
82 pr_debug("\nperf_time__parse_for_ranges(\"%s\")\n", d->str);
84 if (strchr(d->str, '%'))
88 err = perf_time__parse_for_ranges(d->str, &session, &ptime, &range_size,
161 .str = "1234567.123456789,1234567.123456790",
176 .str = "1234567.123456789,1234567.123456790 "
191 .str = "10%/1",
206 .str = "10%/2",
221 .str = "10%/1,10%/2",
236 .str = "10%/1,10%/3,10%/10",