summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/perf-time-to-tsc.c
Commit message (Expand)AuthorAgeFilesLines
* perf test: Fix error message for test case 71 on s390, where it is not supportedThomas Richter2022-04-221-0/+4
* perf test tsc: Fix error message when not supportedChengdong Li2022-04-091-9/+27
* perf test: TSC test, remove is_supported useIan Rogers2021-11-131-23/+16
* perf test: Convert time to tsc test to test case.Ian Rogers2021-11-131-1/+6
* perf test: Rename struct test to test_suiteIan Rogers2021-11-131-2/+2
* perf test: Move each test suite struct to its testIan Rogers2021-11-131-2/+8
* perf tests: Fix 'Convert perf time to TSC' on core-only systemJin Yao2021-07-141-1/+2
* perf tests: Support 'Convert perf time to TSC' test for hybridJin Yao2021-04-291-0/+12
* perf test: Fix cpu and thread map leaks in perf_time_to_tsc testNamhyung Kim2021-03-061-0/+2
* perf evlist: Use the right prefix for 'struct evlist' event attribute config ...Arnaldo Carvalho de Melo2020-11-301-1/+1
* perf tests tsc: Add checking helper is_supported()Leo Yan2020-11-041-0/+13
* perf tests tsc: Make tsc testing as a common testingLeo Yan2020-11-041-0/+171
* perf tests: Move x86 tests into arch directoryMatt Fleming2015-10-051-162/+0
* perf tools: Add parse_events_error interfaceJiri Olsa2015-04-291-1/+1
* perf tools: Move rdtsc() functionAdrian Hunter2014-07-231-9/+0
* perf tools: Allow TSC conversion on any archAdrian Hunter2014-07-171-2/+1
* tools: Consolidate types.hBorislav Petkov2014-05-011-2/+1
* perf evlist: Auto unmap on destructorArnaldo Carvalho de Melo2014-01-131-1/+0
* perf evlist: Close fds on destructorArnaldo Carvalho de Melo2014-01-131-1/+0
* perf evlist: Move destruction of maps to evlist destructorArnaldo Carvalho de Melo2014-01-131-4/+0
* perf tools: Rename 'perf_record_opts' to 'record_optsArnaldo Carvalho de Melo2013-12-191-1/+1
* perf tools: Fixup mmap event consumptionZhouyi Zhou2013-10-281-1/+3
* perf tools: Add test for converting perf time to/from TSCAdrian Hunter2013-07-231-0/+177