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