| Commit message (Expand) | Author | Age | Files | Lines |
* | kallsyms: get rid of code for absolute kallsyms | Jann Horn | 2024-08-29 | 1 | -1/+0 |
* | perf test: Make test_arm_callgraph_fp.sh more robust | James Clark | 2024-08-03 | 2 | -21/+26 |
* | perf parse: Allow tracepoint names to start with digits | Dominique Martinet | 2024-05-10 | 1 | -0/+7 |
* | perf parse-events: Add new 'fake_tp' parameter for tests | Dominique Martinet | 2024-05-10 | 2 | -3/+5 |
* | perf mem-info: Add reference count checking | Ian Rogers | 2024-05-07 | 1 | -4/+6 |
* | perf mem-info: Move mem-info out of mem-events and symbol | Ian Rogers | 2024-05-07 | 1 | -0/+1 |
* | perf dso: Use container_of() to avoid a pointer in 'struct dso_data' | Ian Rogers | 2024-05-06 | 1 | -31/+29 |
* | perf dso: Add reference count checking and accessor functions | Ian Rogers | 2024-05-06 | 8 | -24/+25 |
* | perf test pmu: Test all sysfs PMU event names are the same case | Ian Rogers | 2024-05-03 | 1 | -0/+90 |
* | perf test pmu: Add an eagerly loaded event test | Ian Rogers | 2024-05-03 | 1 | -0/+76 |
* | perf test pmu: Refactor format test and exposed test APIs | Ian Rogers | 2024-05-03 | 1 | -168/+151 |
* | perf test pmu-events: Make it clearer that pmu-events tests JSON events | Ian Rogers | 2024-05-03 | 1 | -1/+1 |
* | perf test: Reintroduce -p/--parallel and make -S/--sequential the default | Arnaldo Carvalho de Melo | 2024-04-26 | 1 | -1/+7 |
* | perf test: Add a new test for 'perf annotate' | Namhyung Kim | 2024-04-26 | 1 | -0/+83 |
* | perf tests parse-events: Use "branches" rather than "cache-references" | Ian Rogers | 2024-04-26 | 1 | -3/+3 |
* | perf scripts python: Add a script to run instances of 'perf script' in parallel | Adrian Hunter | 2024-04-26 | 1 | -1/+25 |
* | perf tests shell kprobes: Add missing description as used by 'perf test' output | Arnaldo Carvalho de Melo | 2024-04-26 | 1 | -0/+1 |
* | perf test shell arm_coresight: Increase buffer size for Coresight basic tests | James Clark | 2024-04-18 | 1 | -1/+1 |
* | perf test bpf-counters: Add test for BPF event modifier | Ian Rogers | 2024-04-18 | 1 | -23/+52 |
* | perf tools: Enable configs required for test_uprobe_from_different_cu.sh | Chaitanya S Prakash | 2024-04-17 | 1 | -0/+3 |
* | perf tests: Remove dependency on lscpu | James Clark | 2024-04-12 | 1 | -1/+3 |
* | perf tests: Apply attributes to all events in object code reading test | James Clark | 2024-04-12 | 1 | -5/+5 |
* | perf tests: Make "test data symbol" more robust on Neoverse N1 | James Clark | 2024-04-12 | 1 | -0/+16 |
* | perf evsel: Use evsel__name_is() helper | Yang Jihong | 2024-04-03 | 2 | -27/+16 |
* | perf tests: Run tests in parallel by default | Ian Rogers | 2024-03-21 | 1 | -7/+10 |
* | perf test: Read child test 10 times a second rather than 1 | Ian Rogers | 2024-03-21 | 1 | -2/+2 |
* | perf test: Use a single fd for the child process out/err | Ian Rogers | 2024-03-21 | 1 | -31/+6 |
* | perf test: Stat output per thread of just the parent process | Ian Rogers | 2024-03-21 | 2 | -2/+2 |
* | perf cpumap: Use perf_cpu_map__for_each_cpu when possible | Ian Rogers | 2024-03-21 | 2 | -29/+30 |
* | perf test: Fix spelling mistake "curent" -> "current" | Colin Ian King | 2024-02-26 | 1 | -1/+1 |
* | perf test: Use TEST_FAIL in the TEST_ASSERT macros instead of -1 | Arnaldo Carvalho de Melo | 2024-02-26 | 1 | -8/+8 |
* | perf tests: Add option to run tests in parallel | Ian Rogers | 2024-02-22 | 1 | -99/+215 |
* | perf tests: Run time generate shell test suites | Ian Rogers | 2024-02-22 | 3 | -149/+80 |
* | perf tests: Use scandirat for shell script finding | Ian Rogers | 2024-02-22 | 3 | -71/+95 |
* | perf test: Rename builtin-test-list and add missed header guard | Ian Rogers | 2024-02-22 | 4 | -3/+7 |
* | perf tests: Avoid fork in perf_has_symbol test | Ian Rogers | 2024-02-22 | 1 | -1/+1 |
* | perf: build: introduce the libcapstone | Changbin Du | 2024-02-20 | 1 | -1/+3 |
* | perf testsuite: Add test for kprobe handling | Veronika Molnarova | 2024-02-16 | 2 | -0/+326 |
* | perf testsuite: Add common output checking helpers | Veronika Molnarova | 2024-02-16 | 3 | -0/+107 |
* | perf testsuite: Add test case for perf probe | Veronika Molnarova | 2024-02-16 | 1 | -0/+23 |
* | perf testsuite: Add initialization script for shell tests | Veronika Molnarova | 2024-02-16 | 1 | -0/+117 |
* | perf testsuite: Add common setting for shell tests | Veronika Molnarova | 2024-02-16 | 1 | -0/+79 |
* | perf testsuite: Add common regex patters | Veronika Molnarova | 2024-02-16 | 1 | -0/+268 |
* | perf test: Enable Symbols test to work with a current module dso | Adrian Hunter | 2024-02-16 | 1 | -0/+68 |
* | perf maps: Hide maps internals | Ian Rogers | 2024-02-12 | 1 | -4/+4 |
* | perf maps: Get map before returning in maps__find_by_name | Ian Rogers | 2024-02-12 | 1 | -2/+3 |
* | perf maps: Get map before returning in maps__find | Ian Rogers | 2024-02-12 | 1 | -3/+2 |
* | perf maps: Switch from rbtree to lazily sorted array for addresses | Ian Rogers | 2024-02-12 | 1 | -0/+3 |
* | Merge branch 'perf-tools' into perf-tools-next | Namhyung Kim | 2024-02-12 | 3 | -16/+51 |
|\ |
|
| * | perf test shell daemon: Make signal test less racy | Ian Rogers | 2024-01-26 | 1 | -10/+24 |