- 33f44bf perf test: Rename struct test to test_suite by Ian Rogers · 3 years, 2 months ago
- d68f036 perf test: Move each test suite struct to its test by Ian Rogers · 3 years, 2 months ago
- 07eafd4 perf parse-event: Add init and exit to parse_event_error by Ian Rogers · 3 years, 2 months ago
- 6c19128 perf parse-events: Rename parse_events_error functions by Ian Rogers · 3 years, 2 months ago
- 4f9d4f8 perf parse-events: Set numeric term config by John Garry · 3 years, 3 months ago
- c7a3828 perf tests: Add test for PMU aliases by Jin Yao · 3 years, 4 months ago
- 490e9a8 perf tests: Fix 'Parse event definition strings' on core-only system by Jin Yao · 3 years, 6 months ago
- 3a68312 libperf: Move 'nr_groups' from tools/perf to evlist::nr_groups by Jiri Olsa · 3 years, 6 months ago
- fba7c86 libperf: Move 'leader' from tools/perf to perf_evsel::leader by Jiri Olsa · 3 years, 6 months ago
- 2541cb6 perf tests: Add hybrid cases for 'Parse event definition strings' test by Jin Yao · 3 years, 8 months ago
- 4d39c89 perf tools: Fix various typos in comments by Ingo Molnar · 3 years, 9 months ago
- 78e1bc2 perf evlist: Use the right prefix for 'struct evlist' event attribute config methods by Arnaldo Carvalho de Melo · 4 years, 1 month ago
- 0997a26 perf tools: Add support for exclusive groups/events by Andi Kleen · 4 years, 2 months ago
- 943b69a perf parse-events: Set exclude_guest=1 for user-space counting by Jin Yao · 4 years, 5 months ago
- 4929e95 perf tools: Fix term parsing for raw syntax by Jiri Olsa · 4 years, 5 months ago
- c33cdf5 perf tools: Allow r0x<HEX> event syntax by Jiri Olsa · 4 years, 5 months ago
- 2bb72db perf evsel: Rename perf_evsel__group_idx() to evsel__group_idx() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- e470dae perf evsel: Rename perf_evsel__{prev,next}() to evsel__{prev,next}() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- c754c38 perf evsel: Rename perf_evsel__is_*() to evsel__is*() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- 8ab2e96 perf evsel: Rename *perf_evsel__*name() to *evsel__*name() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- 3a6c51e perf parser: Add support to specify rXXX event with pmu by Jiri Olsa · 4 years, 8 months ago
- a910e46 perf parse: Report initial event parsing error by Ian Rogers · 5 years ago
- 515dbe4 libperf: Add perf_evlist__first()/last() functions by Jiri Olsa · 5 years ago
- fb71c86c perf tools: Remove util.h from where it is not needed by Arnaldo Carvalho de Melo · 5 years ago
- f2a39fe perf auxtrace: Uninline functions that touch perf_session by Arnaldo Carvalho de Melo · 5 years ago
- 5643b1a libperf: Move nr_members from perf's evsel to libperf's perf_evsel by Jiri Olsa · 5 years ago
- 1fc632c libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel by Jiri Olsa · 5 years ago
- 6484d2f libperf: Add nr_entries to struct perf_evlist by Jiri Olsa · 5 years ago
- c12995a perf evlist: Rename perf_evlist__delete() to evlist__delete() by Jiri Olsa · 5 years ago
- 0f98b11 perf evlist: Rename perf_evlist__new() to evlist__new() by Jiri Olsa · 5 years ago
- 63503db perf evlist: Rename struct perf_evlist to struct evlist by Jiri Olsa · 5 years ago
- 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
- 53fe307 perf test 6: Fix missing kvm module load for s390 by Thomas Richter · 6 years ago
- 714a92d perf tools: Fix legacy events symbol separator parsing by Jiri Olsa · 6 years ago
- a6f39ce perf tests: Fix complex event name parsing by Sandipan Das · 6 years ago
- 06dc5bf perf tests: Check that complex event name is parsed correctly by Alexey Budankov · 7 years ago
- 16ddcfb perf tests: Add valid callback for parse-events test by Jiri Olsa · 7 years ago
- 933ccf2 perf tests: Add event parsing error handling to parse events test by Jiri Olsa · 7 years ago
- 27de9b2 perf evsel: Add has_callchain() helper to make code more compact/clear by Arnaldo Carvalho de Melo · 7 years ago
- 7014e0e tools lib api fs tracing_path: Introduce opendir() method by Arnaldo Carvalho de Melo · 7 years ago
- 25a7d914 perf parse-events: Use get/put_events_file() by Arnaldo Carvalho de Melo · 7 years ago
- b3f58c8 perf tests parse-events: Add intel_pt parse test by Arnaldo Carvalho de Melo · 7 years ago
- 3315d14 perf perf: Remove duplicate includes by Pravin Shedge · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 81f17c9 perf test: Add 'struct test *' to the test functions by Arnaldo Carvalho de Melo · 7 years ago
- b211d79 perf tools: Remove warning() by Arnaldo Carvalho de Melo · 8 years ago
- 7a8ef4c perf tools: Remove string.h, unistd.h and sys/stat.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
- 76b31a2 perf tools: Remove include dirent.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
- 20a9ed2 perf tools: Use api/fs/tracing_path.h where needed by Arnaldo Carvalho de Melo · 8 years ago
- a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
- 877a7a1 perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used by Arnaldo Carvalho de Melo · 8 years ago
- bb963e1 perf utils: Check verbose flag properly by Namhyung Kim · 8 years ago
- 2e2bbc03 perf tests: Avoid possible truncation with dirent->d_name + snprintf by Arnaldo Carvalho de Melo · 8 years ago
- e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
- 17a2634 perf test: Ignore .scale and other special files by Andi Kleen · 9 years ago
- 43d0b97 perf tools: Enable config and setting names for legacy cache events by Wang Nan · 9 years ago
- 10bf358 perf tools: Enable config raw and numeric events by Wang Nan · 9 years ago
- 682dc24 perf tools: Use perf_event_terms__purge() for non-malloced terms by Arnaldo Carvalho de Melo · 9 years ago
- 721a1f5 perf tests: Pass the subtest index to each test routine by Arnaldo Carvalho de Melo · 9 years ago
- 2690c73 perf test: Suppress libtraceevent warnings by Namhyung Kim · 9 years ago
- ddd83c9 perf tests: Add parsing test for 'P' modifier by Jiri Olsa · 9 years ago
- fbf9962 perf tools: Switch to tracing_path interface on appropriate places by Jiri Olsa · 9 years ago
- 4605eab tools lib api fs: Replace debugfs/tracefs objects interface with fs.c by Jiri Olsa · 9 years ago
- 71ef150 perf tests: Add tests to callgraph and time parse by Kan Liang · 9 years ago
- ee4c758 perf tools: Force period term to overload global settings by Jiri Olsa · 9 years ago
- 43f322b perf tests: Switch from open to openat by Riku Voipio · 10 years ago
- b39b839 perf tools: Add parse_events_error interface by Jiri Olsa · 10 years ago
- a1e12da perf tools: Add 'I' event modifier for exclude_idle bit by Jiri Olsa · 10 years ago
- 23773ca perf tools: Make perf aware of tracefs by Steven Rostedt (Red Hat) · 10 years ago
- b3890e4 Merge branch 'perf/hw_breakpoints' into perf/core by Ingo Molnar · 10 years ago
- 48000a1 perf tools: Remove EOL whitespaces by Arnaldo Carvalho de Melo · 10 years ago
- ec32398 perf tools: add hardware breakpoint bp_len test cases by Jacob Shin · 11 years ago
- ffe5978 perf test: Add test case for pmu event new style format by Kan Liang · 10 years ago
- 84f5d36 perf tools: Move pr_* debug macros into debug object by Jiri Olsa · 10 years ago
- c0bc8c6 perf tests: Add a test of kvm-390: trace event by Alexander Yarygin · 11 years ago
- 615b8f9 perf tests: Add numeric identifier to evlist_test by Alexander Yarygin · 11 years ago
- cd0cfad perf tools: Move fs.* to lib/api/fs/ by Borislav Petkov · 11 years ago
- 0050f7a perf evlist: Introduce evlist__for_each() & friends by Arnaldo Carvalho de Melo · 11 years ago
- 2d4352c perf tests: Fixup leak on error path in parse events test by Arnaldo Carvalho de Melo · 11 years ago
- 553873e tools/: Convert to new topic libraries by Borislav Petkov · 11 years ago
- 9a354cd perf tools: Use perf_evlist__{first,last}, perf_evsel__next by Arnaldo Carvalho de Melo · 11 years ago
- cf38fad perf fs: Rename NAME_find_mountpoint() to NAME__mountpoint() by Arnaldo Carvalho de Melo · 11 years ago
- 4299a54 perf tools: Factor sysfs code into generic fs object by Jiri Olsa · 11 years ago
- c9ee780 perf tests: Add tests of new pinned modifier by Michael Ellerman · 11 years ago
- a9f93f9 perf tests: Add parse events tests for leader sampling by Jiri Olsa · 12 years ago
- c549aca perf tests: Make terms a stack variable in test_term by David Ahern · 11 years ago
- 450ac18 perf tests: Make TEST_ASSERT_VAL global by Jiri Olsa · 12 years ago
- 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
- a895d57 treewide: Fix typo in printks by Masanari Iida · 12 years ago
- 334fe7a perf evlist: Remove cpus and threads arguments from perf_evlist__new() by Namhyung Kim · 12 years ago
- 85c66be perf tools: Introduce tools/lib/lk library by Borislav Petkov · 12 years ago
- 5a30a99 perf tests: Adding automated parsing tests for group :GH modifiers by Jiri Olsa · 12 years ago
- 8d7d847 perf tests: Add group test conditions by Namhyung Kim · 12 years ago
- 23b6339 perf tools: Fix usage of __ in event parsing struct names by Arnaldo Carvalho de Melo · 12 years ago
- 6cee6cd perf tools: Fix usage of __ in parse_events_term struct by Arnaldo Carvalho de Melo · 12 years ago
- d8f7bbc perf tools: Remove unused 'unset' parameter from parse_events by Jiri Olsa · 12 years ago
- 82ce75d perf tests: Add event parsing test for '*:*' tracepoints by Jiri Olsa · 12 years ago
- 823254e perf evsel: Convert to _is_group_leader method by Namhyung Kim · 12 years ago
- f0b9abf Merge branch 'linus' into perf/core by Ingo Molnar · 12 years ago
- 07ac002 perf evsel: Introduce is_group_member method by Arnaldo Carvalho de Melo · 12 years ago