summaryrefslogtreecommitdiff
path: root/tools/lib/perf/tests/test-evlist.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers1-2/+2
2023-12-12libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers1-1/+1
2022-03-26libperf tests: Fix typo in perf_evlist__open() failure error messagesShunsuke Nakamura1-4/+4
2022-02-16libperf: Fix 32-bit build for tests uint64_t printfRob Herring1-2/+3
2022-01-14libperf tests: Update a use of the new cpumap APIIan Rogers1-2/+3
2021-12-16libperf tests: Fix a spelling mistake "Runnnig" -> "Running"Colin Ian King1-1/+1
2021-12-08libperf tests: Add test_stat_multiplexing testShunsuke Nakamura1-0/+157
2021-10-14libperf tests: Fix test_stat_cpuShunsuke Nakamura1-3/+3
2021-07-09libperf: Add tests for perf_evlist__set_leader()Jiri Olsa1-6/+21
2021-07-07libperf: Change tests to single static and shared binariesJiri Olsa1-1/+2
2021-01-15libperf tests: Fail when failing to get a tracepoint idIan Rogers1-0/+1
2021-01-15libperf tests: If a test fails return non-zeroIan Rogers1-1/+1
2021-01-15libperf tests: Avoid uninitialized variable warningIan Rogers1-2/+2
2020-01-06libperf: Move to tools/lib/perfJiri Olsa1-0/+413