1. 509051e perf record: Rename --no-delay to --no-buffering by Arnaldo Carvalho de Melo · 11 years ago
  2. 4887805 perf tools: Add test for building detached source tarballs by Arnaldo Carvalho de Melo · 11 years ago
  3. 0050f7a perf evlist: Introduce evlist__for_each() & friends by Arnaldo Carvalho de Melo · 11 years ago
  4. f7c6447 perf tests: Fix installation tests path setup by Jiri Olsa · 11 years ago
  5. 2d4352c perf tests: Fixup leak on error path in parse events test by Arnaldo Carvalho de Melo · 11 years ago
  6. 983874d perf evlist: Auto unmap on destructor by Arnaldo Carvalho de Melo · 11 years ago
  7. f26e1c7 perf evlist: Close fds on destructor by Arnaldo Carvalho de Melo · 11 years ago
  8. 03ad974 perf evlist: Move destruction of maps to evlist destructor by Arnaldo Carvalho de Melo · 11 years ago
  9. 735f7e0 perf evlist: Move the SIGUSR1 error reporting logic to prepare_workload by Arnaldo Carvalho de Melo · 11 years ago
  10. ee4ad93 perf tests: Factor make install tests by Jiri Olsa · 11 years ago
  11. b400679 perf tools: Rename 'perf_record_opts' to 'record_opts by Arnaldo Carvalho de Melo · 11 years ago
  12. 553873e tools/: Convert to new topic libraries by Borislav Petkov · 11 years ago
  13. 3aa5939 perf record: Make per-cpu mmaps the default. by Adrian Hunter · 11 years ago
  14. 9a354cd perf tools: Use perf_evlist__{first,last}, perf_evsel__next by Arnaldo Carvalho de Melo · 11 years ago
  15. 602ad87 perf target: Shorten perf_target__ to target__ by Arnaldo Carvalho de Melo · 11 years ago
  16. 48095b7 perf tests: Handle throttle events in 'object code reading' test by Adrian Hunter · 11 years ago
  17. 3fe2130 perf tests: Compensate lower sample freq with longer test loop by Adrian Hunter · 11 years ago
  18. 67c1e4a perf tests: Use lower sample_freq in sw clock event period test by Arnaldo Carvalho de Melo · 11 years ago
  19. d0b849e perf tests: Check return of perf_evlist__open sw clock event period test by Arnaldo Carvalho de Melo · 11 years ago
  20. 62605dc50 perf record: Synthesize non-exec MMAP records when --data used by Arnaldo Carvalho de Melo · 11 years ago
  21. ef50383 perf evsel: Remove idx parm from constructor by Arnaldo Carvalho de Melo · 11 years ago
  22. a94d342 tools/perf: Add required memory barriers by Peter Zijlstra · 11 years ago
  23. cf38fad perf fs: Rename NAME_find_mountpoint() to NAME__mountpoint() by Arnaldo Carvalho de Melo · 11 years ago
  24. 4299a54 perf tools: Factor sysfs code into generic fs object by Jiri Olsa · 11 years ago
  25. 41a4e6e perf hists: Consolidate __hists__add_*entry() by Namhyung Kim · 11 years ago
  26. 091a4ef perf test: Update "sample parsing" test for PERF_SAMPLE_TRANSACTION by Adrian Hunter · 11 years ago
  27. 162f0be perf tools: Add time argument on COMM setting by Frederic Weisbecker · 11 years ago
  28. b9c5143 perf tools: Use an accessor to read thread comm by Frederic Weisbecker · 11 years ago
  29. 2a3ede8 Merge branch 'perf/urgent' into perf/core to fix conflicts by Ingo Molnar · 11 years ago
  30. 46d525e perf test: Update command line callchain attribute tests by Arnaldo Carvalho de Melo · 11 years ago
  31. aac8985 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  32. 8e50d38 perf tools: Fixup mmap event consumption by Zhouyi Zhou · 11 years ago
  33. c1fb565 perf tools: Show progress on histogram collapsing by Namhyung Kim · 11 years ago
  34. 4ac2f1c perf test: Consider PERF_SAMPLE_TRANSACTION in the "sample parsing" test by Arnaldo Carvalho de Melo · 11 years ago
  35. 11a4d43 perf test: Clarify the "sample parsing" test entry by Arnaldo Carvalho de Melo · 11 years ago
  36. 1df9297 perf tests: Fix memory leak in dso-data.c by Felipe Pena · 11 years ago
  37. b22d54b perf evlist: Introduce perf_evlist__new_default function by Jiri Olsa · 11 years ago
  38. 475eeab tools/perf: Add support for record transaction flags by Andi Kleen · 11 years ago
  39. 5c5e854 perf tools: Add attr->mmap2 support by Stephane Eranian · 11 years ago
  40. 53a277e perf tools: Add test for parsing with no sample_id_all bit by Adrian Hunter · 11 years ago
  41. 395c307 perf tests: Add 'keep tracking' test by Adrian Hunter · 11 years ago
  42. 045f8cd8 perf tests: Add a sample parsing test by Adrian Hunter · 11 years ago
  43. 7556257 perf tools: Add support for PERF_SAMPLE_IDENTIFIER by Adrian Hunter · 11 years ago
  44. ef89325 perf tools: Remove references to struct ip_event by Adrian Hunter · 11 years ago
  45. 314add6 perf tools: change machine__findnew_thread() to set thread pid by Adrian Hunter · 11 years ago
  46. 309b518 perf tests: Fix compile failure on do_sort_something by David Ahern · 11 years ago
  47. 326f59b perf tools: Remove filter parameter of thread__find_addr_map() by Adrian Hunter · 11 years ago
  48. e44baa3 perf tools: Remove filter parameter of perf_event__preprocess_sample() by Adrian Hunter · 11 years ago
  49. c9ee780 perf tests: Add tests of new pinned modifier by Michael Ellerman · 11 years ago
  50. 7a77bc2 perf tests: Add kcore to the object code reading test by Adrian Hunter · 11 years ago
  51. 82e75d0 perf tests: Adjust the vmlinux symtab matches kallsyms test again by Adrian Hunter · 11 years ago
  52. d380b34 perf tests: Adjust the vmlinux symtab matches kallsyms test by Adrian Hunter · 11 years ago
  53. 5b7ba82 perf symbols: Load kernel maps before using by Adrian Hunter · 11 years ago
  54. b55ae0a perf tests: Add test for reading object code by Adrian Hunter · 11 years ago
  55. a9f93f9 perf tests: Add parse events tests for leader sampling by Jiri Olsa · 12 years ago
  56. 8404db6 perf tests: Add attr record group sampling test by Jiri Olsa · 12 years ago
  57. 3bd5a5f perf tools: Add test for converting perf time to/from TSC by Adrian Hunter · 11 years ago
  58. dbad418 perf tests: Add broken install-* tests into tests/make by Jiri Olsa · 11 years ago
  59. c0ec110 perf tests: Add 'make install/install-bin' tests into tests/make by Jiri Olsa · 11 years ago
  60. c931167 perf tests: Add DESTDIR=TMP_DEST tests/make variable by Jiri Olsa · 11 years ago
  61. 8ba7cde perf tests: Rename TMP to TMP_O tests/make variable by Jiri Olsa · 11 years ago
  62. 0659e66 perf tests: Run ctags/cscope make tests only with needed binaries by Jiri Olsa · 11 years ago
  63. 8d76e18 perf tests: Check proper prev_state size for sched_switch tp by Jiri Olsa · 11 years ago
  64. c549aca perf tests: Make terms a stack variable in test_term by David Ahern · 11 years ago
  65. 4e31902 perf tools: Use default include path notation for libtraceevent headers by Robert Richter · 11 years ago
  66. 450ac18 perf tests: Make TEST_ASSERT_VAL global by Jiri Olsa · 11 years ago
  67. 5888a8c perf tests: Omit end of the symbol check failure for test 1 by Jiri Olsa · 11 years ago
  68. 66cd3f3 perf tests: Fix exclude_guest|exclude_host checking for attr tests by Jiri Olsa · 11 years ago
  69. 8e72a67 perf tests: Fix attr test for record -d option by Jiri Olsa · 11 years ago
  70. 095ae69 perf tools: Add automated make test suite by Jiri Olsa · 12 years ago
  71. ffcbaa1 perf test: Fix typo by Arnaldo Carvalho de Melo · 11 years ago
  72. b3539d2 perf tests: Fix compile errors in bp_signal files by Sukadev Bhattiprolu · 11 years ago
  73. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  74. a895d57 treewide: Fix typo in printks by Masanari Iida · 12 years ago
  75. 0548429 perf tools: Add support for weight v7 (modified) by Andi Kleen · 12 years ago
  76. bc96b36 perf tests: Add a test case for checking sw clock event frequency by Namhyung Kim · 12 years ago
  77. d723a55 perf test: Add test case for checking number of EXIT events by Namhyung Kim · 12 years ago
  78. da522c1 perf tests: Fixup return path of perf record test case by Namhyung Kim · 12 years ago
  79. 9b5b7cd perf tests: Fixup return path of open-syscall-tp-fields test case by Namhyung Kim · 12 years ago
  80. 06933e3 perf tests: Test breakpoint overflow signal handler counts by Jiri Olsa · 12 years ago
  81. 5a6bef4 perf tests: Test breakpoint overflow signal handler by Jiri Olsa · 12 years ago
  82. 55e162e perf evlist: Add want_signal parameter to perf_evlist__prepare_workload() by Namhyung Kim · 12 years ago
  83. 119fa3c perf evlist: Do not pass struct record_opts to perf_evlist__prepare_workload() by Namhyung Kim · 12 years ago
  84. 6ef73ec perf evlist: Pass struct perf_target to perf_evlist__prepare_workload() by Namhyung Kim · 12 years ago
  85. 334fe7a perf evlist: Remove cpus and threads arguments from perf_evlist__new() by Namhyung Kim · 12 years ago
  86. 85c66be perf tools: Introduce tools/lib/lk library by Borislav Petkov · 12 years ago
  87. 9687b89 perf tests: Add attr stat -C cpu test by Jiri Olsa · 12 years ago
  88. b03ec1b5 perf tests: Add attr record -C cpu test by Jiri Olsa · 12 years ago
  89. c21d003 perf tests: Make attr script test event cpu by Jiri Olsa · 12 years ago
  90. 097c875 perf tests: Make attr script verbose friendly by Jiri Olsa · 12 years ago
  91. 5a30a99 perf tests: Adding automated parsing tests for group :GH modifiers by Jiri Olsa · 12 years ago
  92. 5530998 perf sort: Make setup_sorting returns an error code by Namhyung Kim · 12 years ago
  93. 8d7d847 perf tests: Add group test conditions by Namhyung Kim · 12 years ago
  94. e3541ec perf tools, powerpc: Fix compile warnings in tests/attr.c by Sukadev Bhattiprolu · 12 years ago
  95. 43f8e76 perf evsel: Fix memory leaks on evsel->counts by Namhyung Kim · 12 years ago
  96. ec13abc perf tests: Fix leaks on PERF_RECORD_* test by Arnaldo Carvalho de Melo · 12 years ago
  97. c0aab59 perf tests: Call machine__exit in the vmlinux matches kallsyms test by Arnaldo Carvalho de Melo · 12 years ago
  98. 2ae8287 perf test: Allow skipping tests by Arnaldo Carvalho de Melo · 12 years ago
  99. be651ed perf tests: Use ARRAY_SIZE() were applicable by Arnaldo Carvalho de Melo · 12 years ago
  100. 23b6339 perf tools: Fix usage of __ in event parsing struct names by Arnaldo Carvalho de Melo · 12 years ago