summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/perf-time-to-tsc.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-31perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo1-0/+1
2022-08-12perf test: Fix double word in commentsshaomin Deng1-1/+1
2022-08-10perf tools: Do not pass NULL to parse_events()Adrian Hunter1-1/+1
2022-07-17perf tests: Fix Convert perf time to TSC test for hybridAdrian Hunter1-14/+4
2022-07-17perf tests: Stop Convert perf time to TSC test opening events twiceAdrian Hunter1-3/+6
2022-04-22perf test: Fix error message for test case 71 on s390, where it is not supportedThomas Richter1-0/+4
2022-04-09perf test tsc: Fix error message when not supportedChengdong Li1-9/+27
2021-11-13perf test: TSC test, remove is_supported useIan Rogers1-23/+16
2021-11-13perf test: Convert time to tsc test to test case.Ian Rogers1-1/+6
2021-11-13perf test: Rename struct test to test_suiteIan Rogers1-2/+2
2021-11-13perf test: Move each test suite struct to its testIan Rogers1-2/+8
2021-07-14perf tests: Fix 'Convert perf time to TSC' on core-only systemJin Yao1-1/+2
2021-04-29perf tests: Support 'Convert perf time to TSC' test for hybridJin Yao1-0/+12
2021-03-06perf test: Fix cpu and thread map leaks in perf_time_to_tsc testNamhyung Kim1-0/+2
2020-11-30perf evlist: Use the right prefix for 'struct evlist' event attribute config ...Arnaldo Carvalho de Melo1-1/+1
2020-11-04perf tests tsc: Add checking helper is_supported()Leo Yan1-0/+13
2020-11-04perf tests tsc: Make tsc testing as a common testingLeo Yan1-0/+171
2015-10-05perf tests: Move x86 tests into arch directoryMatt Fleming1-162/+0
2015-04-29perf tools: Add parse_events_error interfaceJiri Olsa1-1/+1
2014-07-23perf tools: Move rdtsc() functionAdrian Hunter1-9/+0
2014-07-17perf tools: Allow TSC conversion on any archAdrian Hunter1-2/+1
2014-05-01tools: Consolidate types.hBorislav Petkov1-2/+1
2014-01-13perf evlist: Auto unmap on destructorArnaldo Carvalho de Melo1-1/+0
2014-01-13perf evlist: Close fds on destructorArnaldo Carvalho de Melo1-1/+0
2014-01-13perf evlist: Move destruction of maps to evlist destructorArnaldo Carvalho de Melo1-4/+0
2013-12-19perf tools: Rename 'perf_record_opts' to 'record_optsArnaldo Carvalho de Melo1-1/+1
2013-10-28perf tools: Fixup mmap event consumptionZhouyi Zhou1-1/+3
2013-07-23perf tools: Add test for converting perf time to/from TSCAdrian Hunter1-0/+177