1. e7ff892 perf tools: Use just forward declarations for struct thread where possible by Arnaldo Carvalho de Melo · 8 years ago
  2. 391e420 perf tools: Include sys/param.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  3. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  4. 632a5ca perf tools: Move srcline definitions to separate header by Arnaldo Carvalho de Melo · 8 years ago
  5. a596a87 perf utils: Fix spelling mistake: "Invalud" -> "Invalid" by Colin Ian King · 8 years ago
  6. 0d3eb0b perf report: Show inline stack for browser mode by Jin Yao · 8 years ago
  7. d890a98 perf tools: Add 'cgroup_id' sort order keyword by Hari Bathini · 8 years ago
  8. bb963e1 perf utils: Check verbose flag properly by Namhyung Kim · 8 years ago
  9. 9c68ae9 perf callchain: Reference count maps by Krister Johansen · 8 years ago
  10. ecc4c56 perf tools: Propagate perf_config() errors by Arnaldo Carvalho de Melo · 8 years ago
  11. 69e6cdd Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  12. c72ab44 perf hists: Fix column length on --hierarchy by Namhyung Kim · 8 years ago
  13. 9857b71 perf c2c report: Limit the cachelines table entries by Jiri Olsa · 8 years ago
  14. f666ac0 perf hists: Fix width computation for srcline sort entry by Jiri Olsa · 8 years ago
  15. d2580c7 perf hist: Initialize hierarchy tree explicitly by Namhyung Kim · 8 years ago
  16. 9d97b8f perf hists: Introduce hists__link_hierarchy() by Namhyung Kim · 8 years ago
  17. 09034de perf hists: Introduce hists__match_hierarchy() by Namhyung Kim · 8 years ago
  18. 52c5cc3 perf hists: Introduce output_resort_cb method by Jiri Olsa · 8 years ago
  19. a505197 perf hists: Introduce hists__add_entry_ops function by Jiri Olsa · 8 years ago
  20. f542e76 perf hists: Introduce hist_entry_ops by Jiri Olsa · 8 years ago
  21. 0a269a6 perf hists: Introduce hist_entry__init function by Jiri Olsa · 8 years ago
  22. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  23. 89c7cb2 perf hists: Enlarge pid sort entry size by Jiri Olsa · 9 years ago
  24. 0102ef3 perf hists: Rename __hists__add_entry to hists__add_entry by Jiri Olsa · 9 years ago
  25. da1b040 perf hists: Replace perf_evsel arg perf_hpp_fmt's width callback by Jiri Olsa · 9 years ago
  26. 508be0d perf report: Add srcline_from/to branch sort keys by Andi Kleen · 9 years ago
  27. 5222503 perf hists: Move sort__need_collapse into struct perf_hpp_list by Jiri Olsa · 9 years ago
  28. 09623d7 perf hists: Clear dummy entry accumulated period by Kan Liang · 9 years ago
  29. 91d7b2d perf callchain: Start moving away from global per thread cursors by Arnaldo Carvalho de Melo · 9 years ago
  30. 592dac6 perf tools: Make hists__collapse_insert_entry static by Jiri Olsa · 9 years ago
  31. b8f8eb8 perf tools: Remove misplaced __maybe_unused by Arnaldo Carvalho de Melo · 9 years ago
  32. f7fb538 perf tools: Recalc total periods using top-level entries in hierarchy by Namhyung Kim · 9 years ago
  33. aec13a7 perf tools: Fix command line filters in hierarchy mode by Namhyung Kim · 9 years ago
  34. 1b2dbbf perf hists: Use own hpp_list for hierarchy mode by Namhyung Kim · 9 years ago
  35. c3bc0c4 perf hists: Introduce perf_hpp__setup_hists_formats() by Namhyung Kim · 9 years ago
  36. abab5e7 perf report: Update column width of dynamic entries by Namhyung Kim · 9 years ago
  37. e049d4a perf hists: Fix dynamic entry display in hierarchy by Namhyung Kim · 9 years ago
  38. 84b6ee8 perf hists: Fix comparing of dynamic entries by Namhyung Kim · 9 years ago
  39. 79dded8 perf hists browser: Show message for percent limit by Namhyung Kim · 9 years ago
  40. a7b5895 perf hists: Add more helper functions for the hierarchy mode by Namhyung Kim · 9 years ago
  41. 5d8200a perf hists: Support decaying in hierarchy mode by Namhyung Kim · 9 years ago
  42. 7064285 perf hists: Resort after filtering hierarchy by Namhyung Kim · 9 years ago
  43. 155e9af perf hists: Support filtering in hierarchy mode by Namhyung Kim · 9 years ago
  44. 8c01872 perf hists: Add helper functions for hierarchy mode by Namhyung Kim · 9 years ago
  45. 1a3906a perf hists: Resort hist entries with hierarchy by Namhyung Kim · 9 years ago
  46. aef810e perf hists: Basic support of hierarchical report view by Namhyung Kim · 9 years ago
  47. 0c0af78 perf tools: Fix column width setting on 'trace' sort key by Namhyung Kim · 9 years ago
  48. bba58cd perf hists: Return error from hists__collapse_resort() by Namhyung Kim · 9 years ago
  49. 467ef10 perf hists browser: Fix percentage update on key press by Namhyung Kim · 9 years ago
  50. 89fee70 perf hists: Do column alignment on the format iterator by Arnaldo Carvalho de Melo · 9 years ago
  51. aa6f50a perf hists: Introduce hists__for_each_sort_list macro by Jiri Olsa · 9 years ago
  52. 5b65855 perf tools: Add hpp_list into struct hists object by Jiri Olsa · 9 years ago
  53. d29a497 perf hists: Introduce perf_hpp_list__for_each_sort_list macro by Jiri Olsa · 9 years ago
  54. 94b3dc3 perf hists: Introduce perf_hpp_list__init function by Jiri Olsa · 9 years ago
  55. 452ce03 perf hists: Introduce perf_evsel__output_resort function by Jiri Olsa · 9 years ago
  56. 01441af perf hists: Factor output_resort from hists__output_resort by Jiri Olsa · 9 years ago
  57. 0f58474 perf hists: Update hists' total period when adding entries by Namhyung Kim · 9 years ago
  58. 744070e perf hists: Fix min callchain hits calculation by Namhyung Kim · 9 years ago
  59. 1f7c254 perf hists: Cleanup filtering functions by Namhyung Kim · 9 years ago
  60. c84a5d1 perf hists: Remove parent filter check in DSO filter function by Namhyung Kim · 9 years ago
  61. 0805909 perf hists: Fix HISTC_MEM_DCACHELINE width setting by Jiri Olsa · 9 years ago
  62. fc284be perf hists: Export a couple of hist functions by Namhyung Kim · 9 years ago
  63. 42b276a perf top: Decay periods in callchains by Namhyung Kim · 9 years ago
  64. 361459f perf tools: Skip dynamic fields not defined for current event by Namhyung Kim · 9 years ago
  65. 60517d2 perf tools: Try to show pretty printed output for dynamic sort keys by Namhyung Kim · 9 years ago
  66. 7239283 perf hist: Save raw_data/size for tracepoint events by Namhyung Kim · 9 years ago
  67. fd36f3d perf hist: Pass struct sample to __hists__add_entry() by Namhyung Kim · 9 years ago
  68. 61fa0e9 perf top: Delete half-processed hist entries when exit by Namhyung Kim · 9 years ago
  69. 17577de perf hists: Fix hists_evsel to release hists by Masami Hiramatsu · 9 years ago
  70. e72655d perf hists: Do not skip elided fields when processing samples by Namhyung Kim · 9 years ago
  71. b34b3bf perf tools: Setup proper width for symbol_iaddr field by Jiri Olsa · 9 years ago
  72. 208e760 perf report: Fix a bug on "--call-graph none" option by Namhyung Kim · 9 years ago
  73. 96b40f3 perf hists: Allow for max_stack greater than PERF_MAX_STACK_DEPTH by Adrian Hunter · 9 years ago
  74. 84734b0 perf hists browser: Zoom in/out for processor socket by Kan Liang · 9 years ago
  75. 21394d9 perf report: Introduce --socket-filter option by Kan Liang · 9 years ago
  76. 2e7ea3a perf tools: Introduce new sort type "socket" for the processor socket by Kan Liang · 9 years ago
  77. 0c4c4de perf tools: Add processor socket info to hist_entry and addr_location by Kan Liang · 9 years ago
  78. a4978ec perf hists browser: Fixup the "cpu" column width calculation by Arnaldo Carvalho de Melo · 9 years ago
  79. 9e207dd perf report: Show call graph from reference events by Kan Liang · 9 years ago
  80. f9db0d0 perf callchain: Allow disabling call graphs per event by Kan Liang · 9 years ago
  81. 31191a8 perf report: Add support for srcfile sort key by Andi Kleen · 9 years ago
  82. e8e6d37 perf hists: Update the column width for the "srcline" sort key by Arnaldo Carvalho de Melo · 9 years ago
  83. 5cef897 perf hists: hist_entry__cmp() may use he_tmp.hists, initialize it by Arnaldo Carvalho de Melo · 9 years ago
  84. 57849998 perf report: Add processing for cycle histograms by Andi Kleen · 9 years ago
  85. 0e332f0 perf tools: Add support for cycles, weight branch_info field by Andi Kleen · 9 years ago
  86. 5c24b67 perf tools: Replace map->referenced & maps->removed_maps with map->refcnt by Arnaldo Carvalho de Melo · 10 years ago
  87. e7e0efc perf hists: Rename add_hist_entry to hists__findnew_entry by Arnaldo Carvalho de Melo · 10 years ago
  88. 063bd93 perf hists: Reducing arguments of hist_entry_iter__add() by Namhyung Kim · 10 years ago
  89. 3698dab perf tools: Move TUI-specific fields out of map_symbol by Namhyung Kim · 10 years ago
  90. 4c47f4f perf hists: Remove hist_entry->used, not used anymore by Arnaldo Carvalho de Melo · 10 years ago
  91. a8cd1f4 perf hists browser: Fix UI bug after zoom into thread/dso/symbol by He Kuang · 10 years ago
  92. f3b623b perf tools: Reference count struct thread by Arnaldo Carvalho de Melo · 10 years ago
  93. 87bbdf7 perf tools: Pass struct perf_hpp_fmt to its callbacks by Namhyung Kim · 10 years ago
  94. 590cd34 perf report: Get rid of report__inc_stat() by Namhyung Kim · 10 years ago
  95. 956b65e perf hists: Introduce function for deleting/removing hist_entry by Arnaldo Carvalho de Melo · 10 years ago
  96. 6733d1b perf hists: Rename hist_entry__free to __delete by Arnaldo Carvalho de Melo · 10 years ago
  97. d114960 perf callchain: Free callchains when hist entries are deleted by Namhyung Kim · 10 years ago
  98. 82aa019 perf callchain: Append callchains only when requested by Namhyung Kim · 10 years ago
  99. 740b97f perf report: Show progress bar for output resorting by Namhyung Kim · 10 years ago
  100. a635fc5 perf tools: Remove hists from evsel by Arnaldo Carvalho de Melo · 10 years ago