1. 6d18804 perf cpumap: Give CPUs their own type by Ian Rogers · 3 years ago
  2. 84d2f4f perf c2c: Use more intention revealing iterator by Ian Rogers · 3 years ago
  3. 7cc7255 perf tools: Check vmlinux/kallsyms arguments in all tools by James Clark · 3 years, 2 months ago
  4. 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  5. 7fc5b57 tools: rename bitmap_alloc() to bitmap_zalloc() by Andy Shevchenko · 3 years, 4 months ago
  6. 2681bd8 perf tools: Remove repipe argument from perf_session__new() by Namhyung Kim · 3 years, 5 months ago
  7. 79e157b perf c2c: Support record for hybrid platform by Jin Yao · 3 years, 7 months ago
  8. d2f327a perf tools: Support pmu prefix for mem-load event by Jin Yao · 3 years, 7 months ago
  9. d9d5d767 perf c2c: Support data block and addr block by Kan Liang · 3 years, 11 months ago
  10. 0998d96 perf c2c: Add local variables for output metrics by Leo Yan · 4 years ago
  11. f3d0a55 perf c2c: Refactor node display by Leo Yan · 4 years ago
  12. 111c141 perf c2c: Fix argument type for percent() by Leo Yan · 4 years ago
  13. 69a95bf perf c2c: Refactor display filter by Leo Yan · 4 years ago
  14. 2290e1d perf c2c: Refactor hist entry validation by Leo Yan · 4 years ago
  15. 1834436 perf c2c: Rename for shared cache line stats by Leo Yan · 4 years ago
  16. c825f78 perf c2c: Support AUX trace by Leo Yan · 4 years, 2 months ago
  17. 8b8173b perf c2c: Support memory event PERF_MEM_EVENTS__LOAD_STORE by Leo Yan · 4 years, 2 months ago
  18. eaf6aae perf mem: Introduce weak function perf_mem_events__ptr() by Leo Yan · 4 years, 2 months ago
  19. 91d933c2 perf c2c: Add metrics "RMT Load Hit" by Leo Yan · 4 years, 3 months ago
  20. 77c1586 perf c2c: Correct LLC load hit metrics by Leo Yan · 4 years, 3 months ago
  21. ed626a3 perf c2c: Change header for LLC local hit by Leo Yan · 4 years, 3 months ago
  22. 0fbe2fe perf c2c: Use more explicit headers for HITM by Leo Yan · 4 years, 3 months ago
  23. fdd32d7 perf c2c: Change header from "LLC Load Hitm" to "Load Hitm" by Leo Yan · 4 years, 3 months ago
  24. 6d662d7 perf c2c: Organize metrics based on memory hierarchy by Leo Yan · 4 years, 3 months ago
  25. 4f28641b perf c2c: Display "Total Stores" as a standalone metrics by Leo Yan · 4 years, 3 months ago
  26. b596e97 perf c2c: Display the total numbers continuously by Leo Yan · 4 years, 3 months ago
  27. edac75a perf c2c: Update usage for showing memory events by Leo Yan · 4 years, 3 months ago
  28. b3c2cc2 perf evlist: Fix the class prefix for 'struct evlist' sample_type methods by Arnaldo Carvalho de Melo · 4 years, 6 months ago
  29. b027cc6 perf c2c: Fix 'perf c2c record -e list' to show the default events used by Ian Rogers · 4 years, 8 months ago
  30. 8ab2e96 perf evsel: Rename *perf_evsel__*name() to *evsel__*name() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  31. 2cca512 perf c2c: Remove unneeded semicolon by Zou Wei · 4 years, 8 months ago
  32. d80da76 perf c2c: Add option to enable the LBR stitching approach by Kan Liang · 4 years, 9 months ago
  33. c1c8013 perf c2c: Fix return type for histogram sorting comparision functions by Andres Freund · 5 years ago
  34. d10ec00 perf hists browser: Allow passing an initial hotkey by Arnaldo Carvalho de Melo · 5 years ago
  35. ae199c5 perf c2c: Fix memory leak in build_cl_output() by Yunfeng Ye · 5 years ago
  36. 6ef81c5 perf session: Return error code for perf_session__new() function on failure by Mamatha Inamdar · 5 years ago
  37. 87ffb6c perf env: Remove needless cpumap.h header by Arnaldo Carvalho de Melo · 5 years ago
  38. d3300a3 perf symbols: Move mem_info and branch_info out of symbol.h by Arnaldo Carvalho de Melo · 5 years ago
  39. 171f747 perf hist: Remove needless ui/progress.h from hist.h by Arnaldo Carvalho de Melo · 5 years ago
  40. 8520a98 perf debug: Remove needless include directives from debug.h by Arnaldo Carvalho de Melo · 5 years ago
  41. c1a604d perf tools: Remove needless perf.h include directive from headers by Arnaldo Carvalho de Melo · 5 years ago
  42. 67260e8 perf c2c: Display proper cpu count in nodes column by Jiri Olsa · 5 years ago
  43. 1250090 perf cacheline: Move cacheline related routines to separate files by Arnaldo Carvalho de Melo · 5 years ago
  44. 1ea770f perf c2c: Fix report with offline cpus by Ravi Bangoria · 5 years ago
  45. 315c0a1 libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty() by Jiri Olsa · 5 years ago
  46. 63503db perf evlist: Rename struct perf_evlist to struct evlist by Jiri Olsa · 5 years ago
  47. 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
  48. f854839 perf cpu_map: Rename struct cpu_map to struct perf_cpu_map by Jiri Olsa · 5 years ago
  49. 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 5 years ago
  50. e34c940 perf c2c: Fix c2c report for empty numa node by Jiri Olsa · 6 years ago
  51. 2d4f279 perf data: Add global path holder by Jiri Olsa · 6 years ago
  52. e4c38fd perf hists: Add argument to hists__resort_cb_t callback by Jiri Olsa · 6 years ago
  53. daecf9e perf tools: Add missing include for symbols.h by Arnaldo Carvalho de Melo · 6 years ago
  54. 2eb3d68 perf hist: Use cached rbtrees by Davidlohr Bueso · 6 years ago
  55. 49b8e2b perf tools: Replace automatic const char[] variables by statics by Rasmus Villemoes · 6 years ago
  56. c4a75bb perf c2c: Increase the HITM ratio limit for displayed cachelines by Jiri Olsa · 6 years ago
  57. 423701a perf c2c: Change the default coalesce setup by Jiri Olsa · 6 years ago
  58. 7397833 perf c2c report: Fix crash for empty browser by Jiri Olsa · 6 years ago
  59. e9de7e2 perf hists: Clarify callchain disabling when available by Arnaldo Carvalho de Melo · 7 years ago
  60. 4c82052 perf c2c: Keep struct hist_entry at the end of struct c2c_hist_entry by Jiri Olsa · 7 years ago
  61. 6a53da0 perf srcline: Make hist_entry srcline helper consistent with map's by Arnaldo Carvalho de Melo · 7 years ago
  62. 03d9fcb perf c2c report: Add cacheline address count column by Jiri Olsa · 7 years ago
  63. d0802b1 perf c2c report: Add span header over cacheline data by Jiri Olsa · 7 years ago
  64. 7f834c2 perf c2c report: Display node for cacheline address by Jiri Olsa · 7 years ago
  65. bc229c2 perf c2c report: Call calc_width() only for displayed entries by Jiri Olsa · 7 years ago
  66. 3773138 perf c2c report: Make calc_width work with struct c2c_hist_entry by Jiri Olsa · 7 years ago
  67. 8fab784 perf c2c record: Record physical addresses in samples by Jiri Olsa · 7 years ago
  68. 5cedb41 perf c2c: Use mem_info refcnt logic by Jiri Olsa · 7 years ago
  69. 06cc1a4 perf hists browser: Add parameter to disable lost event warning by Kan Liang · 7 years ago
  70. eabad8c perf unwind: Do not look just at the global callchain_param.record_mode by Arnaldo Carvalho de Melo · 7 years ago
  71. 3315d14 perf perf: Remove duplicate includes by Pravin Shedge · 7 years ago
  72. 239fb4f perf c2c: Fix spelling mistakes in browser help text by Kim Phillips · 7 years ago
  73. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  74. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  75. eae8ad8 perf tools: Add struct perf_data_file by Jiri Olsa · 8 years ago
  76. 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
  77. c896f85 perf tools: Fix leaking rec_argv in error cases by Martin Kepplinger · 7 years ago
  78. 62d94b0 perf tools: Replace error() with pr_err() by Arnaldo Carvalho de Melo · 8 years ago
  79. 5ab8c68 perf tools: Move event prototypes from util.h to event.h by Arnaldo Carvalho de Melo · 8 years ago
  80. e7ff892 perf tools: Use just forward declarations for struct thread where possible by Arnaldo Carvalho de Melo · 8 years ago
  81. 391e420 perf tools: Include sys/param.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  82. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  83. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  84. b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
  85. 1936fea perf c2c: Fix display bug when using pipe by Namhyung Kim · 8 years ago
  86. f75d289 perf c2c: Clarify help message of --stats option by Namhyung Kim · 8 years ago
  87. 190bacc perf c2c report: Coalesce by default only by pid,iaddr by Jiri Olsa · 8 years ago
  88. 8763e6a perf c2c report: Display Total records column in offset view by Jiri Olsa · 8 years ago
  89. 7e6a799 perf tools: Remove some needless __maybe_unused by Arnaldo Carvalho de Melo · 8 years ago
  90. 3a5bfab perf c2c: Support cascading options by Jiri Olsa · 8 years ago
  91. d940bac perf c2c report: Display total HITMs on default by Jiri Olsa · 8 years ago
  92. b7ac4f9 perf c2c report: Add -f/--force option by Jiri Olsa · 8 years ago
  93. e8c5fe1 perf c2c report: Setup browser after opening perf.data by Jiri Olsa · 8 years ago
  94. af09b2d perf c2c report: Add --show-all option by Jiri Olsa · 8 years ago
  95. 18f278d perf c2c report: Add --no-source option by Jiri Olsa · 8 years ago
  96. 465f27a perf c2c: Add man page and credits by Jiri Olsa · 8 years ago
  97. 9a406eb perf c2c report: Add help windows by Jiri Olsa · 8 years ago
  98. 1a56a42 perf c2c report: Iterate node display in browser by Jiri Olsa · 8 years ago
  99. 590b6a3 perf c2c report: Add support to manage symbol name length by Jiri Olsa · 8 years ago
  100. bb342dae perf c2c report: Add cacheline index entry by Jiri Olsa · 8 years ago