1. b596e97 perf c2c: Display the total numbers continuously by Leo Yan · 4 years, 3 months ago
  2. edac75a perf c2c: Update usage for showing memory events by Leo Yan · 4 years, 3 months ago
  3. b3c2cc2 perf evlist: Fix the class prefix for 'struct evlist' sample_type methods by Arnaldo Carvalho de Melo · 4 years, 7 months ago
  4. b027cc6 perf c2c: Fix 'perf c2c record -e list' to show the default events used by Ian Rogers · 4 years, 8 months ago
  5. 8ab2e96 perf evsel: Rename *perf_evsel__*name() to *evsel__*name() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  6. 2cca512 perf c2c: Remove unneeded semicolon by Zou Wei · 4 years, 8 months ago
  7. d80da76 perf c2c: Add option to enable the LBR stitching approach by Kan Liang · 4 years, 10 months ago
  8. c1c8013 perf c2c: Fix return type for histogram sorting comparision functions by Andres Freund · 5 years ago
  9. d10ec00 perf hists browser: Allow passing an initial hotkey by Arnaldo Carvalho de Melo · 5 years ago
  10. ae199c5 perf c2c: Fix memory leak in build_cl_output() by Yunfeng Ye · 5 years ago
  11. 6ef81c5 perf session: Return error code for perf_session__new() function on failure by Mamatha Inamdar · 5 years ago
  12. 87ffb6c perf env: Remove needless cpumap.h header by Arnaldo Carvalho de Melo · 5 years ago
  13. d3300a3 perf symbols: Move mem_info and branch_info out of symbol.h by Arnaldo Carvalho de Melo · 5 years ago
  14. 171f747 perf hist: Remove needless ui/progress.h from hist.h by Arnaldo Carvalho de Melo · 5 years ago
  15. 8520a98 perf debug: Remove needless include directives from debug.h by Arnaldo Carvalho de Melo · 5 years ago
  16. c1a604d perf tools: Remove needless perf.h include directive from headers by Arnaldo Carvalho de Melo · 5 years ago
  17. 67260e8 perf c2c: Display proper cpu count in nodes column by Jiri Olsa · 5 years ago
  18. 1250090 perf cacheline: Move cacheline related routines to separate files by Arnaldo Carvalho de Melo · 5 years ago
  19. 1ea770f perf c2c: Fix report with offline cpus by Ravi Bangoria · 5 years ago
  20. 315c0a1 libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty() by Jiri Olsa · 5 years ago
  21. 63503db perf evlist: Rename struct perf_evlist to struct evlist by Jiri Olsa · 5 years ago
  22. 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
  23. f854839 perf cpu_map: Rename struct cpu_map to struct perf_cpu_map by Jiri Olsa · 5 years ago
  24. 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 6 years ago
  25. e34c940 perf c2c: Fix c2c report for empty numa node by Jiri Olsa · 6 years ago
  26. 2d4f279 perf data: Add global path holder by Jiri Olsa · 6 years ago
  27. e4c38fd perf hists: Add argument to hists__resort_cb_t callback by Jiri Olsa · 6 years ago
  28. daecf9e perf tools: Add missing include for symbols.h by Arnaldo Carvalho de Melo · 6 years ago
  29. 2eb3d68 perf hist: Use cached rbtrees by Davidlohr Bueso · 6 years ago
  30. 49b8e2b perf tools: Replace automatic const char[] variables by statics by Rasmus Villemoes · 6 years ago
  31. c4a75bb perf c2c: Increase the HITM ratio limit for displayed cachelines by Jiri Olsa · 6 years ago
  32. 423701a perf c2c: Change the default coalesce setup by Jiri Olsa · 6 years ago
  33. 7397833 perf c2c report: Fix crash for empty browser by Jiri Olsa · 6 years ago
  34. e9de7e2 perf hists: Clarify callchain disabling when available by Arnaldo Carvalho de Melo · 7 years ago
  35. 4c82052 perf c2c: Keep struct hist_entry at the end of struct c2c_hist_entry by Jiri Olsa · 7 years ago
  36. 6a53da0 perf srcline: Make hist_entry srcline helper consistent with map's by Arnaldo Carvalho de Melo · 7 years ago
  37. 03d9fcb perf c2c report: Add cacheline address count column by Jiri Olsa · 7 years ago
  38. d0802b1 perf c2c report: Add span header over cacheline data by Jiri Olsa · 7 years ago
  39. 7f834c2 perf c2c report: Display node for cacheline address by Jiri Olsa · 7 years ago
  40. bc229c2 perf c2c report: Call calc_width() only for displayed entries by Jiri Olsa · 7 years ago
  41. 3773138 perf c2c report: Make calc_width work with struct c2c_hist_entry by Jiri Olsa · 7 years ago
  42. 8fab784 perf c2c record: Record physical addresses in samples by Jiri Olsa · 7 years ago
  43. 5cedb41 perf c2c: Use mem_info refcnt logic by Jiri Olsa · 7 years ago
  44. 06cc1a4 perf hists browser: Add parameter to disable lost event warning by Kan Liang · 7 years ago
  45. eabad8c perf unwind: Do not look just at the global callchain_param.record_mode by Arnaldo Carvalho de Melo · 7 years ago
  46. 3315d14 perf perf: Remove duplicate includes by Pravin Shedge · 7 years ago
  47. 239fb4f perf c2c: Fix spelling mistakes in browser help text by Kim Phillips · 7 years ago
  48. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  49. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  50. eae8ad8 perf tools: Add struct perf_data_file by Jiri Olsa · 8 years ago
  51. 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
  52. c896f85 perf tools: Fix leaking rec_argv in error cases by Martin Kepplinger · 7 years ago
  53. 62d94b0 perf tools: Replace error() with pr_err() by Arnaldo Carvalho de Melo · 8 years ago
  54. 5ab8c68 perf tools: Move event prototypes from util.h to event.h by Arnaldo Carvalho de Melo · 8 years ago
  55. e7ff892 perf tools: Use just forward declarations for struct thread where possible by Arnaldo Carvalho de Melo · 8 years ago
  56. 391e420 perf tools: Include sys/param.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  57. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  58. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  59. b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
  60. 1936fea perf c2c: Fix display bug when using pipe by Namhyung Kim · 8 years ago
  61. f75d289 perf c2c: Clarify help message of --stats option by Namhyung Kim · 8 years ago
  62. 190bacc perf c2c report: Coalesce by default only by pid,iaddr by Jiri Olsa · 8 years ago
  63. 8763e6a perf c2c report: Display Total records column in offset view by Jiri Olsa · 8 years ago
  64. 7e6a799 perf tools: Remove some needless __maybe_unused by Arnaldo Carvalho de Melo · 8 years ago
  65. 3a5bfab perf c2c: Support cascading options by Jiri Olsa · 8 years ago
  66. d940bac perf c2c report: Display total HITMs on default by Jiri Olsa · 8 years ago
  67. b7ac4f9 perf c2c report: Add -f/--force option by Jiri Olsa · 8 years ago
  68. e8c5fe1 perf c2c report: Setup browser after opening perf.data by Jiri Olsa · 8 years ago
  69. af09b2d perf c2c report: Add --show-all option by Jiri Olsa · 8 years ago
  70. 18f278d perf c2c report: Add --no-source option by Jiri Olsa · 8 years ago
  71. 465f27a perf c2c: Add man page and credits by Jiri Olsa · 8 years ago
  72. 9a406eb perf c2c report: Add help windows by Jiri Olsa · 8 years ago
  73. 1a56a42 perf c2c report: Iterate node display in browser by Jiri Olsa · 8 years ago
  74. 590b6a3 perf c2c report: Add support to manage symbol name length by Jiri Olsa · 8 years ago
  75. bb342dae perf c2c report: Add cacheline index entry by Jiri Olsa · 9 years ago
  76. 25aa84e perf c2c report: Recalc width of global sort entries by Jiri Olsa · 9 years ago
  77. fc9c630 perf c2c report: Allow to set cacheline sort fields by Jiri Olsa · 9 years ago
  78. 55b9577 perf c2c report: Add support to choose local HITMs by Jiri Olsa · 9 years ago
  79. 9857b71 perf c2c report: Limit the cachelines table entries by Jiri Olsa · 8 years ago
  80. dd80576 perf c2c report: Allow to report callchains by Jiri Olsa · 9 years ago
  81. 2709b97 perf c2c report: Add c2c related stats stdio output by Jiri Olsa · 8 years ago
  82. 7ef2efa perf c2c report: Add shared cachelines stats stdio output by Jiri Olsa · 9 years ago
  83. 74c63a2 perf c2c report: Add global stats stdio output by Jiri Olsa · 9 years ago
  84. f1c5fd4 perf c2c report: Add TUI cacheline browser by Jiri Olsa · 9 years ago
  85. 5a1a99c perf c2c report: Add main TUI browser by Jiri Olsa · 9 years ago
  86. 2d388bd perf c2c report: Add stdio output support by Jiri Olsa · 9 years ago
  87. 22dd59d perf c2c report: Set final resort fields by Jiri Olsa · 9 years ago
  88. 1d62fcd perf c2c report: Setup number of header lines for hists by Jiri Olsa · 9 years ago
  89. 89d9ba8f perf c2c report: Add src line sort key by Jiri Olsa · 8 years ago
  90. b6fe2bb perf c2c report: Add 'cpucnt' sort key by Jiri Olsa · 9 years ago
  91. 92062d5 perf c2c report: Add stats related sort keys by Jiri Olsa · 9 years ago
  92. 1e181b9 perf c2c report: Add 'node' sort key by Jiri Olsa · 9 years ago
  93. 51dedaa perf c2c report: Add 'symbol' and 'dso' sort keys by Jiri Olsa · 9 years ago
  94. e87019c perf c2c report: Add 'tid' sort key by Jiri Olsa · 9 years ago
  95. 36d3deb perf c2c report: Add 'pid' sort key by Jiri Olsa · 9 years ago
  96. 6c70f54 perf c2c report: Add dram related sort keys by Jiri Olsa · 9 years ago
  97. 9cb3500 perf c2c report: Add hitm/store percent related sort keys by Jiri Olsa · 9 years ago
  98. f0c50c1 perf c2c report: Add hitm percent sort key by Jiri Olsa · 9 years ago
  99. 55177c4 perf c2c report: Add total loads sort key by Jiri Olsa · 9 years ago
  100. 01b84d7 perf c2c report: Add total record sort key by Jiri Olsa · 9 years ago