diff options
Diffstat (limited to 'tools/perf/util/time-utils.h')
-rw-r--r-- | tools/perf/util/time-utils.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/perf/util/time-utils.h b/tools/perf/util/time-utils.h index 15b475c50ccf..70b177d2b98c 100644 --- a/tools/perf/util/time-utils.h +++ b/tools/perf/util/time-utils.h | |||
@@ -13,8 +13,16 @@ int parse_nsec_time(const char *str, u64 *ptime); | |||
13 | 13 | ||
14 | int perf_time__parse_str(struct perf_time_interval *ptime, const char *ostr); | 14 | int perf_time__parse_str(struct perf_time_interval *ptime, const char *ostr); |
15 | 15 | ||
16 | int perf_time__percent_parse_str(struct perf_time_interval *ptime_buf, int num, | ||
17 | const char *ostr, u64 start, u64 end); | ||
18 | |||
19 | struct perf_time_interval *perf_time__range_alloc(const char *ostr, int *size); | ||
20 | |||
16 | bool perf_time__skip_sample(struct perf_time_interval *ptime, u64 timestamp); | 21 | bool perf_time__skip_sample(struct perf_time_interval *ptime, u64 timestamp); |
17 | 22 | ||
23 | bool perf_time__ranges_skip_sample(struct perf_time_interval *ptime_buf, | ||
24 | int num, u64 timestamp); | ||
25 | |||
18 | int timestamp__scnprintf_usec(u64 timestamp, char *buf, size_t sz); | 26 | int timestamp__scnprintf_usec(u64 timestamp, char *buf, size_t sz); |
19 | 27 | ||
20 | int fetch_current_timestamp(char *buf, size_t sz); | 28 | int fetch_current_timestamp(char *buf, size_t sz); |