1. b8f8eb8 perf tools: Remove misplaced __maybe_unused by Arnaldo Carvalho de Melo · 8 years ago
  2. f7fb538 perf tools: Recalc total periods using top-level entries in hierarchy by Namhyung Kim · 8 years ago
  3. aec13a7 perf tools: Fix command line filters in hierarchy mode by Namhyung Kim · 8 years ago
  4. 1b2dbbf perf hists: Use own hpp_list for hierarchy mode by Namhyung Kim · 8 years ago
  5. c3bc0c4 perf hists: Introduce perf_hpp__setup_hists_formats() by Namhyung Kim · 8 years ago
  6. abab5e7 perf report: Update column width of dynamic entries by Namhyung Kim · 8 years ago
  7. e049d4a perf hists: Fix dynamic entry display in hierarchy by Namhyung Kim · 8 years ago
  8. 84b6ee8 perf hists: Fix comparing of dynamic entries by Namhyung Kim · 8 years ago
  9. 79dded8 perf hists browser: Show message for percent limit by Namhyung Kim · 8 years ago
  10. a7b5895 perf hists: Add more helper functions for the hierarchy mode by Namhyung Kim · 8 years ago
  11. 5d8200a perf hists: Support decaying in hierarchy mode by Namhyung Kim · 8 years ago
  12. 7064285 perf hists: Resort after filtering hierarchy by Namhyung Kim · 8 years ago
  13. 155e9af perf hists: Support filtering in hierarchy mode by Namhyung Kim · 8 years ago
  14. 8c01872 perf hists: Add helper functions for hierarchy mode by Namhyung Kim · 8 years ago
  15. 1a3906a perf hists: Resort hist entries with hierarchy by Namhyung Kim · 8 years ago
  16. aef810e perf hists: Basic support of hierarchical report view by Namhyung Kim · 8 years ago
  17. 0c0af78 perf tools: Fix column width setting on 'trace' sort key by Namhyung Kim · 8 years ago
  18. bba58cd perf hists: Return error from hists__collapse_resort() by Namhyung Kim · 8 years ago
  19. 467ef10 perf hists browser: Fix percentage update on key press by Namhyung Kim · 8 years ago
  20. 89fee70 perf hists: Do column alignment on the format iterator by Arnaldo Carvalho de Melo · 8 years ago
  21. aa6f50a perf hists: Introduce hists__for_each_sort_list macro by Jiri Olsa · 9 years ago
  22. 5b65855 perf tools: Add hpp_list into struct hists object by Jiri Olsa · 9 years ago
  23. d29a497 perf hists: Introduce perf_hpp_list__for_each_sort_list macro by Jiri Olsa · 9 years ago
  24. 94b3dc3 perf hists: Introduce perf_hpp_list__init function by Jiri Olsa · 9 years ago
  25. 452ce03 perf hists: Introduce perf_evsel__output_resort function by Jiri Olsa · 9 years ago
  26. 01441af perf hists: Factor output_resort from hists__output_resort by Jiri Olsa · 9 years ago
  27. 0f58474 perf hists: Update hists' total period when adding entries by Namhyung Kim · 9 years ago
  28. 744070e perf hists: Fix min callchain hits calculation by Namhyung Kim · 9 years ago
  29. 1f7c254 perf hists: Cleanup filtering functions by Namhyung Kim · 9 years ago
  30. c84a5d1 perf hists: Remove parent filter check in DSO filter function by Namhyung Kim · 9 years ago
  31. 0805909 perf hists: Fix HISTC_MEM_DCACHELINE width setting by Jiri Olsa · 9 years ago
  32. fc284be perf hists: Export a couple of hist functions by Namhyung Kim · 9 years ago
  33. 42b276a perf top: Decay periods in callchains by Namhyung Kim · 9 years ago
  34. 361459f perf tools: Skip dynamic fields not defined for current event by Namhyung Kim · 9 years ago
  35. 60517d2 perf tools: Try to show pretty printed output for dynamic sort keys by Namhyung Kim · 9 years ago
  36. 7239283 perf hist: Save raw_data/size for tracepoint events by Namhyung Kim · 9 years ago
  37. fd36f3d perf hist: Pass struct sample to __hists__add_entry() by Namhyung Kim · 9 years ago
  38. 61fa0e9 perf top: Delete half-processed hist entries when exit by Namhyung Kim · 9 years ago
  39. 17577de perf hists: Fix hists_evsel to release hists by Masami Hiramatsu · 9 years ago
  40. e72655d perf hists: Do not skip elided fields when processing samples by Namhyung Kim · 9 years ago
  41. b34b3bf perf tools: Setup proper width for symbol_iaddr field by Jiri Olsa · 9 years ago
  42. 208e760 perf report: Fix a bug on "--call-graph none" option by Namhyung Kim · 9 years ago
  43. 96b40f3 perf hists: Allow for max_stack greater than PERF_MAX_STACK_DEPTH by Adrian Hunter · 9 years ago
  44. 84734b0 perf hists browser: Zoom in/out for processor socket by Kan Liang · 9 years ago
  45. 21394d9 perf report: Introduce --socket-filter option by Kan Liang · 9 years ago
  46. 2e7ea3a perf tools: Introduce new sort type "socket" for the processor socket by Kan Liang · 9 years ago
  47. 0c4c4de perf tools: Add processor socket info to hist_entry and addr_location by Kan Liang · 9 years ago
  48. a4978ec perf hists browser: Fixup the "cpu" column width calculation by Arnaldo Carvalho de Melo · 9 years ago
  49. 9e207dd perf report: Show call graph from reference events by Kan Liang · 9 years ago
  50. f9db0d0 perf callchain: Allow disabling call graphs per event by Kan Liang · 9 years ago
  51. 31191a8 perf report: Add support for srcfile sort key by Andi Kleen · 9 years ago
  52. e8e6d37 perf hists: Update the column width for the "srcline" sort key by Arnaldo Carvalho de Melo · 9 years ago
  53. 5cef897 perf hists: hist_entry__cmp() may use he_tmp.hists, initialize it by Arnaldo Carvalho de Melo · 9 years ago
  54. 57849998 perf report: Add processing for cycle histograms by Andi Kleen · 9 years ago
  55. 0e332f0 perf tools: Add support for cycles, weight branch_info field by Andi Kleen · 9 years ago
  56. 5c24b67 perf tools: Replace map->referenced & maps->removed_maps with map->refcnt by Arnaldo Carvalho de Melo · 9 years ago
  57. e7e0efc perf hists: Rename add_hist_entry to hists__findnew_entry by Arnaldo Carvalho de Melo · 9 years ago
  58. 063bd93 perf hists: Reducing arguments of hist_entry_iter__add() by Namhyung Kim · 9 years ago
  59. 3698dab perf tools: Move TUI-specific fields out of map_symbol by Namhyung Kim · 9 years ago
  60. 4c47f4f perf hists: Remove hist_entry->used, not used anymore by Arnaldo Carvalho de Melo · 9 years ago
  61. a8cd1f4 perf hists browser: Fix UI bug after zoom into thread/dso/symbol by He Kuang · 9 years ago
  62. f3b623b perf tools: Reference count struct thread by Arnaldo Carvalho de Melo · 9 years ago
  63. 87bbdf7 perf tools: Pass struct perf_hpp_fmt to its callbacks by Namhyung Kim · 10 years ago
  64. 590cd34 perf report: Get rid of report__inc_stat() by Namhyung Kim · 10 years ago
  65. 956b65e perf hists: Introduce function for deleting/removing hist_entry by Arnaldo Carvalho de Melo · 10 years ago
  66. 6733d1b perf hists: Rename hist_entry__free to __delete by Arnaldo Carvalho de Melo · 10 years ago
  67. d114960 perf callchain: Free callchains when hist entries are deleted by Namhyung Kim · 10 years ago
  68. 82aa019 perf callchain: Append callchains only when requested by Namhyung Kim · 10 years ago
  69. 740b97f perf report: Show progress bar for output resorting by Namhyung Kim · 10 years ago
  70. a635fc5 perf tools: Remove hists from evsel by Arnaldo Carvalho de Melo · 10 years ago
  71. 2a1731f perf session: Remove last reference to hists struct by Arnaldo Carvalho de Melo · 10 years ago
  72. 4ea062ed perf evsel: Add hists helper by Arnaldo Carvalho de Melo · 10 years ago
  73. 23aadb1 perf callchain: Move callchain_param to util object in to fix python test by Jiri Olsa · 10 years ago
  74. 701937b perf top: Fix -z option behavior by Namhyung Kim · 10 years ago
  75. 9b32ba7 perf tools: Add dcacheline sort by Don Zickus · 10 years ago
  76. 7365be5 perf tools: Add cpumode to struct hist_entry by Don Zickus · 10 years ago
  77. 9d3c02d perf tools: Add callback function to hist_entry_iter by Namhyung Kim · 11 years ago
  78. be7f855 perf tools: Save callchain info for each cumulative entry by Namhyung Kim · 11 years ago
  79. b4d3c8b perf report: Cache cumulative callchains by Namhyung Kim · 11 years ago
  80. c7405d8 perf tools: Update cpumode for each cumulative entry by Namhyung Kim · 11 years ago
  81. 7a13aa2 perf hists: Accumulate hist entry stat based on the callchain by Namhyung Kim · 12 years ago
  82. a0b51af perf hists: Check if accumulated when adding a hist entry by Namhyung Kim · 12 years ago
  83. f8be1c8 perf hists: Add support for accumulated stat of hist entry by Namhyung Kim · 12 years ago
  84. 69bcb01 perf tools: Introduce struct hist_entry_iter by Namhyung Kim · 11 years ago
  85. 1844dbc perf tools: Introduce hists__inc_nr_samples() by Namhyung Kim · 10 years ago
  86. e67d49a perf tools: Skip elided sort entries by Namhyung Kim · 10 years ago
  87. 26d8b33 perf tools: Consolidate output field handling to hpp format routines by Namhyung Kim · 10 years ago
  88. 043ca389 perf tools: Use hpp formats to sort final output by Namhyung Kim · 10 years ago
  89. 093f0ef3 perf tools: Use hpp formats to sort hist entries by Namhyung Kim · 10 years ago
  90. 3186b68 perf hists: Add missing update on filtered stats in hists__decay_entries() by Namhyung Kim · 10 years ago
  91. 820bc81 perf tools: Account entry stats when it's added to the output tree by Namhyung Kim · 10 years ago
  92. 87e90f4 perf hists: Collapse expanded callchains after filter is applied by Namhyung Kim · 10 years ago
  93. 9283ba9 perf hists: Add a couple of hists stat helper functions by Namhyung Kim · 10 years ago
  94. ae993ef perf hists: Move column length calculation out of hists__inc_stats() by Namhyung Kim · 10 years ago
  95. 6263835 perf hists: Rename hists__inc_stats() by Namhyung Kim · 10 years ago
  96. 0b93da1 perf tools: Add hist.percentage config option by Namhyung Kim · 11 years ago
  97. 33db456 perf top: Add --percentage option by Namhyung Kim · 10 years ago
  98. f214833 perf report: Add --percentage option by Namhyung Kim · 11 years ago
  99. 1ab1fa5 perf hists: Add support for showing relative percentage by Namhyung Kim · 11 years ago
  100. 2c86c7c perf report: Merge al->filtered with hist_entry->filtered by Namhyung Kim · 10 years ago