Age | Commit message (Expand) | Author | Files | Lines |
2022-08-10 | perf tools: Do not pass NULL to parse_events() | Adrian Hunter | 1 | -2/+2 |
2022-05-09 | perf evsel: Constify a few arrays | Ian Rogers | 1 | -1/+1 |
2021-11-13 | perf test: Rename struct test to test_suite | Ian Rogers | 1 | -1/+1 |
2021-11-13 | perf test: Move each test suite struct to its test | Ian Rogers | 1 | -1/+4 |
2021-07-14 | perf tests: Fix 'Roundtrip evsel->name' on core-only system | Jin Yao | 1 | -1/+2 |
2021-07-09 | libperf: Move 'idx' from tools/perf to perf_evsel::idx | Jiri Olsa | 1 | -3/+3 |
2021-04-29 | perf tests: Add hybrid cases for 'Roundtrip evsel->name' test | Jin Yao | 1 | -7/+12 |
2020-05-28 | perf evsel: Rename perf_evsel__[hs]w_cache* to evsel__[hs]w_cache* | Arnaldo Carvalho de Melo | 1 | -3/+2 |
2020-05-05 | perf evsel: Rename perf_evsel__{prev,next}() to evsel__{prev,next}() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2020-05-05 | perf evsel: Rename perf_evsel__is_*() to evsel__is*() | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2020-05-05 | perf evsel: Rename *perf_evsel__*name() to *evsel__*name() | Arnaldo Carvalho de Melo | 1 | -8/+6 |
2019-09-25 | libperf: Add perf_evlist__first()/last() functions | Jiri Olsa | 1 | -1/+1 |
2019-07-30 | perf evlist: Rename perf_evlist__delete() to evlist__delete() | Jiri Olsa | 1 | -2/+2 |
2019-07-30 | perf evlist: Rename perf_evlist__new() to evlist__new() | Jiri Olsa | 1 | -2/+2 |
2019-07-30 | perf evlist: Rename struct perf_evlist to struct evlist | Jiri Olsa | 1 | -2/+2 |
2019-07-30 | perf evsel: Rename struct perf_evsel to struct evsel | Jiri Olsa | 1 | -2/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-08-11 | perf test: Add 'struct test *' to the test functions | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2017-04-19 | perf tools: Include errno.h where needed | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2017-04-19 | perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2016-06-23 | perf evlist: Rename for_each() macros to for_each_entry() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2015-12-08 | perf test: Prevent using bpf-output event in round trip name test | Jiri Olsa | 1 | -1/+2 |
2015-11-19 | perf tests: Pass the subtest index to each test routine | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2015-04-29 | perf tools: Add parse_events_error interface | Jiri Olsa | 1 | -2/+2 |
2014-07-17 | perf tools: Move pr_* debug macros into debug object | Jiri Olsa | 1 | -0/+1 |
2014-01-13 | perf evlist: Introduce evlist__for_each() & friends | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2013-03-15 | perf evlist: Remove cpus and threads arguments from perf_evlist__new() | Namhyung Kim | 1 | -2/+2 |
2013-01-24 | perf tools: Remove unused 'unset' parameter from parse_events | Jiri Olsa | 1 | -2/+2 |
2012-11-14 | perf tests: Move perf_evsel__roundtrip_name_test into separate object | Jiri Olsa | 1 | -0/+114 |