|
@@ -16,6 +16,8 @@ int perf_time__parse_str(struct perf_time_interval *ptime, const char *ostr);
|
|
int perf_time__percent_parse_str(struct perf_time_interval *ptime_buf, int num,
|
|
int perf_time__percent_parse_str(struct perf_time_interval *ptime_buf, int num,
|
|
const char *ostr, u64 start, u64 end);
|
|
const char *ostr, u64 start, u64 end);
|
|
|
|
|
|
|
|
+struct perf_time_interval *perf_time__range_alloc(const char *ostr, int *size);
|
|
|
|
+
|
|
bool perf_time__skip_sample(struct perf_time_interval *ptime, u64 timestamp);
|
|
bool perf_time__skip_sample(struct perf_time_interval *ptime, u64 timestamp);
|
|
|
|
|
|
bool perf_time__ranges_skip_sample(struct perf_time_interval *ptime_buf,
|
|
bool perf_time__ranges_skip_sample(struct perf_time_interval *ptime_buf,
|