1. 3148637 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  2. 8e9a2db Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  3. a271bfa perf tools: Fix eBPF event specification parsing by Jiri Olsa · 7 years ago
  4. b6af53b perf tools: Add "reject" option for parse-events.l by Jiri Olsa · 7 years ago
  5. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  6. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  7. 294cbd0 Merge branch 'linus' into perf/urgent, to pick up dependent commits by Ingo Molnar · 7 years ago
  8. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  9. 7285cf3 perf srcline: Show correct function name for srcline of callchains by Namhyung Kim · 7 years ago
  10. b7b75a6 perf srcline: Fix memory leak in addr2inlines() by Namhyung Kim · 7 years ago
  11. d6332a1 perf callchain: Fix double mapping al->addr for children without self period by Namhyung Kim · 7 years ago
  12. 021b462 perf stat: Make --per-thread update shadow stats to show metrics by Jiri Olsa · 7 years ago
  13. 54830dd perf stat: Move the shadow stats scale computation in perf_stat__update_shadow_stats by Jiri Olsa · 8 years ago
  14. e268687 perf tools: Add perf_data_file__write function by Jiri Olsa · 8 years ago
  15. eae8ad8 perf tools: Add struct perf_data_file by Jiri Olsa · 8 years ago
  16. 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
  17. 9445464 perf tools: Unwind properly location after REJECT by Jiri Olsa · 7 years ago
  18. e669e83 perf evsel: Restore evsel->priv as a tool private area by Arnaldo Carvalho de Melo · 7 years ago
  19. 331c7cb perf symbols: Fix memory corruption because of zero length symbols by Ravi Bangoria · 7 years ago
  20. d8a88dd perf util: Enable handling of inlined frames by default by Milian Wolff · 7 years ago
  21. 1fb7d06 perf report: Use srcline from callchain for hist entries by Milian Wolff · 7 years ago
  22. 21ac9d5 perf report: Cache srclines for callchain nodes by Milian Wolff · 7 years ago
  23. b38775c perf report: Cache failed lookups of inlined frames by Milian Wolff · 7 years ago
  24. bf36eb5 perf report: Properly handle branch count in match_chain() by Milian Wolff · 7 years ago
  25. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  26. aa44189 perf report: Compare symbol name for inlined frames when sorting by Milian Wolff · 7 years ago
  27. 9856240 perf callchain: Compare symbol name for inlined frames when matching by Milian Wolff · 7 years ago
  28. 9628b56 perf script: Mark inlined frames and do not print DSO for them by Milian Wolff · 7 years ago
  29. 8932f80 perf callchain: Mark inlined frames in output by " (inlined)" suffix by Milian Wolff · 7 years ago
  30. cbe50f6 perf report: Fall-back to function name comparison for -g srcline by Milian Wolff · 7 years ago
  31. 11ea251 perf callchain: Create real callchain entries for inlined frames by Milian Wolff · 7 years ago
  32. 2be8832 perf callchain: Refactor inline_list to store srcline string directly by Milian Wolff · 7 years ago
  33. fea0cf8 perf callchain: Refactor inline_list to operate on symbols by Milian Wolff · 7 years ago
  34. 40a342c perf callchain: Store srcline in callchain_cursor_node by Milian Wolff · 7 years ago
  35. 2a704fc perf report: Remove code to handle inline frames from browsers by Milian Wolff · 7 years ago
  36. b1f03ca perf namespaces: Add more appropriate set of headers by Arnaldo Carvalho de Melo · 7 years ago
  37. 923d0c9 perf tools: Introduce binary__fprintf() by Arnaldo Carvalho de Melo · 7 years ago
  38. 696e2457 perf annotate: Remove arch::cpuid_parse callback by Jiri Olsa · 7 years ago
  39. 73c17d8 perf mmap: Adopt push method from builtin-record.c by Arnaldo Carvalho de Melo · 7 years ago
  40. 1695849 perf mmap: Move perf_mmap and methods to separate mmap.[ch] files by Arnaldo Carvalho de Melo · 7 years ago
  41. ca4b9c3b Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  42. 3d8bba9 perf xyarray: Fix wrong processing when closing evsel fd by Jin Yao · 7 years ago
  43. 7f0cd23 perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACE by Namhyung Kim · 7 years ago
  44. 29479bf perf tools: Check wether the eBPF file exists in event parsing by Jiri Olsa · 7 years ago
  45. 66ec1191 perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMU by Mark Rutland · 7 years ago
  46. c1fbc0c perf callchain: Compare dsos (as well) for CCKEY_FUNCTION by Ravi Bangoria · 7 years ago
  47. 0c6b499 perf top: Add option to set the number of thread for event synthesize by Kan Liang · 7 years ago
  48. 340b47f perf top: Implement multithreading for perf_event__synthesize_threads by Kan Liang · 7 years ago
  49. f988e71 perf tools: Lock to protect comm_str rb tree by Kan Liang · 7 years ago
  50. b32ee9e perf tools: Lock to protect namespaces and comm list by Kan Liang · 7 years ago
  51. c976a7d Merge remote-tracking branch 'tip/perf/urgent' into perf/core, to pick up fixes by Arnaldo Carvalho de Melo · 7 years ago
  52. b28503a perf test: Fix vmlinux failure on s390x by Thomas Richter · 7 years ago
  53. 090657c perf tools: Fix syscalltbl build failure by Akemi Yagi · 7 years ago
  54. 9789e7e perf report: Fix debug messages with --call-graph option by Mengting Zhang · 7 years ago
  55. f1e52f1 perf evsel: Fix attr.exclude_kernel setting for default cycles:p by Arnaldo Carvalho de Melo · 7 years ago
  56. 0a7c74e perf tools: Provide mutex wrappers for pthreads rwlocks by Arnaldo Carvalho de Melo · 8 years ago
  57. 411bc31 perf stat: Fix adding multiple event groups by Andi Kleen · 7 years ago
  58. 333b566 perf pmu: Improve error messages for missing PMUs by Andi Kleen · 7 years ago
  59. 75e45e4 perf machine: Optimize a bit the machine__findnew_thread() methods by Arnaldo Carvalho de Melo · 7 years ago
  60. 91e467b perf machine: Use hashtable for machine threads by Kan Liang · 7 years ago
  61. c23c2a0 perf tools: Make copyfile_offset() static by Arnaldo Carvalho de Melo · 7 years ago
  62. 55421b4f perf config: Allow creating empty config set for config file autogeneration by Taeung Song · 7 years ago
  63. ecdad24 perf tools: Use scandir() to replace readdir() by Kan Liang · 7 years ago
  64. 8233822 perf ui progress: Add size info into progress bar by Jiri Olsa · 7 years ago
  65. 84c4174 perf record: Support direct --user-regs arguments by Andi Kleen · 7 years ago
  66. fd48aad perf stat: Support duration_time for metrics by Andi Kleen · 7 years ago
  67. 4e1a096 perf stat: Don't use ctx for saved values lookup by Andi Kleen · 7 years ago
  68. 71b0acc perf list: Add metric groups to perf list by Andi Kleen · 7 years ago
  69. b18f3e3 perf stat: Support JSON metrics in perf stat by Andi Kleen · 7 years ago
  70. d77ade9 perf pmu: Extract function to get JSON alias map by Andi Kleen · 7 years ago
  71. 4ed962e perf stat: Print generic metric header even for failed expressions by Andi Kleen · 7 years ago
  72. bba49af perf stat: Factor out generic metric printing by Andi Kleen · 7 years ago
  73. 5a5dfe4 perf tools: Support weak groups in 'perf stat' by Andi Kleen · 7 years ago
  74. cd6379e perf tools: Open perf.data with O_CLOEXEC flag by Jiri Olsa · 7 years ago
  75. 63ce844 perf stat: Only auto-merge events that are PMU aliases by Arnaldo Carvalho de Melo · 7 years ago
  76. 8780fb2 perf sort: Add sort option for physical address by Kan Liang · 7 years ago
  77. 3b0a5da perf tools: Support new sample type for physical address by Kan Liang · 7 years ago
  78. 89be3f8 perf syscalltbl: Support glob matching on syscall names by Arnaldo Carvalho de Melo · 7 years ago
  79. c4ee062 perf report: Calculate the average cycles of iterations by Jin Yao · 7 years ago
  80. b2f7605 perf symbols: Fix plt entry calculation for ARM and AARCH64 by Li Bin · 8 years ago
  81. 2c29461 perf probe: Fix kprobe blacklist checking condition by Li Bin · 7 years ago
  82. 3866058 perf tools: Robustify detection of clang binary by David Carrillo-Cisneros · 7 years ago
  83. 9933183 perf report: Group stat values on global event id by Jiri Olsa · 7 years ago
  84. a1834fc perf values: Zero value buffers by Jiri Olsa · 7 years ago
  85. f4ef3b7 perf values: Fix allocation check by Jiri Olsa · 7 years ago
  86. 64eed1d perf values: Fix thread index bug by Jiri Olsa · 7 years ago
  87. dac7f6b perf report: Add dump_read function by Jiri Olsa · 7 years ago
  88. a17f0697 perf record: Set read_format for inherit_stat by Jiri Olsa · 7 years ago
  89. 12c1530 perf c2c: Fix remote HITM detection for Skylake by Jiri Olsa · 7 years ago
  90. ac0bb6b perf: Fix documentation for sysctls perf_event_paranoid and perf_event_mlock_kb by Konstantin Khlebnikov · 7 years ago
  91. 52839e6 perf tools: Add support for printing new mem_info encodings by Andi Kleen · 7 years ago
  92. d66dccd perf tools: Dedup events in expression parsing by Andi Kleen · 7 years ago
  93. 8d3db2b perf tools: Increase maximum number of events in expressions by Andi Kleen · 7 years ago
  94. d73bad0 perf tools: Expression parser enhancements for metrics by Andi Kleen · 7 years ago
  95. de5077c perf tools: Add utility function to detect SMT status by Andi Kleen · 7 years ago
  96. 77d0871 perf bpf: Tighten detection of BPF events by Andi Kleen · 7 years ago
  97. 475fb53 perf evsel: Fix buffer overflow while freeing events by Andi Kleen · 7 years ago
  98. d74be47 perf xyarray: Save max_x, max_y by Andi Kleen · 7 years ago
  99. 1ac3937 perf annotate stdio: Support --show-nr-samples option by Taeung Song · 7 years ago
  100. 9a57eaf perf tools: Use default CPUINFO_PROC where it fits by Arnaldo Carvalho de Melo · 7 years ago