summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/time-utils.c
Commit message (Expand)AuthorAgeFilesLines
* perf script: Fix --reltime with --timeAndi Kleen2019-10-151-3/+24
* perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2019-08-291-1/+0
* perf time-utils: Use skip_spaces()Arnaldo Carvalho de Melo2019-06-251-4/+2
* perf tools: Use linux/ctype.h in more placesArnaldo Carvalho de Melo2019-06-251-1/+1
* perf time-utils: Add support for multiple explicit time intervalsAdrian Hunter2019-06-101-6/+68
* perf time-utils: Make perf_time__parse_for_ranges() more logicalAdrian Hunter2019-06-101-1/+4
* perf time-utils: Simplify perf_time__parse_for_ranges() error paths slightlyAdrian Hunter2019-06-101-7/+5
* perf time-utils: Prevent percentage time range overlapAdrian Hunter2019-06-101-0/+3
* perf time-utils: Factor out set_percent_time()Adrian Hunter2019-06-101-21/+18
* perf time-utils: Treat time ranges consistentlyAdrian Hunter2019-06-101-4/+3
* perf time-utils: Add utility function to print time stamps in nanosecondsAndi Kleen2019-03-111-0/+8
* perf time-utils: Refactor time range parsing codeJin Yao2019-03-011-1/+50
* perf util: Allocate time slices buffer according to number of commaJin Yao2018-01-171-0/+28
* perf util: Support no index time percent sliceJin Yao2018-01-171-0/+36
* perf util: Improve error checking for time percent inputJin Yao2018-01-171-2/+6
* perf tools: Create function to perform multiple time range checkingJin Yao2018-01-081-0/+28
* perf tools: Create function to parse time percentJin Yao2018-01-081-12/+193
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf tools: Move timestamp routines from util.h to time-utils.hArnaldo Carvalho de Melo2017-04-201-0/+25
* perf tools: Move parse_nsec_time to time-utils.cDavid Ahern2016-12-011-1/+35
* perf tools: Add time-based utility functionsDavid Ahern2016-12-011-0/+85