aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/time-utils.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-15perf script: Fix --reltime with --timeAndi Kleen1-3/+24
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo1-1/+0
2019-06-25perf time-utils: Use skip_spaces()Arnaldo Carvalho de Melo1-4/+2
2019-06-25perf tools: Use linux/ctype.h in more placesArnaldo Carvalho de Melo1-1/+1
2019-06-10perf time-utils: Add support for multiple explicit time intervalsAdrian Hunter1-6/+68
2019-06-10perf time-utils: Make perf_time__parse_for_ranges() more logicalAdrian Hunter1-1/+4
2019-06-10perf time-utils: Simplify perf_time__parse_for_ranges() error paths slightlyAdrian Hunter1-7/+5
2019-06-10perf time-utils: Prevent percentage time range overlapAdrian Hunter1-0/+3
2019-06-10perf time-utils: Factor out set_percent_time()Adrian Hunter1-21/+18
2019-06-10perf time-utils: Treat time ranges consistentlyAdrian Hunter1-4/+3
2019-03-11perf time-utils: Add utility function to print time stamps in nanosecondsAndi Kleen1-0/+8
2019-03-01perf time-utils: Refactor time range parsing codeJin Yao1-1/+50
2018-01-17perf util: Allocate time slices buffer according to number of commaJin Yao1-0/+28
2018-01-17perf util: Support no index time percent sliceJin Yao1-0/+36
2018-01-17perf util: Improve error checking for time percent inputJin Yao1-2/+6
2018-01-08perf tools: Create function to perform multiple time range checkingJin Yao1-0/+28
2018-01-08perf tools: Create function to parse time percentJin Yao1-12/+193
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-20perf tools: Move timestamp routines from util.h to time-utils.hArnaldo Carvalho de Melo1-0/+25
2016-12-01perf tools: Move parse_nsec_time to time-utils.cDavid Ahern1-1/+35
2016-12-01perf tools: Add time-based utility functionsDavid Ahern1-0/+85