1. 81d5f95 perf diff: Add weighted diff computation way to compare hist entries by Jiri Olsa · 12 years ago
  2. 96c47f1 perf diff: Add option to sort entries based on diff computation by Jiri Olsa · 12 years ago
  3. 7aaf6b3 perf diff: Add ratio computation way to compare hist entries by Jiri Olsa · 12 years ago
  4. b5ff71c perf diff: Removing the total_period argument from output code by Jiri Olsa · 12 years ago
  5. 1d77822 perf tool: Add hpp interface to enable/disable hpp column by Jiri Olsa · 12 years ago
  6. 41724e4 perf tools: Removing hists pair argument from output path by Jiri Olsa · 12 years ago
  7. 5395a04 perf hists: Separate overhead and baseline columns by Jiri Olsa · 12 years ago
  8. dd46434 perf diff: Refactor diff displacement possition info by Jiri Olsa · 12 years ago
  9. f9f526e perf tools: Convert to GTK2_SUPPORT by Namhyung Kim · 12 years ago
  10. 1254b51 perf tools: Convert to NEWT_SUPPORT by Namhyung Kim · 12 years ago
  11. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  12. ea251d5 perf hists: Introduce perf_hpp for hist period printing by Namhyung Kim · 12 years ago
  13. 000078b perf hists: Rename and move some functions by Namhyung Kim · 12 years ago
  14. 7ccf4f9 perf hists: Separate out hist print functions by Namhyung Kim · 12 years ago
  15. 409a8be perf tools: Add sort by src line/number by Arnaldo Carvalho de Melo · 13 years ago
  16. 4726064 perf callchain: Make callchain cursors TLS by Namhyung Kim · 13 years ago
  17. aca7a94 perf tools: Move UI bits to tools/perf/ui directory by Namhyung Kim · 13 years ago
  18. c31a945 perf report: Add a simple GTK2-based 'perf report' browser by Pekka Enberg · 13 years ago
  19. e94d53e perf hists: Add hists__filter_by_symbol by Namhyung Kim · 13 years ago
  20. b538752 perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK by Roberto Agostino Vitillo · 13 years ago
  21. 0c09571 perf top: Don't process samples with no valid machine object by Joerg Roedel · 13 years ago
  22. 0d37aa3 perf tools: Introduce per user view by Arnaldo Carvalho de Melo · 13 years ago
  23. 12c1427 perf hists: Stop using 'self' for struct hist_entry by Arnaldo Carvalho de Melo · 13 years ago
  24. d6c1c49 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  25. d04b35f perf symbols: Add nr_events to symbol_conf by Arnaldo Carvalho de Melo · 13 years ago
  26. 0e2a5f1 perf python: Fix undefined symbol problem by Arnaldo Carvalho de Melo · 13 years ago
  27. 7b27509 perf hists browser: Warn about lost events by Arnaldo Carvalho de Melo · 13 years ago
  28. cf95800 perf ui browser: Use libslang to read keys by Arnaldo Carvalho de Melo · 13 years ago
  29. d7b76f0 perf hists: Move the dso and thread filters from hist_browser by Arnaldo Carvalho de Melo · 13 years ago
  30. f1cf602 perf hists: Don't format the percentage on hist_entry__snprintf by Arnaldo Carvalho de Melo · 13 years ago
  31. b079d4e perf top: Honour --hide_{user,kernel}_symbols and the 'U' hotkey by Arnaldo Carvalho de Melo · 13 years ago
  32. e345fa1 perf top: Remove entries from entries_collapsed on decay by Arnaldo Carvalho de Melo · 13 years ago
  33. 33e2731 perf hists: Fix compilation when NO_NEWT_SUPPORT is set by Stephane Eranian · 13 years ago
  34. 3495854 perf annotate browser: Allow navigation to called functions by Arnaldo Carvalho de Melo · 13 years ago
  35. ab81f3f perf top: Reuse the 'report' hist_entry/hists classes by Arnaldo Carvalho de Melo · 13 years ago
  36. 81cce8d perf browsers: Add live mode to the hists, annotate browsers by Arnaldo Carvalho de Melo · 13 years ago
  37. 1980c2eb perf hists: Threaded addition and sorting of entries by Arnaldo Carvalho de Melo · 13 years ago
  38. ef9dfe6 perf hists: Allow limiting the number of rows and columns in fprintf by Arnaldo Carvalho de Melo · 13 years ago
  39. 9e69c21 perf session: Pass evsel in event_ops->sample() by Arnaldo Carvalho de Melo · 14 years ago
  40. 7f0030b perf report tui: Improve multi event session support by Arnaldo Carvalho de Melo · 14 years ago
  41. e248de3 perf tools: Improve support for sessions with multiple events by Arnaldo Carvalho de Melo · 14 years ago
  42. ce6f4fa perf annotate: Move locking to struct annotation by Arnaldo Carvalho de Melo · 14 years ago
  43. 2f525d0 perf annotate: Support multiple histograms in annotation by Arnaldo Carvalho de Melo · 14 years ago
  44. 78f7def perf annotate: Move annotate functions to util/ by Arnaldo Carvalho de Melo · 14 years ago
  45. 1b3a0e9 perf callchain: Feed callchains into a cursor by Frederic Weisbecker · 14 years ago
  46. 640c03c perf session: Parse sample earlier by Arnaldo Carvalho de Melo · 14 years ago
  47. 9222116 perf annotate: Sort by hottest lines in the TUI by Arnaldo Carvalho de Melo · 14 years ago
  48. 06daaab perf hist: Introduce routine to measure lenght of formatted entry by Arnaldo Carvalho de Melo · 14 years ago
  49. 8a6c5b2 perf sort: Make column width code per hists instance by Arnaldo Carvalho de Melo · 14 years ago
  50. d67f088 perf report: Support multiple events on the TUI by Arnaldo Carvalho de Melo · 15 years ago
  51. 46e3e05 perf annotate: Add TUI interface by Arnaldo Carvalho de Melo · 15 years ago
  52. c82ee82 perf report: Report number of events, not samples by Arnaldo Carvalho de Melo · 15 years ago
  53. cee75ac perf hist: Clarify events_stats fields usage by Arnaldo Carvalho de Melo · 15 years ago
  54. c8446b9 perf hist: Make event__totals per hists by Arnaldo Carvalho de Melo · 15 years ago
  55. 8769e1c perf hist: Fix hists__browse no-newt case by Frederic Weisbecker · 15 years ago
  56. ef7b93a perf report: Librarize the annotation code and use it in the newt browser by Arnaldo Carvalho de Melo · 15 years ago
  57. b09e019 perf hist: Adopt filter by dso and by thread methods from the newt browser by Arnaldo Carvalho de Melo · 15 years ago
  58. fefb0b9 perf hist: Calculate max_sym name len and nr_entries by Arnaldo Carvalho de Melo · 15 years ago
  59. 1c02c4d perf hist: Introduce hists class and move lots of methods to it by Arnaldo Carvalho de Melo · 15 years ago
  60. 28e2a10 perf hist: Simplify the insertion of new hist_entry instances by Arnaldo Carvalho de Melo · 15 years ago
  61. a1645ce perf: 'perf kvm' tool for monitoring guest performance from host by Zhang, Yanmin · 15 years ago
  62. a4e3b95 perf hist: Replace ->print() routines by ->snprintf() equivalents by Arnaldo Carvalho de Melo · 15 years ago
  63. 5f4d3f8 perf report: Add progress bars by Arnaldo Carvalho de Melo · 15 years ago
  64. f9224c5 perf report: Implement initial UI using newt by Arnaldo Carvalho de Melo · 15 years ago
  65. eefc465 perf session: Change perf_session post processing functions to take histogram tree by Eric B Munson · 15 years ago
  66. d403d0a perf session: Change add_hist_entry to take the tree root instead of session by Eric B Munson · 15 years ago
  67. c351c28 perf diff: Use perf_session__fprintf_hists just like 'perf record' by Arnaldo Carvalho de Melo · 15 years ago
  68. 4ecf84d0 perf tools: Move hist entries printing routines from perf report by Arnaldo Carvalho de Melo · 15 years ago
  69. 4e4f06e perf session: Move the hist_entries rb tree to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  70. b9bf089 perf tools: No need for three rb_trees for sorting hist entries by Arnaldo Carvalho de Melo · 15 years ago
  71. 1ed091c perf tools: Consolidate symbol resolving across all tools by Arnaldo Carvalho de Melo · 15 years ago
  72. 9735abf perf tools: Move hist_entry__add common code to hist.c by Arnaldo Carvalho de Melo · 15 years ago
  73. 3d1d07e perf tools: Put common histogram functions in their own file by John Kacur · 15 years ago