1. 26acf40 perf unwind: Fix libunwind build failure on i386 systems by Arnaldo Carvalho de Melo · 5 years ago
  2. b11f724 Merge tag 'perf-core-for-mingo-5.5-20190925' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 5 years ago
  3. d6840d8 perf parser: Remove needless include directives by Arnaldo Carvalho de Melo · 5 years ago
  4. 815c156 perf build: Add detection of java-11-openjdk-devel package by Thomas Richter · 6 years ago
  5. 61bf4ee perf jvmti: Include JVMTI support for s390 by Thomas Richter · 6 years ago
  6. 28b9517 perf vendor events: Remove P8 HW events which are not supported by Mamatha Inamdar · 6 years ago
  7. 7834fa9 perf evlist: Fix access of freed id arrays by Andi Kleen · 5 years ago
  8. 6f6473c perf stat: Fix free memory access / memory leaks in metrics by Andi Kleen · 5 years ago
  9. 252a2fd perf tools: Replace needless mmap.h with what is needed, event.h by Arnaldo Carvalho de Melo · 5 years ago
  10. 95be9d1 perf evsel: Move config terms to a separate header by Arnaldo Carvalho de Melo · 5 years ago
  11. bd70462 perf evlist: Remove unused perf_evlist__fprintf() method by Arnaldo Carvalho de Melo · 5 years ago
  12. ca12527 perf evsel: Introduce evsel_fprintf.h by Arnaldo Carvalho de Melo · 5 years ago
  13. 9620bc36 perf evsel: Remove need for symbol_conf in evsel_fprintf.c by Arnaldo Carvalho de Melo · 5 years ago
  14. 32ff3fe perf copyfile: Move copyfile routines to separate files by Arnaldo Carvalho de Melo · 5 years ago
  15. 80ab298 libperf: Add perf_evlist__poll() function by Jiri Olsa · 6 years ago
  16. f4009e7 libperf: Add perf_evlist__add_pollfd() function by Jiri Olsa · 6 years ago
  17. 31f67fc libperf: Add perf_evlist__alloc_pollfd() function by Jiri Olsa · 6 years ago
  18. 379dd98 libperf: Add libperf_init() call to the tests by Jiri Olsa · 6 years ago
  19. 428dab8 libperf: Merge libperf_set_print() into libperf_init() by Jiri Olsa · 6 years ago
  20. fb4bf51 libperf: Add libperf dependency for tests targets by Jiri Olsa · 6 years ago
  21. 7634d53 libperf: Use sys/types.h to get ssize_t, not unistd.h by Arnaldo Carvalho de Melo · 5 years ago
  22. 2604911 perf tools: No need to include internal/lib.h from util/util.h by Arnaldo Carvalho de Melo · 5 years ago
  23. 20f2be1 libperf: Move 'page_size' global variable to libperf by Jiri Olsa · 6 years ago
  24. d5a9948 libperf: Add perf_evlist__id_add_fd() function by Jiri Olsa · 6 years ago
  25. b0031c2 libperf: Add perf_evlist__id_add() function by Jiri Olsa · 6 years ago
  26. ff47d86 libperf: Add perf_evlist__read_format() function by Jiri Olsa · 6 years ago
  27. 515dbe4 libperf: Add perf_evlist__first()/last() functions by Jiri Olsa · 6 years ago
  28. 70c2036 libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functions by Jiri Olsa · 6 years ago
  29. 1d5af02 libperf: Move 'heads' from 'struct evlist' to 'struct perf_evlist' by Jiri Olsa · 6 years ago
  30. e7eb900 libperf: Move 'ids' from 'struct evsel' to 'struct perf_evsel' by Jiri Olsa · 6 years ago
  31. deaf321 libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel' by Jiri Olsa · 6 years ago
  32. 8cd36f3 libperf: Move 'sample_id' from 'struct evsel' to 'struct perf_evsel' by Jiri Olsa · 6 years ago
  33. fee92b44 libperf: Add missing 'struct xyarray' forward declaration by Arnaldo Carvalho de Melo · 5 years ago
  34. 40cb2d5 libperf: Move 'pollfd' from 'struct evlist' to 'struct perf_evlist' by Jiri Olsa · 6 years ago
  35. f6fa437 libperf: Move 'mmap_len' from 'struct evlist' to 'struct perf_evlist' by Jiri Olsa · 6 years ago
  36. c976ee1 libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist' by Jiri Olsa · 6 years ago
  37. 648b5af libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel' by Jiri Olsa · 6 years ago
  38. 65aa2e6 libperf: Add 'flush' to 'struct perf_mmap' by Jiri Olsa · 6 years ago
  39. 4443e6d libperf: Add 'event_copy' to 'struct perf_mmap' by Jiri Olsa · 6 years ago
  40. 8df7a86 libperf: Add 'overwrite' to 'struct perf_mmap' by Jiri Olsa · 6 years ago
  41. ebe4d72 libperf: Add prev/start/end to struct perf_mmap by Jiri Olsa · 6 years ago
  42. e03edfe libperf: Add 'refcnt' to struct perf_mmap by Jiri Olsa · 6 years ago
  43. 56a9470 libperf: Add 'cpu' to struct perf_mmap by Jiri Olsa · 6 years ago
  44. 2cf07b2 libperf: Add 'fd' to struct perf_mmap by Jiri Olsa · 6 years ago
  45. 4fd0cef libperf: Add 'mask' to struct perf_mmap by Jiri Olsa · 6 years ago
  46. 547740f libperf: Add perf_mmap struct by Jiri Olsa · 6 years ago
  47. e0fcfb0 perf evlist: Adopt backwards ring buffer state enum by Arnaldo Carvalho de Melo · 5 years ago
  48. d80a554 libperf: Link libapi.a in libperf.so by Jiri Olsa · 6 years ago
  49. e6b1878 perf tools: Rename perf_evlist__purge() to evlist__purge() by Jiri Olsa · 6 years ago
  50. 470579b perf tools: Rename perf_evlist__exit() to evlist__exit() by Jiri Olsa · 6 years ago
  51. d50cf36 perf tools: Rename perf_evlist__alloc_mmap() to evlist__alloc_mmap() by Jiri Olsa · 6 years ago
  52. db6b7b1 perf tools: Rename perf_evlist__munmap() to evlist__munmap() by Jiri Olsa · 6 years ago
  53. 9521b5f perf tools: Rename perf_evlist__mmap() to evlist__mmap() by Jiri Olsa · 6 years ago
  54. a583053 perf tools: Rename 'struct perf_mmap' to 'struct mmap' by Jiri Olsa · 6 years ago
  55. 058bd85 tools: Add missing stdio.h include to asm/bug.h header by Jiri Olsa · 6 years ago
  56. 33c9640 libtraceevent: Man pages for tep plugins APIs by Tzvetomir Stoyanov · 6 years ago
  57. 077faf3 libtraceevent: Move traceevent plugins in its own subdirectory by Tzvetomir Stoyanov (VMware) · 6 years ago
  58. d69094f libtraceevent: Add tep_get_event() in event-parse.h by Tzvetomir Stoyanov (VMware) · 6 years ago
  59. f8d1638 libtraceevent: Man pages fix, changes in event printing APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  60. 38f76c3 libtraceevent: Man pages fix, rename tep_ref_get() to tep_get_ref() by Tzvetomir Stoyanov (VMware) · 6 years ago
  61. 4ab91de libtraceevent: Man pages for libtraceevent event print related API by Tzvetomir Stoyanov · 6 years ago
  62. 5c8da72 libtraceevent: Round up in tep_print_event() time precision by Steven Rostedt (VMware) · 6 years ago
  63. 8788d36 perf list: Allow plurals for metric, metricgroup by Kim Phillips · 6 years ago
  64. 9312556 perf vendor events: Minor fixes to the README by Kim Phillips · 6 years ago
  65. 0c03d3a perf vendor events amd: Remove redundant '[' by Kim Phillips · 6 years ago
  66. faef874 perf vendor events amd: Add L3 cache events for Family 17h by Kim Phillips · 6 years ago
  67. c8b567c perf record: Move restricted maps check to after a possible fallback to not collect kernel samples by Arnaldo Carvalho de Melo · 5 years ago
  68. 4ec8d98 perf record: Fix priv level with branch sampling for paranoid=2 by Stephane Eranian · 6 years ago
  69. 2b32769 Merge tag 'perf-urgent-for-mingo-5.4-20190921' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 5 years ago
  70. 9f014e3 perf/core: Fix several typos in comments by Roy Ben Shlomo · 6 years ago
  71. 6ef81c5 perf session: Return error code for perf_session__new() function on failure by Mamatha Inamdar · 6 years ago
  72. 9e6124d perf probe: Fix to clear tev->nargs in clear_probe_trace_event() by Masami Hiramatsu · 6 years ago
  73. 1a375ae perf probe: Skip same probe address for a given line by Masami Hiramatsu · 6 years ago
  74. 0216234 perf tools: Fix segfault in cpu_cache_level__read() by Jiri Olsa · 6 years ago
  75. 40f1c03 tools arch x86: Sync asm/cpufeatures.h with the kernel sources by Arnaldo Carvalho de Melo · 6 years ago
  76. 761830a tools arch x86 uapi: Synch asm/unistd.h with the kernel sources by Arnaldo Carvalho de Melo · 6 years ago
  77. 9846f13 tools uapi asm-generic: Sync unistd.h with the kernel sources by Arnaldo Carvalho de Melo · 6 years ago
  78. 7b678cc tools headers uapi: Sync prctl.h with the kernel sources by Arnaldo Carvalho de Melo · 6 years ago
  79. b117b9b perf tests: Fix static build test by Jiri Olsa · 6 years ago
  80. 351a1f5 Merge tag 'perf-core-for-mingo-5.4-20190920-2' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 6 years ago
  81. 2bff2b8 perf kvm stat: Set 'trace_cycles' as default event for 'perf kvm record' in powerpc by Anju T Sudhakar · 6 years ago
  82. 124eb5f perf kvm: Add arch neutral function to choose event for perf kvm record by Anju T Sudhakar · 6 years ago
  83. 8067b3d perf kvm: Move kvm-stat header file from conditional inclusion to common include section by Anju T Sudhakar · 6 years ago
  84. ce095c9 perf test: Fix spelling mistake "allos" -> "allocate" by Colin Ian King · 6 years ago
  85. 443f2d5 perf stat: Fix a segmentation fault when using repeat forever by Srikar Dronamraju · 6 years ago
  86. b63fd11 perf stat: Reset previous counts on repeat with interval by Srikar Dronamraju · 6 years ago
  87. b295c3e tools lib traceevent: Convert remaining %p[fF] users to %p[sS] by Sakari Ailus · 6 years ago
  88. 055c67e perf tools: Move event synthesizing routines to separate .c file by Arnaldo Carvalho de Melo · 6 years ago
  89. 5cac8ea perf memswap: Adopt 'struct u64_swap' from evsel.h by Arnaldo Carvalho de Melo · 6 years ago
  90. ea49e01 perf tools: Move event synthesizing routines to separate header by Arnaldo Carvalho de Melo · 6 years ago
  91. bd23ac1 perf auxtrace: Add missing 'struct perf_sample' forward declaration by Arnaldo Carvalho de Melo · 6 years ago
  92. f12be04 perf sched: Add missing event.h include directive by Arnaldo Carvalho de Melo · 6 years ago
  93. 3f79132 perf annotate: Add missing machine.h include directive by Arnaldo Carvalho de Melo · 6 years ago
  94. 3793d4d perf hist: Add missing 'struct branch_stack' forward declaration by Arnaldo Carvalho de Melo · 6 years ago
  95. 5939cac perf python: Remove debug.h by Arnaldo Carvalho de Melo · 6 years ago
  96. 9c9e754 perf callchain: Remove needless event.h include by Arnaldo Carvalho de Melo · 6 years ago
  97. b251892 perf stat: Move perf_stat_synthesize_config() to event.h by Arnaldo Carvalho de Melo · 6 years ago
  98. 2783061 perf event: Move perf_event__synthesize* to event.h by Arnaldo Carvalho de Melo · 6 years ago
  99. 87ffb6c perf env: Remove needless cpumap.h header by Arnaldo Carvalho de Melo · 6 years ago
  100. 09aa3b0 perf symbols: Add missing dso.h header by Arnaldo Carvalho de Melo · 6 years ago