1. d18019a perf tests: Add dwarf unwind test for powerpc by Ravi Bangoria · 8 years ago
  2. be39db9 perf symbols: Remove symbol_filter_t machinery by Arnaldo Carvalho de Melo · 8 years ago
  3. c79c809 perf test vmlinux: Remove dead symbol_filter_t code by Arnaldo Carvalho de Melo · 8 years ago
  4. 7e1b659 perf test vmlinux: Tolerate symbol aliases by Arnaldo Carvalho de Melo · 8 years ago
  5. 54da076 perf test vmlinux: Avoid printing headers for empty lists by Arnaldo Carvalho de Melo · 8 years ago
  6. e267769 perf test vmlinux: Clarify which -v lines are errors or warning by Arnaldo Carvalho de Melo · 8 years ago
  7. 17d4666 perf test bpf: Fix typo: "ehough" -> "enough" by Colin Ian King · 8 years ago
  8. dd6fa4e perf tools: Fix typo: "ehough" -> "enough" by Colin Ian King · 8 years ago
  9. c369e0a perf tests bpf: Use SyS_epoll_wait alias by Arnaldo Carvalho de Melo · 8 years ago
  10. b2d0dbf perf tests: objdump output can contain multi byte chunks by Jan Stancek · 9 years ago
  11. ff3e33b perf tests: Add test for bitmap_scnprintf function by Jiri Olsa · 8 years ago
  12. e5e6312 perf tests kmod-path: Fix build on ubuntu:16.04-x-armhf by Arnaldo Carvalho de Melo · 8 years ago
  13. 988dd77 perf tests: Add is_printable_array test by Jiri Olsa · 8 years ago
  14. 626a6b7 perf tools: Enable overwrite settings by Wang Nan · 8 years ago
  15. a0c6f45 perf evlist: Drop evlist->backward by Wang Nan · 8 years ago
  16. 078c338 perf evlist: Map backward events to backward_mmap by Wang Nan · 8 years ago
  17. 32a951b perf evlist: Drop redundant evsel->overwrite indicator by Arnaldo Carvalho de Melo · 8 years ago
  18. 8e5dc84 perf test: Add a test case for SDT event by Masami Hiramatsu · 8 years ago
  19. e26e63b perf build: Add sdt feature detection by Masami Hiramatsu · 8 years ago
  20. 4ffde49 perf test bpf: Use epoll_wait() instead of epoll_pwait() by Arnaldo Carvalho de Melo · 8 years ago
  21. 175729f perf tools: Remove needless includes from cache.h by Arnaldo Carvalho de Melo · 8 years ago
  22. 16b91d5 perf test fdarray: Add missing poll.h header by Arnaldo Carvalho de Melo · 8 years ago
  23. 3ac55b1 perf tests cpumap: Add missing headers by Arnaldo Carvalho de Melo · 8 years ago
  24. ab6526b perf tests openat-syscall-tp-fields: Add some conditional defines by Arnaldo Carvalho de Melo · 8 years ago
  25. 1fbe7df perf tests: Add missing pthread.h include for CPU_*() macros by Arnaldo Carvalho de Melo · 8 years ago
  26. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  27. 347ca87 perf tests: Fix hist accumulation test by Jiri Olsa · 8 years ago
  28. a24020e perf tools: Change cpu_map__fprintf output by Jiri Olsa · 8 years ago
  29. 7fa9b8f perf test: Add -F/--dont-fork option by Jiri Olsa · 8 years ago
  30. 8fbc38a perf tests: Fix thread map test for -F option by Jiri Olsa · 8 years ago
  31. f306924 perf tools: Allow to reset open files counter by Jiri Olsa · 8 years ago
  32. f5ce457 perf build: Add libbabeltrace to build-test by Wang Nan · 8 years ago
  33. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 8 years ago
  34. 0b04b3d perf evlist: Destructors should accept NULL by Arnaldo Carvalho de Melo · 8 years ago
  35. 0102ef3 perf hists: Rename __hists__add_entry to hists__add_entry by Jiri Olsa · 8 years ago
  36. aa3a655 Merge tag 'perf-core-for-mingo-20160606' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  37. 616d1c1 Merge branch 'linus' into perf/core, to refresh the branch by Ingo Molnar · 8 years ago
  38. 17a2634 perf test: Ignore .scale and other special files by Andi Kleen · 8 years ago
  39. 258e4bf tools: Pass arg to fdarray__filter's call back function by Wang Nan · 8 years ago
  40. 16bf834 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  41. ee74701 perf tests: Add test to check backward ring buffer by Wang Nan · 8 years ago
  42. 5222503 perf hists: Move sort__need_collapse into struct perf_hpp_list by Jiri Olsa · 8 years ago
  43. ca7ce82 perf tests: Do not use sizeof on pointer type by Vaishali Thakkar · 8 years ago
  44. 4cb9344 perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_max_stack by Arnaldo Carvalho de Melo · 8 years ago
  45. 8daef50 perf tests: Replace assignment with comparison on assert check by Colin Ian King · 8 years ago
  46. 6566fea perf test: Add missing verbose output explaining the reason for failure by Arnaldo Carvalho de Melo · 8 years ago
  47. 53d0fe6 perf test: Ignore kcore files in the "vmlinux matches kallsyms" test by Arnaldo Carvalho de Melo · 8 years ago
  48. bd1a0be tools/perf: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
  49. e68ae9c perf evsel: Do not use globals in config() by Arnaldo Carvalho de Melo · 8 years ago
  50. b31d660 perf tests: Add test to check for event times by Jiri Olsa · 8 years ago
  51. cde8835 perf tests: Fix tarpkg build test error output redirection by Arnaldo Carvalho de Melo · 8 years ago
  52. bb3eb56 perf machine: Rename perf_event__preprocess_sample to machine__resolve by Arnaldo Carvalho de Melo · 8 years ago
  53. 473398a perf tools: Add cpumode to struct perf_sample by Arnaldo Carvalho de Melo · 8 years ago
  54. eb9f032 perf tests: Forward the perf_sample in the dwarf unwind test by Arnaldo Carvalho de Melo · 8 years ago
  55. b8cbb34 perf config: Bring perf_default_config to the very beginning at main() by Wang Nan · 9 years ago
  56. 95088a5 perf tools: Apply tracepoint event definition options to BPF script by Wang Nan · 9 years ago
  57. 43d0b97 perf tools: Enable config and setting names for legacy cache events by Wang Nan · 9 years ago
  58. 10bf358 perf tools: Enable config raw and numeric events by Wang Nan · 9 years ago
  59. 5243ba7 perf test: Reduce the sample_freq for the 'object code reading' test by Arnaldo Carvalho de Melo · 9 years ago
  60. 6880bbf perf tests: Use perf_evlist__strerror_open() to provide hints about max_freq by Arnaldo Carvalho de Melo · 9 years ago
  61. 1ad826b perf tests: Fix build on older systems where 'signal' is reserved by Arnaldo Carvalho de Melo · 9 years ago
  62. 682dc24 perf tools: Use perf_event_terms__purge() for non-malloced terms by Arnaldo Carvalho de Melo · 9 years ago
  63. 8ee4646 perf build: Add libcrypto feature detection by Stephane Eranian · 9 years ago
  64. 3c7a152 perf build tests: Move the feature related vars to the front of the make cmdline by Arnaldo Carvalho de Melo · 9 years ago
  65. 5978531 perf build tests: Elide "-f Makefile" from make invokation by Arnaldo Carvalho de Melo · 9 years ago
  66. 452ce03 perf hists: Introduce perf_evsel__output_resort function by Jiri Olsa · 9 years ago
  67. 814568d perf build: Align the names of the build tests: by Arnaldo Carvalho de Melo · 9 years ago
  68. 8fd34e1 perf test: Improve bp_signal by Wang Nan · 9 years ago
  69. 6a7d550 perf test: Check environment before start real BPF test by Wang Nan · 9 years ago
  70. 79191c8 perf build: Use feature dump file for build-test by Wang Nan · 9 years ago
  71. 7b6982c perf test: Add libbpf relocation checker by Wang Nan · 9 years ago
  72. ab414dc perf test: Fixup aliases checking in the 'vmlinux matches kallsyms' test by Arnaldo Carvalho de Melo · 9 years ago
  73. c15e758 perf build: Pass O option to kernel makefile in build-test by Wang Nan · 9 years ago
  74. 68824de perf build: Test correct path of perf in build-test by Wang Nan · 9 years ago
  75. eb80773 perf build: Pass O option to Makefile.perf in build-test by Wang Nan · 9 years ago
  76. 7be43df perf build: Set parallel making options build-test by Wang Nan · 9 years ago
  77. b0500c1 perf test: Reset err after using it hold errcode in hist testcases by Wang Nan · 9 years ago
  78. 71b3ee7 perf test: Fix false TEST_OK result for 'perf test hist' by Wang Nan · 9 years ago
  79. 935e6bd tools: Move Makefile.arch from perf/config to tools/scripts by Wang Nan · 9 years ago
  80. 3167eea perf tools: Fix phony build target for build-test by Wang Nan · 9 years ago
  81. d2190a8 perf evlist: Remove perf_evlist__(enable|disable)_event functions by Jiri Olsa · 9 years ago
  82. 239849d perf tests: No need to set attr.sample_freq for tracking !PERF_RECORD_SAMPLE by Arnaldo Carvalho de Melo · 9 years ago
  83. 2e4f81e perf test: No need for setting attr.sample_freq on the RECORD test by Arnaldo Carvalho de Melo · 9 years ago
  84. 69ef8f4 perf test: Use "dummy" events in the PERF_RECORD_ test by Arnaldo Carvalho de Melo · 9 years ago
  85. 40184c4 perf tools: Pass evlist to setup_sorting() by Namhyung Kim · 9 years ago
  86. fd36f3d perf hist: Pass struct sample to __hists__add_entry() by Namhyung Kim · 9 years ago
  87. 86ebb09 perf tools: Add event_update event cpus type by Jiri Olsa · 9 years ago
  88. 802c904 perf tools: Add event_update event name type by Jiri Olsa · 9 years ago
  89. daeecbc perf tools: Add event_update event scale type by Jiri Olsa · 9 years ago
  90. a6e5281 perf tools: Add event_update event unit type by Jiri Olsa · 9 years ago
  91. d4c2259 perf tools: Add stat round event synthesize function by Jiri Olsa · 9 years ago
  92. 5796f8f perf tools: Add stat event synthesize function by Jiri Olsa · 9 years ago
  93. 8e38159 perf tools: Add stat config event read function by Jiri Olsa · 9 years ago
  94. 6742434 perf tools: Add stat config event synthesize function by Jiri Olsa · 9 years ago
  95. f77b57a perf cpu_map: Add cpu_map__new_event function by Jiri Olsa · 9 years ago
  96. 6c87290 perf cpu_map: Add cpu_map event synthesize function by Jiri Olsa · 9 years ago
  97. 5966094 perf thread_map: Add thread_map__new_event function by Jiri Olsa · 9 years ago
  98. 99471c9 perf thread_map: Add thread_map event sythesize function by Jiri Olsa · 9 years ago
  99. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  100. 46113a5 perf tools: Remove 'perf' from subcmd function and variable names by Josh Poimboeuf · 9 years ago