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