1. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  2. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  3. eae8ad8 perf tools: Add struct perf_data_file by Jiri Olsa · 8 years ago
  4. 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
  5. 340b47f perf top: Implement multithreading for perf_event__synthesize_threads by Kan Liang · 7 years ago
  6. 0a7c74e perf tools: Provide mutex wrappers for pthreads rwlocks by Arnaldo Carvalho de Melo · 8 years ago
  7. 4208735 perf tools: Remove poll.h and wait.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  8. bb8c16d perf kvm: Make function only used by 'perf kvm' static by Arnaldo Carvalho de Melo · 8 years ago
  9. c5e4027 perf tools: Move timestamp routines from util.h to time-utils.h by Arnaldo Carvalho de Melo · 8 years ago
  10. 9607ad3 perf tools: Add signal.h to places using its definitions by Arnaldo Carvalho de Melo · 8 years ago
  11. b0742e9 perf tools: Don't include terminal handling headers in util.h by Arnaldo Carvalho de Melo · 8 years ago
  12. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  13. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  14. 877a7a1 perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used by Arnaldo Carvalho de Melo · 8 years ago
  15. b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
  16. f3b3614 perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info by Hari Bathini · 8 years ago
  17. c05a6e1 perf kvm: Use NSEC_PER_USEC by Arnaldo Carvalho de Melo · 8 years ago
  18. bd48c63 tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros by Arnaldo Carvalho de Melo · 8 years ago
  19. c8b5f2c tools: Introduce str_error_r() 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 · 8 years ago
  21. e144655 perf session: Destructors should accept NULL by Arnaldo Carvalho de Melo · 8 years ago
  22. 0b04b3d perf evlist: Destructors should accept NULL by Arnaldo Carvalho de Melo · 8 years ago
  23. e68ae9c perf evsel: Do not use globals in config() by Arnaldo Carvalho de Melo · 9 years ago
  24. 066d359 perf kvm/powerpc: Port perf kvm stat to powerpc by Hemant Kumar · 9 years ago
  25. 162607e perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.h by Hemant Kumar · 9 years ago
  26. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  27. 1b0344e perf kvm: Remove invocation of setup/exit_browser() by Namhyung Kim · 9 years ago
  28. 4605eab tools lib api fs: Replace debugfs/tracefs objects interface with fs.c by Jiri Olsa · 9 years ago
  29. 41b9836 perf kvm: Fill in the missing session freeing after an error occurs by Taeung Song · 9 years ago
  30. 9d9cad7 perf tools: Configurable per thread proc map processing time out by Kan Liang · 9 years ago
  31. b91fc39 perf machine: Protect the machine->threads with a rwlock by Arnaldo Carvalho de Melo · 10 years ago
  32. 8cc5ec1f perf kvm: Support using -f to override perf.data.guest file ownership by Yunlong Song · 10 years ago
  33. d704ebd perf tools: tool->finished_round() doesn't need perf_session by Arnaldo Carvalho de Melo · 10 years ago
  34. b7b61cb perf ordered_events: Shorten function signatures by Arnaldo Carvalho de Melo · 10 years ago
  35. 99d348a perf kvm stat live: Mark events as (x86 only) in help output by Alexander Yarygin · 10 years ago
  36. f45d20f perf kvm: Print kvm specific --help output by Namhyung Kim · 10 years ago
  37. 673d659 perf kvm stat live: Enable events copying by Alexander Yarygin · 10 years ago
  38. 69e865c perf kvm: Use thread_{,_set}_priv helpers by Namhyung Kim · 10 years ago
  39. 1ca7226 perf kvm stat live: Use fdarray object instead of pollfd by Jiri Olsa · 10 years ago
  40. 0cae013 perf kvm stat live: Use perf_evlist__add_pollfd return fd position by Jiri Olsa · 10 years ago
  41. fe636ad perf kvm stat live: Fix perf_evlist__add_pollfd error handling by Jiri Olsa · 10 years ago
  42. 52e02834 perf tools: Modify error code for when perf_session__new() fails by Taeung Song · 10 years ago
  43. 1b85337 tools lib api: Adopt fdarray class from perf's evlist by Arnaldo Carvalho de Melo · 10 years ago
  44. 0a04c9e perf kvm stat live: Use perf_evlist__add_pollfd() instead of local equivalent by Arnaldo Carvalho de Melo · 10 years ago
  45. 1f3e5b5 perf kvm stat report: Unify the title bar output by Alexander Yarygin · 10 years ago
  46. f181957 perf kvm stat report: Enable the target.system_wide flag by Alexander Yarygin · 10 years ago
  47. 3ae4a76 perf kvm stat report: Save pid string in opts.target.pid by Alexander Yarygin · 10 years ago
  48. f9f33fd perf kvm: Use strerror_r instead of strerror by Masami Hiramatsu · 10 years ago
  49. 0a7e6d1 perf tools: Check recorded kernel version when finding vmlinux by Namhyung Kim · 10 years ago
  50. 14d37f3 perf kvm: Move call to symbol__init() after creating session by Namhyung Kim · 10 years ago
  51. d5b4130 perf kvm: Fix stdin handling for 'kvm stat live' command by Jiri Olsa · 10 years ago
  52. d40b4a1 perf tools: Flush ordered events in case of allocation failure by Jiri Olsa · 10 years ago
  53. 37e39aa perf tools: Rename ordered_samples struct to ordered_events by Jiri Olsa · 10 years ago
  54. 0a8cb85 perf tools: Rename ordered_samples bool to ordered_events by Jiri Olsa · 10 years ago
  55. b048a24 perf kvm stat: Properly show submicrosecond times by Christian Borntraeger · 10 years ago
  56. 3be8e2a perf kvm: Add stat support on s390 by Alexander Yarygin · 10 years ago
  57. 54c801f perf kvm: Add skip_event() for --duration option by Alexander Yarygin · 10 years ago
  58. 9daa812 perf kvm: Move arch specific code into arch/ by Alexander Yarygin · 10 years ago
  59. 44b3802 perf kvm: Use defines of kvm events by Alexander Yarygin · 10 years ago
  60. 65c647a perf kvm: Refactoring of cpu_isa_config() by Alexander Yarygin · 10 years ago
  61. df74c13 perf kvm: Simplify exit reasons tables definitions by Alexander Yarygin · 10 years ago
  62. da50ad6 perf kvm: Introduce HAVE_KVM_STAT_SUPPORT flag by Alexander Yarygin · 10 years ago
  63. acb61fc perf kvm: Fix 'Min time' counting in report command by Alexander Yarygin · 11 years ago
  64. 09a71b9 perf kvm: introduce --list-cmds for use by scripts by Ramkumar Ramachandra · 11 years ago
  65. 0050f7a perf evlist: Introduce evlist__for_each() & friends by Arnaldo Carvalho de Melo · 11 years ago
  66. 03ad974 perf evlist: Move destruction of maps to evlist destructor by Arnaldo Carvalho de Melo · 11 years ago
  67. f538565 perf tools: No need to test against NULL before calling free() by Arnaldo Carvalho de Melo · 11 years ago
  68. b400679 perf tools: Rename 'perf_record_opts' to 'record_opts by Arnaldo Carvalho de Melo · 11 years ago
  69. 553873e tools/: Convert to new topic libraries by Borislav Petkov · 11 years ago
  70. e1a2b17 perf kvm: Move code to generate filename for perf-kvm to function. by Dongsheng Yang · 11 years ago
  71. 476b3a8 perf kvm: Fix bug in 'stat report' by Dongsheng Yang · 11 years ago
  72. 100b907 perf kvm: Introduce option -v for perf kvm command. by Dongsheng Yang · 11 years ago
  73. 602ad87 perf target: Shorten perf_target__ to target__ by Arnaldo Carvalho de Melo · 11 years ago
  74. a33fbd5 perf machine: Simplify synthesize_threads method by Arnaldo Carvalho de Melo · 11 years ago
  75. 58d925d perf machine: Introduce synthesize_threads method out of open coded equivalent by Arnaldo Carvalho de Melo · 11 years ago
  76. 62605dc50 perf record: Synthesize non-exec MMAP records when --data used by Arnaldo Carvalho de Melo · 11 years ago
  77. 87419c9 perf kvm: Disable live command if timerfd is not supported by David Ahern · 11 years ago
  78. aac8985 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  79. 8e50d38 perf tools: Fixup mmap event consumption by Zhouyi Zhou · 11 years ago
  80. f5fc141 perf tools: Add data object to handle perf data file by Jiri Olsa · 11 years ago
  81. 994a1f7 perf tools: Check mmap pages value early by Jiri Olsa · 11 years ago
  82. e71aa28 perf kvm: Fix sample_type manipulation by Adrian Hunter · 11 years ago
  83. 314add6 perf tools: change machine__findnew_thread() to set thread pid by Adrian Hunter · 11 years ago
  84. fe32ee0 perf kvm: Remove force option to cmd_record by David Ahern · 11 years ago
  85. 70f7b4a perf kvm: Option to print events that exceed a duration by David Ahern · 11 years ago
  86. 2e73f00 perf kvm stat report: Add option to analyze specific VM by David Ahern · 11 years ago
  87. 62d04db perf kvm: Add min and max stats to display by David Ahern · 11 years ago
  88. 1afe1d1 perf kvm: Add live mode by David Ahern · 11 years ago
  89. 8fdd84c perf kvm: Split out tracepoints from record args by David Ahern · 11 years ago
  90. 6ca5f30 perf kvm: Handle realloc failures by David Ahern · 11 years ago
  91. 85c66be perf tools: Introduce tools/lib/lk library by Borislav Petkov · 12 years ago
  92. 20914ce5 perf kvm: Initialize file_name var to fix segfault by Arnaldo Carvalho de Melo · 12 years ago
  93. f0b9abf Merge branch 'linus' into perf/core by Ingo Molnar · 12 years ago
  94. 7321090 perf kvm: Fix building perf kvm on non x86 arches by Xiao Guangrong · 12 years ago
  95. 3786063 perf kvm: Rename perf_kvm to perf_kvm_stat by Xiao Guangrong · 12 years ago
  96. d2709c7 perf: Make perf build for x86 with UAPI disintegration applied by David Howells · 12 years ago
  97. 355afe8 perf kvm: Add braces around multi-line statements by David Ahern · 12 years ago
  98. e4f7637 perf kvm: Total count is a u64, print as so by David Ahern · 12 years ago
  99. b880dee perf kvm: Remove typecast in init_kvm_event_record by David Ahern · 12 years ago
  100. 2aa8eab perf kvm: Only process events for vcpus of interest by David Ahern · 12 years ago