aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/lib/perf/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__new_online_cpus()Ian Rogers2-3/+3
2023-12-12libperf cpumap: Rename perf_cpu_map__default_new() to perf_cpu_map__new_online_cpus() and prefer sysfsIan Rogers1-1/+1
2023-12-12libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers2-2/+2
2022-08-19libperf: Add a test case for read formatsNamhyung Kim1-0/+161
2022-03-26libperf tests: Fix typo in perf_evlist__open() failure error messagesShunsuke Nakamura1-4/+4
2022-02-23libperf: Add API for allocating new thread map arrayTzvetomir Stoyanov (VMware)1-0/+41
2022-02-16libperf: Fix perf_cpu_map__for_each_cpu macroJiri Olsa1-0/+11
2022-02-16libperf: Fix 32-bit build for tests uint64_t printfRob Herring1-2/+3
2022-02-06libperf: Add arm64 support to perf_mmap__read_self()Rob Herring1-1/+4
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-07libperf tests: Add test_stat_multiplexing testShunsuke Nakamura1-0/+157
2021-10-14libperf tests: Fix test_stat_cpuShunsuke Nakamura2-6/+6
2021-10-14libperf test evsel: Fix build error on !x86 architecturesShunsuke Nakamura1-0/+1
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 Olsa8-44/+38
2021-04-20libperf: Add support for user space counter accessRob Herring1-0/+66
2021-04-15libperf tests: Add support for verbose printingRob Herring1-2/+4
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 Rogers4-4/+4
2021-01-15libperf tests: Avoid uninitialized variable warningIan Rogers1-2/+2
2020-01-06libperf: Move to tools/lib/perfJiri Olsa5-0/+648