Lines Matching defs:pdiff
397 struct perf_diff *pdiff = container_of(tool, struct perf_diff, tool);
407 if (perf_time__ranges_skip_sample(pdiff->ptime_range, pdiff->range_num,
468 static struct perf_diff pdiff = {
1079 if (pdiff.time_str && strchr(pdiff.time_str, ':')) {
1080 str = strdup(pdiff.time_str);
1114 &pdiff.ptime_range,
1115 &pdiff.range_size,
1116 &pdiff.range_num);
1132 ret = perf_time__parse_for_ranges(pdiff.time_str, d->session,
1133 &pdiff.ptime_range,
1134 &pdiff.range_size,
1135 &pdiff.range_num);
1146 else if (pdiff.time_str)
1159 d->session = perf_session__new(&d->data, false, &pdiff.tool);
1173 pdiff.has_br_stack = true;
1191 d->session = perf_session__new(&d->data, false, &pdiff.tool);
1198 if (pdiff.time_str) {
1219 if (pdiff.ptime_range)
1220 zfree(&pdiff.ptime_range);
1245 if (pdiff.ptime_range)
1246 zfree(&pdiff.ptime_range);
1301 OPT_STRING(0, "time", &pdiff.time_str, "str",
1308 OPT_BOOLEAN(0, "stream", &pdiff.stream,
1969 if (pdiff.stream)
1984 && !pdiff.has_br_stack) {