1. a6f39ce perf tests: Fix complex event name parsing by Sandipan Das · 6 years ago
  2. 06dc5bf perf tests: Check that complex event name is parsed correctly by Alexey Budankov · 7 years ago
  3. 16ddcfb perf tests: Add valid callback for parse-events test by Jiri Olsa · 7 years ago
  4. 933ccf2 perf tests: Add event parsing error handling to parse events test by Jiri Olsa · 7 years ago
  5. 27de9b2 perf evsel: Add has_callchain() helper to make code more compact/clear by Arnaldo Carvalho de Melo · 7 years ago
  6. 7014e0e tools lib api fs tracing_path: Introduce opendir() method by Arnaldo Carvalho de Melo · 7 years ago
  7. 25a7d914 perf parse-events: Use get/put_events_file() by Arnaldo Carvalho de Melo · 7 years ago
  8. b3f58c8 perf tests parse-events: Add intel_pt parse test by Arnaldo Carvalho de Melo · 7 years ago
  9. 3315d14 perf perf: Remove duplicate includes by Pravin Shedge · 7 years ago
  10. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  11. 81f17c9 perf test: Add 'struct test *' to the test functions by Arnaldo Carvalho de Melo · 7 years ago
  12. b211d79 perf tools: Remove warning() by Arnaldo Carvalho de Melo · 8 years ago
  13. 7a8ef4c perf tools: Remove string.h, unistd.h and sys/stat.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  14. 76b31a2 perf tools: Remove include dirent.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  15. 20a9ed2 perf tools: Use api/fs/tracing_path.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  16. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  17. 877a7a1 perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used by Arnaldo Carvalho de Melo · 8 years ago
  18. bb963e1 perf utils: Check verbose flag properly by Namhyung Kim · 8 years ago
  19. 2e2bbc03 perf tests: Avoid possible truncation with dirent->d_name + snprintf by Arnaldo Carvalho de Melo · 8 years ago
  20. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  21. 17a2634 perf test: Ignore .scale and other special files by Andi Kleen · 9 years ago
  22. 43d0b97 perf tools: Enable config and setting names for legacy cache events by Wang Nan · 9 years ago
  23. 10bf358 perf tools: Enable config raw and numeric events by Wang Nan · 9 years ago
  24. 682dc24 perf tools: Use perf_event_terms__purge() for non-malloced terms by Arnaldo Carvalho de Melo · 9 years ago
  25. 721a1f5 perf tests: Pass the subtest index to each test routine by Arnaldo Carvalho de Melo · 9 years ago
  26. 2690c73 perf test: Suppress libtraceevent warnings by Namhyung Kim · 9 years ago
  27. ddd83c9 perf tests: Add parsing test for 'P' modifier by Jiri Olsa · 9 years ago
  28. fbf9962 perf tools: Switch to tracing_path interface on appropriate places by Jiri Olsa · 9 years ago
  29. 4605eab tools lib api fs: Replace debugfs/tracefs objects interface with fs.c by Jiri Olsa · 9 years ago
  30. 71ef150 perf tests: Add tests to callgraph and time parse by Kan Liang · 9 years ago
  31. ee4c758 perf tools: Force period term to overload global settings by Jiri Olsa · 9 years ago
  32. 43f322b perf tests: Switch from open to openat by Riku Voipio · 10 years ago
  33. b39b839 perf tools: Add parse_events_error interface by Jiri Olsa · 10 years ago
  34. a1e12da perf tools: Add 'I' event modifier for exclude_idle bit by Jiri Olsa · 10 years ago
  35. 23773ca perf tools: Make perf aware of tracefs by Steven Rostedt (Red Hat) · 10 years ago
  36. b3890e4 Merge branch 'perf/hw_breakpoints' into perf/core by Ingo Molnar · 10 years ago
  37. 48000a1 perf tools: Remove EOL whitespaces by Arnaldo Carvalho de Melo · 10 years ago
  38. ec32398 perf tools: add hardware breakpoint bp_len test cases by Jacob Shin · 11 years ago
  39. ffe5978 perf test: Add test case for pmu event new style format by Kan Liang · 10 years ago
  40. 84f5d36 perf tools: Move pr_* debug macros into debug object by Jiri Olsa · 11 years ago
  41. c0bc8c6 perf tests: Add a test of kvm-390: trace event by Alexander Yarygin · 11 years ago
  42. 615b8f9 perf tests: Add numeric identifier to evlist_test by Alexander Yarygin · 11 years ago
  43. cd0cfad perf tools: Move fs.* to lib/api/fs/ by Borislav Petkov · 11 years ago
  44. 0050f7a perf evlist: Introduce evlist__for_each() & friends by Arnaldo Carvalho de Melo · 11 years ago
  45. 2d4352c perf tests: Fixup leak on error path in parse events test by Arnaldo Carvalho de Melo · 11 years ago
  46. 553873e tools/: Convert to new topic libraries by Borislav Petkov · 11 years ago
  47. 9a354cd perf tools: Use perf_evlist__{first,last}, perf_evsel__next by Arnaldo Carvalho de Melo · 11 years ago
  48. cf38fad perf fs: Rename NAME_find_mountpoint() to NAME__mountpoint() by Arnaldo Carvalho de Melo · 11 years ago
  49. 4299a54 perf tools: Factor sysfs code into generic fs object by Jiri Olsa · 11 years ago
  50. c9ee780 perf tests: Add tests of new pinned modifier by Michael Ellerman · 11 years ago
  51. a9f93f9 perf tests: Add parse events tests for leader sampling by Jiri Olsa · 12 years ago
  52. c549aca perf tests: Make terms a stack variable in test_term by David Ahern · 12 years ago
  53. 450ac18 perf tests: Make TEST_ASSERT_VAL global by Jiri Olsa · 12 years ago
  54. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  55. a895d57 treewide: Fix typo in printks by Masanari Iida · 12 years ago
  56. 334fe7a perf evlist: Remove cpus and threads arguments from perf_evlist__new() by Namhyung Kim · 12 years ago
  57. 85c66be perf tools: Introduce tools/lib/lk library by Borislav Petkov · 12 years ago
  58. 5a30a99 perf tests: Adding automated parsing tests for group :GH modifiers by Jiri Olsa · 12 years ago
  59. 8d7d847 perf tests: Add group test conditions by Namhyung Kim · 12 years ago
  60. 23b6339 perf tools: Fix usage of __ in event parsing struct names by Arnaldo Carvalho de Melo · 12 years ago
  61. 6cee6cd perf tools: Fix usage of __ in parse_events_term struct by Arnaldo Carvalho de Melo · 12 years ago
  62. d8f7bbc perf tools: Remove unused 'unset' parameter from parse_events by Jiri Olsa · 12 years ago
  63. 82ce75d perf tests: Add event parsing test for '*:*' tracepoints by Jiri Olsa · 12 years ago
  64. 823254e perf evsel: Convert to _is_group_leader method by Namhyung Kim · 12 years ago
  65. f0b9abf Merge branch 'linus' into perf/core by Ingo Molnar · 12 years ago
  66. 07ac002 perf evsel: Introduce is_group_member method by Arnaldo Carvalho de Melo · 12 years ago
  67. c81251e perf tests: Final cleanup for builtin-test move by Jiri Olsa · 12 years ago
  68. 945aea2 perf tests: Move test objects into 'tests' directory by Jiri Olsa · 12 years ago[Renamed from tools/perf/util/parse-events-test.c]
  69. 95d18aa perf/x86: Fix sparse warnings by Peter Huewe · 12 years ago