1. 9666d52 perf tools: Fix time sorting by Jiri Olsa · 4 years, 7 months ago
  2. 6d8855a perf kmem: Fix memory leak in compact_gfp_flags() by Yunfeng Ye · 4 years, 8 months ago
  3. 873efc5 perf jevents: Fix period for Intel fixed counters by Andi Kleen · 4 years, 9 months ago
  4. 0ebcdc4 perf map: Fix overlapped map handling by Steve MacLean · 4 years, 9 months ago
  5. 7855b1b perf inject jit: Fix JIT_CODE_MOVE filename by Steve MacLean · 4 years, 9 months ago
  6. a12d94b perf llvm: Don't access out-of-scope array by Ian Rogers · 4 years, 9 months ago
  7. 375cf9a perf stat: Reset previous counts on repeat with interval by Srikar Dronamraju · 4 years, 9 months ago
  8. 94505b6 perf stat: Fix a segmentation fault when using repeat forever by Srikar Dronamraju · 4 years, 9 months ago
  9. 8530a7e perf tools: Fix segfault in cpu_cache_level__read() by Jiri Olsa · 4 years, 9 months ago
  10. 041de0e Revert "perf test 6: Fix missing kvm module load for s390" by Sasha Levin · 4 years, 10 months ago
  11. eee0386 perf pmu-events: Fix missing "cpu_clk_unhalted.core" event by Jin Yao · 4 years, 11 months ago
  12. 4754486 perf bench numa: Fix cpu0 binding by Jiri Olsa · 4 years, 11 months ago
  13. 219db72 perf header: Fix use of unitialized value warning by Numfor Mbiziwo-Tiapo · 4 years, 11 months ago
  14. 5b9310f perf header: Fix divide by zero error if f_header.attr_size==0 by Vince Weaver · 5 years ago
  15. 217c522 perf probe: Avoid calling freeing routine multiple times for same pointer by Arnaldo Carvalho de Melo · 5 years ago
  16. 0d7f710 perf record: Fix module size on s390 by Thomas Richter · 4 years, 11 months ago
  17. 708eac3 perf db-export: Fix thread__exec_comm() by Adrian Hunter · 4 years, 10 months ago
  18. 624c2b3 perf record: Fix wrong size in perf_record_mmap for last kernel module by Thomas Richter · 7 years ago
  19. ff859fa perf test mmap-thread-lookup: Initialize variable to suppress memory sanitizer warning by Numfor Mbiziwo-Tiapo · 5 years ago
  20. cb993d3 perf tools: Increase MAX_NR_CPUS and MAX_CACHES by Kyle Meyer · 5 years ago
  21. 0ee3341 perf evsel: Make perf_evsel__name() accept a NULL argument by Arnaldo Carvalho de Melo · 5 years ago
  22. 9a501cd perf test 6: Fix missing kvm module load for s390 by Thomas Richter · 5 years ago
  23. 239b64d perf cs-etm: Properly set the value of 'old' and 'head' in snapshot mode by Mathieu Poirier · 5 years ago
  24. 16977a9 perf header: Fix unchecked usage of strncpy() by Arnaldo Carvalho de Melo · 6 years ago
  25. 07d6f72 perf help: Remove needless use of strncpy() by Arnaldo Carvalho de Melo · 6 years ago
  26. 948475f perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set nul by Arnaldo Carvalho de Melo · 6 years ago
  27. 38df677 perf record: Fix s390 missing module symbol and warning for non-root users by Thomas Richter · 5 years ago
  28. 5f64ee9 perf data: Fix 'strncat may truncate' build failure with recent gcc by Shawn Landden · 5 years ago
  29. 2f6644f tools include: Adopt linux/bits.h by Arnaldo Carvalho de Melo · 6 years ago
  30. d31e3e3 perf tools: No need to include bitops.h in util.h by Arnaldo Carvalho de Melo · 7 years ago
  31. 9f5f0d8 perf bench numa: Add define for RUSAGE_THREAD if not present by Arnaldo Carvalho de Melo · 5 years ago
  32. 7c24650 perf intel-pt: Fix sample timestamp wrt non-taken branches by Adrian Hunter · 5 years ago
  33. 8a566f7 perf intel-pt: Fix improved sample timestamp by Adrian Hunter · 5 years ago
  34. af13796 perf intel-pt: Fix instructions sampling rate by Adrian Hunter · 5 years ago
  35. ddfa93e perf tests: Fix a memory leak in test__perf_evsel__tp_sched_test() by Changbin Du · 5 years ago
  36. bc1ab32 perf tests: Fix a memory leak of cpu_map object in the openat_syscall_event_on_all_cpus test by Changbin Du · 5 years ago
  37. fa7ac30 perf evsel: Free evsel->counts in perf_evsel__exit() by Arnaldo Carvalho de Melo · 5 years ago
  38. 6fae20e perf hist: Add missing map__put() in error case by Changbin Du · 5 years ago
  39. 756e9ca perf top: Fix error handling in cmd_top() by Changbin Du · 5 years ago
  40. 32a4742 perf build-id: Fix memory leak in print_sdt_events() by Changbin Du · 5 years ago
  41. 6061a8c perf config: Fix a memory leak in collect_config() by Changbin Du · 5 years ago
  42. 4f68dbc perf config: Fix an error in the config template documentation by Changbin Du · 5 years ago
  43. e07e9b1 perf test: Fix failure of 'evsel-tp-sched' test on s390 by Thomas Richter · 5 years ago
  44. 32b6e8c perf intel-pt: Fix TSC slip by Adrian Hunter · 5 years ago
  45. 5ed7a8f perf intel-pt: Fix divide by zero when TSC is not available by Adrian Hunter · 5 years ago
  46. 4f7c16b perf intel-pt: Fix overlap calculation for padding by Adrian Hunter · 5 years ago
  47. 300ef83 perf auxtrace: Define auxtrace record alignment by Adrian Hunter · 5 years ago
  48. d07d516 perf intel-pt: Fix CYC timestamp calculation after OVF by Adrian Hunter · 5 years ago
  49. ce42bb1 perf symbols: Filter out hidden symbols from labels by Jiri Olsa · 5 years ago
  50. 70ffacb perf tools: Handle TOPOLOGY headers with no CPU by Stephane Eranian · 5 years ago
  51. 255ace3 perf report: Include partial stacks unwound with libdw by Milian Wolff · 5 years ago
  52. 7231ec1 perf tests evsel-tp-sched: Fix bitwise operator by Gustavo A. R. Silva · 5 years ago
  53. beeda95 perf probe: Fix unchecked usage of strncpy() by Arnaldo Carvalho de Melo · 6 years ago
  54. 769d74b perf header: Fix unchecked usage of strncpy() by Arnaldo Carvalho de Melo · 6 years ago
  55. 1e39810 perf tools: Add Hygon Dhyana support by Pu Wen · 6 years ago
  56. a9c8758 perf unwind: Take pgoff into account when reporting elf to libdwfl by Milian Wolff · 6 years ago
  57. 2b0aa31 perf unwind: Unwind with libdw doesn't take symfs into account by Martin Vuille · 6 years ago
  58. 8691aa5 perf parse-events: Fix unchecked usage of strncpy() by Arnaldo Carvalho de Melo · 6 years ago
  59. f9e281d perf svghelper: Fix unchecked usage of strncpy() by Arnaldo Carvalho de Melo · 6 years ago
  60. 9da7dfd perf intel-pt: Fix error with config term "pt=0" by Adrian Hunter · 6 years ago
  61. fdb2f4c perf pmu: Suppress potential format-truncation warning by Ben Hutchings · 6 years ago
  62. af414f3 perf strbuf: Match va_{add,copy} with va_end by Sanskriti Sharma · 6 years ago
  63. 0af42d6 perf tools: Cleanup trace-event-info 'tdata' leak by Sanskriti Sharma · 6 years ago
  64. 401bd18 perf tools: Free temporary 'sys' string in read_event_files() by Sanskriti Sharma · 6 years ago
  65. 1c696b9 perf cpu_map: Align cpu map synthesized events properly. by David Miller · 6 years ago
  66. 9527bd3 Revert "perf tools: Fix PMU term format max value calculation" by Jiri Olsa · 6 years ago
  67. 9a7f15e perf tools: Disable parallelism for 'make clean' by Rasmus Villemoes · 6 years ago
  68. 2fc0fb0 perf tests: Fix indexing when invoking subtests by Sandipan Das · 6 years ago
  69. 2cdc70f perf probe: Fix probe definition for inlined functions by Björn Töpel · 7 years ago
  70. 4d19a50 perf evsel: Fix probing of precise_ip level for default cycles event by Arnaldo Carvalho de Melo · 7 years ago
  71. 698f6ac perf symbols: Fix memory corruption because of zero length symbols by Ravi Bangoria · 7 years ago
  72. 06dc8b3 perf script python: Fix export-to-postgresql.py occasional failure by Adrian Hunter · 6 years ago
  73. bce26ed perf probe powerpc: Ignore SyS symbols irrespective of endianness by Sandipan Das · 6 years ago
  74. 6040d23 perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx() by Hisao Tanabe · 6 years ago
  75. 24dc2f5 perf powerpc: Fix callchain ip filtering by Sandipan Das · 6 years ago
  76. 14f3d65 perf powerpc: Fix callchain ip filtering when return address is in a register by Sandipan Das · 6 years ago
  77. 48c37aa perf test: Fix subtest number when showing results by Thomas Richter · 6 years ago
  78. 2a19b49 perf tools: Allow overriding MAX_NR_CPUS at compile time by Christophe Leroy · 7 years ago
  79. 6841830 perf probe powerpc: Fix trace event post-processing by Sandipan Das · 6 years ago
  80. e0ec112 perf auxtrace: Fix queue resize by Adrian Hunter · 6 years ago
  81. b81825b perf llvm-utils: Remove bashism from kernel include fetch script by Kim Phillips · 6 years ago
  82. f6e2273 perf bench: Fix numa report output code by Jiri Olsa · 6 years ago
  83. dcc0fbf perf report powerpc: Fix crash if callchain is empty by Sandipan Das · 6 years ago
  84. 241ad31 perf test session topology: Fix test on s390 by Thomas Richter · 6 years ago
  85. 5629505 perf tools: Fix pmu events parsing rule by Jiri Olsa · 6 years ago
  86. d6a267b perf intel-pt: Fix packet decoding of CYC packets by Adrian Hunter · 6 years ago
  87. d129ab7 perf intel-pt: Fix "Unexpected indirect branch" error by Adrian Hunter · 6 years ago
  88. 4213d9b perf intel-pt: Fix MTC timing after overflow by Adrian Hunter · 6 years ago
  89. 282f1f6 perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIP by Adrian Hunter · 6 years ago
  90. 31606f7 perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACING by Adrian Hunter · 6 years ago
  91. dfd2eff perf tools: Fix symbol and object code resolution for vdso32 and vdsox32 by Adrian Hunter · 6 years ago
  92. c310c7b perf/tools: header file sync up by Greg Kroah-Hartman · 6 years ago
  93. 110cf30 tools include: Move ARRAY_SIZE() to linux/kernel.h by Arnaldo Carvalho de Melo · 7 years ago
  94. 86ff378 tools include: Introduce linux/bug.h, from the kernel sources by Arnaldo Carvalho de Melo · 7 years ago
  95. 4c0d447 tools include uapi: Grab copies of stat.h and fcntl.h by Arnaldo Carvalho de Melo · 7 years ago
  96. f8d0cad perf tools: Move headers check into bash script by Jiri Olsa · 8 years ago
  97. 8307d01 perf tools: Force fixdep compilation at the start of the build by Jiri Olsa · 8 years ago
  98. 9340289 tools include: Adopt kernel's refcount.h by Arnaldo Carvalho de Melo · 7 years ago
  99. ea2313b tools include: Introduce linux/compiler-gcc.h by Arnaldo Carvalho de Melo · 7 years ago
  100. 856bc9a tools lib: Add for_each_clear_bit macro by Jiri Olsa · 8 years ago