| Commit message (Expand) | Author | Age | Files | Lines |
* | perf tests: Fix Convert perf time to TSC test for hybrid | Adrian Hunter | 2022-07-29 | 1 | -14/+4 |
* | perf tests: Remove bash construct from record+zstd_comp_decomp.sh | James Clark | 2021-11-25 | 1 | -1/+1 |
* | perf tests attr: Add missing topdown metrics events | Kan Liang | 2021-10-05 | 4 | -52/+440 |
* | perf tests: Fix flaky test 'Object code reading' | James Clark | 2021-09-27 | 1 | -2/+2 |
* | perf test: Fix DWARF unwind for optimized builds. | Ian Rogers | 2021-09-27 | 1 | -7/+32 |
* | perf test: Fix bpf test sample mismatch reporting | Michael Petlan | 2021-09-10 | 1 | -1/+1 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-09-08 | 2 | -2/+2 |
|\ |
|
| * | tools: rename bitmap_alloc() to bitmap_zalloc() | Andy Shevchenko | 2021-09-08 | 2 | -2/+2 |
* | | perf tests: Add test for PMU aliases | Jin Yao | 2021-09-03 | 1 | -0/+92 |
* | | perf tools: Fix LLVM test failure when running in verbose mode | James Clark | 2021-08-31 | 1 | -4/+3 |
* | | perf tests: Fix *probe_vfs_getname.sh test failures | James Clark | 2021-08-30 | 1 | -1/+1 |
* | | perf tests dlfilter: Free desc and long_desc in check_filter_desc | Riccardo Mancini | 2021-08-20 | 1 | -4/+9 |
* | | perf test: Do not compare overheads in the zstd comp test | Namhyung Kim | 2021-08-13 | 1 | -2/+2 |
* | | perf test: Make --skip work on shell tests | Riccardo Mancini | 2021-08-11 | 1 | -2/+9 |
* | | perf tests: Add dlfilter test | Adrian Hunter | 2021-08-11 | 4 | -0/+417 |
* | | perf test: Add pmu-events sys event support | John Garry | 2021-08-10 | 1 | -3/+74 |
* | | perf test: Add more pmu-events uncore aliases | John Garry | 2021-08-10 | 1 | -0/+72 |
* | | perf test: Re-add pmu-event uncore PMU alias test | John Garry | 2021-08-10 | 1 | -0/+110 |
* | | perf test: Test pmu-events core aliases separately | John Garry | 2021-08-10 | 1 | -29/+16 |
* | | perf test: Factor out pmu-events alias comparison | John Garry | 2021-08-10 | 1 | -25/+55 |
* | | perf test: Declare pmu-events test events separately | John Garry | 2021-08-10 | 1 | -118/+126 |
* | | perf test: Factor out pmu-events event comparison | John Garry | 2021-08-10 | 1 | -53/+66 |
* | | perf tools: Add pipe_test.sh to verify pipe operations | Namhyung Kim | 2021-08-02 | 1 | -0/+69 |
* | | perf tools: Remove repipe argument from perf_session__new() | Namhyung Kim | 2021-08-02 | 1 | -2/+2 |
* | | perf test: Handle fd gaps in test__dso_data_reopen | Eirik Fuller | 2021-08-02 | 1 | -2/+12 |
|/ |
|
* | perf test bpf: Free obj_buf | Riccardo Mancini | 2021-07-16 | 1 | -0/+2 |
* | perf test maps__merge_in: Fix memory leak of maps | Riccardo Mancini | 2021-07-15 | 1 | -0/+2 |
* | perf test event_update: Fix memory leak of unit | Riccardo Mancini | 2021-07-15 | 1 | -1/+3 |
* | perf test event_update: Fix memory leak of evlist | Riccardo Mancini | 2021-07-15 | 1 | -1/+1 |
* | perf test session_topology: Delete session->evlist | Riccardo Mancini | 2021-07-15 | 1 | -0/+1 |
* | perf tests: Fix 'Convert perf time to TSC' on core-only system | Jin Yao | 2021-07-14 | 1 | -1/+2 |
* | perf tests: Fix 'Roundtrip evsel->name' on core-only system | Jin Yao | 2021-07-14 | 1 | -1/+2 |
* | perf tests: Fix 'Parse event definition strings' on core-only system | Jin Yao | 2021-07-14 | 1 | -6/+10 |
* | perf test: Add free() calls for scandir() returned dirent entries | Riccardo Mancini | 2021-07-09 | 1 | -4/+11 |
* | libperf: Move 'nr_groups' from tools/perf to evlist::nr_groups | Jiri Olsa | 2021-07-09 | 3 | -14/+14 |
* | libperf: Move 'leader' from tools/perf to perf_evsel::leader | Jiri Olsa | 2021-07-09 | 1 | -26/+26 |
* | libperf: Move 'idx' from tools/perf to perf_evsel::idx | Jiri Olsa | 2021-07-09 | 2 | -7/+7 |
* | perf test: Pass the verbose option to shell tests | Ian Rogers | 2021-06-22 | 1 | -1/+4 |
* | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 2021-06-22 | 2 | -3/+3 |
|\ |
|
| * | perf test: Fix non-bash issue with stat bpf counters | Ian Rogers | 2021-06-19 | 1 | -2/+2 |
| * | perf test: Test 17 fails with make LIBPFM4=1 on s390 z/VM | Thomas Richter | 2021-06-01 | 1 | -1/+1 |
* | | perf test: Make stat bpf counters test more robust | Ian Rogers | 2021-06-18 | 1 | -0/+8 |
* | | perf test: Add verbose skip output for bpf counters | Ian Rogers | 2021-06-18 | 1 | -1/+7 |
* | | perf test: Test 2 libpfm4 error cases | Ian Rogers | 2021-05-27 | 1 | -0/+10 |
* | | perf test: Iterate over shell tests in alphabetical order | Riccardo Mancini | 2021-05-27 | 1 | -17/+21 |
* | | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 2021-05-25 | 1 | -2/+2 |
|\| |
|
| * | perf test: Fix libpfm4 support (63) test error for nested event groups | Thomas Richter | 2021-05-19 | 1 | -2/+2 |
* | | perf tests: Consolidate test__arch_unwind_sample declaration | Rob Herring | 2021-05-21 | 2 | -6/+0 |
* | | perf tools: Test build with libbpf/LIBBPF_DYNAMIC=1 | Arnaldo Carvalho de Melo | 2021-05-17 | 1 | -0/+5 |
* | | perf tools: Test build with libopencsd/CORESIGHT=1 | Arnaldo Carvalho de Melo | 2021-05-17 | 1 | -0/+2 |
|/ |
|