| Commit message (Expand) | Author | Age | Files | Lines |
* | perf script: Fix --reltime with --time | Andi Kleen | 2019-10-15 | 1 | -3/+24 |
* | perf tools: Remove perf.h from source files not needing it | Arnaldo Carvalho de Melo | 2019-08-29 | 1 | -1/+0 |
* | perf time-utils: Use skip_spaces() | Arnaldo Carvalho de Melo | 2019-06-25 | 1 | -4/+2 |
* | perf tools: Use linux/ctype.h in more places | Arnaldo Carvalho de Melo | 2019-06-25 | 1 | -1/+1 |
* | perf time-utils: Add support for multiple explicit time intervals | Adrian Hunter | 2019-06-10 | 1 | -6/+68 |
* | perf time-utils: Make perf_time__parse_for_ranges() more logical | Adrian Hunter | 2019-06-10 | 1 | -1/+4 |
* | perf time-utils: Simplify perf_time__parse_for_ranges() error paths slightly | Adrian Hunter | 2019-06-10 | 1 | -7/+5 |
* | perf time-utils: Prevent percentage time range overlap | Adrian Hunter | 2019-06-10 | 1 | -0/+3 |
* | perf time-utils: Factor out set_percent_time() | Adrian Hunter | 2019-06-10 | 1 | -21/+18 |
* | perf time-utils: Treat time ranges consistently | Adrian Hunter | 2019-06-10 | 1 | -4/+3 |
* | perf time-utils: Add utility function to print time stamps in nanoseconds | Andi Kleen | 2019-03-11 | 1 | -0/+8 |
* | perf time-utils: Refactor time range parsing code | Jin Yao | 2019-03-01 | 1 | -1/+50 |
* | perf util: Allocate time slices buffer according to number of comma | Jin Yao | 2018-01-17 | 1 | -0/+28 |
* | perf util: Support no index time percent slice | Jin Yao | 2018-01-17 | 1 | -0/+36 |
* | perf util: Improve error checking for time percent input | Jin Yao | 2018-01-17 | 1 | -2/+6 |
* | perf tools: Create function to perform multiple time range checking | Jin Yao | 2018-01-08 | 1 | -0/+28 |
* | perf tools: Create function to parse time percent | Jin Yao | 2018-01-08 | 1 | -12/+193 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | perf tools: Move timestamp routines from util.h to time-utils.h | Arnaldo Carvalho de Melo | 2017-04-20 | 1 | -0/+25 |
* | perf tools: Move parse_nsec_time to time-utils.c | David Ahern | 2016-12-01 | 1 | -1/+35 |
* | perf tools: Add time-based utility functions | David Ahern | 2016-12-01 | 1 | -0/+85 |