1. 6d18804 perf cpumap: Give CPUs their own type by Ian Rogers · 3 years ago
  2. 3f8d657 Revert "perf bench: Fix two memory leaks detected with ASan" by Jiri Olsa · 3 years, 1 month ago
  3. 92723ea perf bench: Fix two memory leaks detected with ASan by Sohaib Mohamed · 3 years, 2 months ago
  4. 88e4823 perf bench futex: Fix memory leak of perf_cpu_map__new() by Sohaib Mohamed · 3 years, 2 months ago
  5. 07eafd4 perf parse-event: Add init and exit to parse_event_error by Ian Rogers · 3 years, 2 months ago
  6. 6c19128 perf parse-events: Rename parse_events_error functions by Ian Rogers · 3 years, 2 months ago
  7. ba4026b Revert "perf bench futex: Add support for 32-bit systems with 64-bit time_t" by Arnaldo Carvalho de Melo · 3 years, 2 months ago
  8. c1ff12d perf bench futex: Add support for 32-bit systems with 64-bit time_t by Alistair Francis · 3 years, 2 months ago
  9. fec5c3a perf bench futex: Call the futex syscall from a function by Alistair Francis · 3 years, 2 months ago
  10. c2d4fab perf test evlist-open-close: Use inline func to convert timeval to usec by Riccardo Mancini · 3 years, 4 months ago
  11. 84111b9 perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events during record by Namhyung Kim · 3 years, 5 months ago
  12. 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  13. 7fc5b57 tools: rename bitmap_alloc() to bitmap_zalloc() by Andy Shevchenko · 3 years, 4 months ago
  14. a32762b perf bench evlist-open-close: Use PRIu64 with u64 to fix build on 32-bit architectures by Arnaldo Carvalho de Melo · 3 years, 4 months ago
  15. edf7b4a perf bench inject-buildid: Handle writen() errors by Arnaldo Carvalho de Melo · 3 years, 4 months ago
  16. 4241eab perf bench: Add benchmark for evlist open/close operations by Riccardo Mancini · 3 years, 5 months ago
  17. 46f81532 perf bench futex, requeue: Add --pi parameter by Davidlohr Bueso · 3 years, 5 months ago
  18. 6f9661b perf bench futex, requeue: Robustify futex_wait() handling by Davidlohr Bueso · 3 years, 5 months ago
  19. d262e6a perf bench futex, requeue: Add --broadcast option by Davidlohr Bueso · 3 years, 5 months ago
  20. 9f9a3ff perf bench futex: Add --mlockall parameter by Davidlohr Bueso · 3 years, 5 months ago
  21. b2105a7 perf bench futex: Remove bogus backslash from comment by Davidlohr Bueso · 3 years, 5 months ago
  22. 0959046 perf bench futex: Group test parameters cleanup by Davidlohr Bueso · 3 years, 5 months ago
  23. 2681bd8 perf tools: Remove repipe argument from perf_session__new() by Namhyung Kim · 3 years, 5 months ago
  24. 4d39c89 perf tools: Fix various typos in comments by Ingo Molnar · 3 years, 9 months ago
  25. 009ef05 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years, 10 months ago
  26. 394e430 perf bench numa: Fix the condition checks for max number of NUMA nodes by Athira Rajeev · 3 years, 10 months ago
  27. ded2e51 perf tools: Cast (struct timeval).tv_sec when printing by Pierre Gondois · 3 years, 10 months ago
  28. a78e724 perf bench: Fix misspellings using codespell by Xiong Zhenwu · 3 years, 10 months ago
  29. e73b0d5 perf env: Remove unneeded internal/cpumap inclusions by Ian Rogers · 3 years, 11 months ago
  30. db1a8b9 tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench mem memcpy' by Arnaldo Carvalho de Melo · 4 years, 2 months ago
  31. 9d9af10 Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 4 years, 2 months ago
  32. f929938 perf bench: Use condition variables in numa. by Ian Rogers · 4 years, 3 months ago
  33. f766819 perf tools: Pass build_id object to filename__read_build_id() by Jiri Olsa · 4 years, 3 months ago
  34. 0aba7f0 perf tools: Use build_id object in dso by Jiri Olsa · 4 years, 3 months ago
  35. bf7ef5d perf bench: Run inject-build-id with --buildid-all option too by Namhyung Kim · 4 years, 3 months ago
  36. 0bf02a0 perf bench: Add build-id injection benchmark by Namhyung Kim · 4 years, 3 months ago
  37. ca1b669 Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  38. ec6347b x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}() by Dan Williams · 4 years, 3 months ago
  39. d2c7350 perf bench: Fix 2 memory sanitizer warnings by Ian Rogers · 4 years, 4 months ago
  40. e4d71f7 perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session__new()) by YueHaibing · 4 years, 4 months ago
  41. a508d06 perf bench numa: Remove dead code in parse_nodes_opt() by Peng Fan · 4 years, 5 months ago
  42. 2db13a9 perf bench numa: Use numa_node_to_cpus() to bind tasks to nodes by Alexander Gordeev · 4 years, 5 months ago
  43. 509f68e3 perf bench numa: Fix cpumask memory leak in node_has_cpus() by Alexander Gordeev · 4 years, 5 months ago
  44. 1beaef2 perf bench mem: Always memset source before memcpy by Vincent Whitchurch · 4 years, 5 months ago
  45. f9f9506 perf bench: Fix a couple of spelling mistakes in options text by Colin Ian King · 4 years, 5 months ago
  46. 85372c6 perf bench numa: Fix benchmark names by Alexander Gordeev · 4 years, 5 months ago
  47. 72d69c2 perf bench numa: Fix number of processes in "2x3-convergence" test by Alexander Gordeev · 4 years, 5 months ago
  48. 7c43b0c perf bench: Add benchmark of find_next_bit by Ian Rogers · 4 years, 5 months ago
  49. c2a0820 perf bench: Add basic syscall benchmark by Davidlohr Bueso · 6 years ago
  50. 6549a8c perf tools: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  51. ba35fe9 tools feature: Rename HAVE_EVENTFD to HAVE_EVENTFD_SUPPORT by Arnaldo Carvalho de Melo · 4 years, 7 months ago
  52. 51876bd perf bench: Add kallsyms parsing by Ian Rogers · 4 years, 8 months ago
  53. 13edc23 perf bench: Add a multi-threaded synthesize benchmark by Ian Rogers · 4 years, 9 months ago
  54. 41e7c32 perf bench: Fix div-by-zero if runtime is zero by Tommi Rantala · 4 years, 9 months ago
  55. 2a4b516 perf bench: Add event synthesis benchmark by Ian Rogers · 4 years, 9 months ago
  56. 7b919a5 perf bench: Clear struct sigaction before sigaction() syscall by Tommi Rantala · 4 years, 10 months ago
  57. f649bd9 perf bench futex-wake: Restore thread count default to online CPU count by Tommi Rantala · 4 years, 10 months ago
  58. e4d9b04 perf bench: Share some global variables to fix build with gcc 10 by Arnaldo Carvalho de Melo · 4 years, 10 months ago
  59. 87ffb6c perf env: Remove needless cpumap.h header by Arnaldo Carvalho de Melo · 5 years ago
  60. fb71c86c perf tools: Remove util.h from where it is not needed by Arnaldo Carvalho de Melo · 5 years ago
  61. 8fcbeae perf tools: Remove needless builtin.h include directives by Arnaldo Carvalho de Melo · 5 years ago
  62. 0ac25fd perf tools: Remove perf.h from source files not needing it by Arnaldo Carvalho de Melo · 5 years ago
  63. 91854f9 perf tools: Move everything related to sys_perf_event_open() to perf-sys.h by Arnaldo Carvalho de Melo · 5 years ago
  64. 272172b Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 5 years ago
  65. 6bbfe4e perf bench numa: Fix cpu0 binding by Jiri Olsa · 5 years ago
  66. 9c3516d libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions by Jiri Olsa · 5 years ago
  67. f854839 perf cpu_map: Rename struct cpu_map to struct perf_cpu_map by Jiri Olsa · 5 years ago
  68. d8f9da2 perf tools: Use zfree() where applicable by Arnaldo Carvalho de Melo · 5 years ago
  69. 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 5 years ago
  70. bf561d3 perf bench numa: Add define for RUSAGE_THREAD if not present by Arnaldo Carvalho de Melo · 6 years ago
  71. d8b5297 Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Thomas Gleixner · 6 years ago
  72. 11c1ea6 perf tools: Fix errors under optimization level '-Og' by Changbin Du · 6 years ago
  73. 7c9eefe tools/: replace open encodings for NUMA_NO_NODE by Stephen Rothwell · 6 years ago
  74. 231457e perf bench: Add epoll_ctl(2) benchmark by Davidlohr Bueso · 6 years ago
  75. 121dd9e perf bench: Add epoll parallel epoll_wait benchmark by Davidlohr Bueso · 6 years ago
  76. d47d77c perf bench: Move HAVE_PTHREAD_ATTR_SETAFFINITY_NP into bench.h by Davidlohr Bueso · 6 years ago
  77. 1f27a05 tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy' by Arnaldo Carvalho de Melo · 6 years ago
  78. 9831070 perf bench: Fix numa report output code by Jiri Olsa · 7 years ago
  79. 2abb80d perf bench numa: Fix typo in options by Yisheng Xie · 7 years ago
  80. 3315d14 perf perf: Remove duplicate includes by Pravin Shedge · 7 years ago
  81. 8085e5a perf bench futex: Sync waker threads by James Yang · 7 years ago
  82. 3b2323c perf bench futex: Use cpumaps by Davidlohr Bueso · 7 years ago
  83. 321a7c3 perf bench numa: Fixup discontiguous/sparse numa nodes by Satheesh Rajendran · 7 years ago
  84. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  85. 0353631 perf tools: Use __maybe_unused consistently by Arnaldo Carvalho de Melo · 8 years ago
  86. a067558 perf tools: Move extra string util functions to util/string2.h by Arnaldo Carvalho de Melo · 8 years ago
  87. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  88. 877a7a1 perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used by Arnaldo Carvalho de Melo · 8 years ago
  89. b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
  90. 001916b perf bench numa: Add more comment for -c option by Jiri Olsa · 8 years ago
  91. a0f213e14 perf bench futex: Fix build on musl + clang by Arnaldo Carvalho de Melo · 8 years ago
  92. b8d1fd7 perf bench futex: Use __maybe_unused by Arnaldo Carvalho de Melo · 8 years ago
  93. 6aa4d82 perf bench numa: Make sure dprintf() is not defined by Arnaldo Carvalho de Melo · 8 years ago
  94. 16cab32 Revert "perf bench futex: Sanitize numeric parameters" by Arnaldo Carvalho de Melo · 8 years ago
  95. 3aff8ba perf bench numa: Avoid possible truncation when using snprintf() by Arnaldo Carvalho de Melo · 8 years ago
  96. 9de3ffa perf bench futex: Fix lock-pi help string by Davidlohr Bueso · 8 years ago
  97. 60758d6 perf bench futex: Sanitize numeric parameters by Davidlohr Bueso · 8 years ago
  98. e2e1680 perf bench futex: Avoid worker cacheline bouncing by Davidlohr Bueso · 8 years ago
  99. 34b7530 perf bench futex: Cache align the worker struct by Sebastian Andrzej Siewior · 8 years ago
  100. 47b5757 perf bench mem: Move boilerplate memory allocation to the infrastructure by Arnaldo Carvalho de Melo · 8 years ago