1. 33f62b3 perf top tui: Give color hints just on the percentage, like on --stdio by Arnaldo Carvalho de Melo · 13 years ago
  2. e039fc7 perf ui browser: Make the colors configurable and change the defaults by Arnaldo Carvalho de Melo · 13 years ago
  3. cc6e7aa perf tui: Remove unneeded call to newtCls on startup by Arnaldo Carvalho de Melo · 13 years ago
  4. f1cf602 perf hists: Don't format the percentage on hist_entry__snprintf by Arnaldo Carvalho de Melo · 13 years ago
  5. c172f74 perf ui browser: Allow initial use without navigation UI elements by Arnaldo Carvalho de Melo · 13 years ago
  6. 3f7247e perf tui: Catch signals to exit gracefully by Arnaldo Carvalho de Melo · 13 years ago
  7. 2d5646c perf hists browser: Add missing hotkeys to the help window by Arnaldo Carvalho de Melo · 13 years ago
  8. 7bc7298 perf hists browser: Add missing stdarg.h include by Mike Galbraith · 13 years ago
  9. b079d4e perf top: Honour --hide_{user,kernel}_symbols and the 'U' hotkey by Arnaldo Carvalho de Melo · 13 years ago
  10. c73a3cb Merge branch 'perf/core' of git://github.com/acmel/linux into perf/core by Ingo Molnar · 13 years ago
  11. 6c3c5b2 perf buildid: Fix possible unterminated readlink() result buffer by Thomas Jarosch · 13 years ago
  12. 0361fc2 perf annotate browser: Allow toggling the visualization of source code lines by Arnaldo Carvalho de Melo · 13 years ago
  13. 250611c perf ui browser: Add filter method by Arnaldo Carvalho de Melo · 13 years ago
  14. 7296d66 perf annotate browser: Exit when pressing ESC or the left arrow by Arnaldo Carvalho de Melo · 13 years ago
  15. 437cfe7 perf hists browser: Invalidate ui_browser->top after timer calls by Arnaldo Carvalho de Melo · 13 years ago
  16. 18eaf0b perf hists browser: Fix handling of TAB/UNTAB for multiple events by Arnaldo Carvalho de Melo · 13 years ago
  17. e345fa1 perf top: Remove entries from entries_collapsed on decay by Arnaldo Carvalho de Melo · 13 years ago
  18. ed7e566 perf ui browser: Remove ui_browser__add_exit_keys by Arnaldo Carvalho de Melo · 13 years ago
  19. 3af6e33 perf ui browser: Handle SIGWINCH by Arnaldo Carvalho de Melo · 13 years ago
  20. 33e2731 perf hists: Fix compilation when NO_NEWT_SUPPORT is set by Stephane Eranian · 13 years ago
  21. df71d95 perf hists: Don't free decayed entries if in the annotation browser by Arnaldo Carvalho de Melo · 13 years ago
  22. 177e216 Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 13 years ago
  23. 900e14a perf hists browser: Recalculate browser pointers after resort/decay by Arnaldo Carvalho de Melo · 13 years ago
  24. 44a5604 perf probe: Fix to show correct error string by Masami Hiramatsu · 13 years ago
  25. 64c6f0c perf tools: Make --no-asm-raw the default by Arnaldo Carvalho de Melo · 13 years ago
  26. fbe96f2 perf tools: Make perf.data more self-descriptive (v8) by Stephane Eranian · 13 years ago
  27. be83f5e perf hists browser: Update the browser.nr_entries after the timer by Arnaldo Carvalho de Melo · 13 years ago
  28. 7d16320 perf hists browser: Fix TAB/UNTAB use with multiple events by Arnaldo Carvalho de Melo · 13 years ago
  29. 724c9c9 perf hists browser: Don't offer symbol actions when symbols not on --sort by Arnaldo Carvalho de Melo · 13 years ago
  30. 234a537 perf annotate browser: Use -> to navigate on assembly lines by Arnaldo Carvalho de Melo · 13 years ago
  31. e39622c perf tools: Fix broken number of samples for perf report -n by Stephane Eranian · 13 years ago
  32. 3495854 perf annotate browser: Allow navigation to called functions by Arnaldo Carvalho de Melo · 13 years ago
  33. ab81f3f perf top: Reuse the 'report' hist_entry/hists classes by Arnaldo Carvalho de Melo · 13 years ago
  34. 81cce8d perf browsers: Add live mode to the hists, annotate browsers by Arnaldo Carvalho de Melo · 13 years ago
  35. 1980c2eb perf hists: Threaded addition and sorting of entries by Arnaldo Carvalho de Melo · 13 years ago
  36. 3f2728b perf report: Add option to show total period by Arnaldo Carvalho de Melo · 13 years ago
  37. ef9dfe6 perf hists: Allow limiting the number of rows and columns in fprintf by Arnaldo Carvalho de Melo · 13 years ago
  38. 42b28ac perf hists: Stop using 'self' for struct hists by Arnaldo Carvalho de Melo · 13 years ago
  39. 9d01402 Merge commit 'v3.1-rc9' into perf/core by Ingo Molnar · 13 years ago
  40. 87ffef7 perf symbols: Treat all memory maps without dso file as loaded by Jiri Olsa · 13 years ago
  41. f69b64f perf: Support setting the disassembler style by Andi Kleen · 13 years ago
  42. dcc101d perf top: Improve lost events warning by Arnaldo Carvalho de Melo · 13 years ago
  43. eb48900 perf top browser: Fix up line width calculation by Arnaldo Carvalho de Melo · 13 years ago
  44. 98dfd55 perf symbols: Stop using 'self' in map_groups__ methods by Arnaldo Carvalho de Melo · 13 years ago
  45. 8e303f2 perf tools: Fix raw sample reading by Jiri Olsa · 13 years ago
  46. 2b022a8 perf python: Add missing perf_event__parse_sample 'swapped' parm by Arnaldo Carvalho de Melo · 13 years ago
  47. be96ea8 perf symbols: Fix issue with binaries using 16-bytes buildids (v2) by Stephane Eranian · 14 years ago
  48. 936be50 perf tool: Fix endianness handling of u32 data in samples by David Ahern · 13 years ago
  49. 6bb8f31 perf sort: Fix symbol sort output by separating unresolved samples by type by Anton Blanchard · 13 years ago
  50. 6a0e55d perf symbols: Synthesize anonymous mmap events by Anton Blanchard · 13 years ago
  51. 764e16a3 perf record: Create events initially disabled and enable after init by David Ahern · 13 years ago
  52. 694bf40 perf symbols: Add some heuristics for choosing the best duplicate symbol by Anton Blanchard · 13 years ago
  53. 3187790 perf symbols: Preserve symbol scope when parsing /proc/kallsyms by Anton Blanchard · 13 years ago
  54. 3f5a427 perf symbols: /proc/kallsyms does not sort module symbols by Anton Blanchard · 13 years ago
  55. adb0918 perf symbols: Fix ppc64 SEGV in dso__load_sym with debuginfo files by Anton Blanchard · 13 years ago
  56. f66fedc perf probe: Fix regression of variable finder by Masami Hiramatsu · 13 years ago
  57. 51887c8 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 13 years ago
  58. 4aa9015 perf stat: Add -o and --append options by Stephane Eranian · 13 years ago
  59. 3e6a2a7 perf annotate: Make output more readable by Stephane Eranian · 13 years ago
  60. 195bcbf perf tools: Fix build against newer glibc by Josh Boyer · 13 years ago
  61. 777d1d7 perf tools: Fix error handling of unknown events by Stephane Eranian · 13 years ago
  62. cc2d86b perf evlist: Fix missing event name init for default event by Stephane Eranian · 13 years ago
  63. 77e5729 perf list: Fix exit value by Stephane Eranian · 13 years ago
  64. 3f4460a perf probe: Filter out redundant inline-instances by Masami Hiramatsu · 13 years ago
  65. db0d2c6 perf probe: Search concrete out-of-line instances by Masami Hiramatsu · 13 years ago
  66. f182e3e perf probe: Avoid searching variables in intermediate scopes by Masami Hiramatsu · 13 years ago
  67. 221d061 perf probe: Fix to search local variables in appropriate scope by Masami Hiramatsu · 13 years ago
  68. 36c0c58 perf probe: Fix to walk all inline instances by Masami Hiramatsu · 13 years ago
  69. b0e9cb2 perf probe: Fix to search nested inlined functions in CU by Masami Hiramatsu · 13 years ago
  70. a128405 perf probe: Fix line walker to check CU correctly by Masami Hiramatsu · 13 years ago
  71. 8afa2a7 perf probe: Fix a memory leak for scopes array by Masami Hiramatsu · 13 years ago
  72. e9b52ef perf: fix temporary file ownership check by Vasiliy Kulikov · 13 years ago
  73. f57b05e perf report: Use properly build_id kernel binaries by Jiri Olsa · 13 years ago
  74. fc8ed7b perf top browser: Remove spurious helpline update by Arnaldo Carvalho de Melo · 13 years ago
  75. 981c125 perf symbols: Check '/tmp/perf-' symbol file ownership by Pekka Enberg · 13 years ago
  76. 069e372 perf tools: Check $HOME/.perfconfig ownership by Arnaldo Carvalho de Melo · 13 years ago
  77. 9941c96a perf tools: Add support to install perf python extension by Jiri Olsa · 13 years ago
  78. aba8d05 perf tools: do not look at ./config for configuration by Jonathan Nieder · 13 years ago
  79. ce27a44 perf probe: Fix coredump introduced by probe module option by Jovi Zhang · 13 years ago
  80. 3e9f45a perf python: Add PERF_RECORD_{LOST,READ,SAMPLE} routine tables by Arnaldo Carvalho de Melo · 13 years ago
  81. 4152ab3 perf evlist: Introduce 'disable' method by Arnaldo Carvalho de Melo · 13 years ago
  82. 4f9bae3 perf buildid-cache: Zero out buffer of filenames when adding/removing buildid by Han Pingtian · 13 years ago
  83. f120f9d perf tools: De-opt the parse_events function by Jiri Olsa · 13 years ago
  84. adc4bf9 perf script: Fix display of IP address for non-callchain path by David Ahern · 13 years ago
  85. eda3913 perf tools: Fix endian conversion reading event attr from file header by David Ahern · 13 years ago
  86. 0111919 perf tools: Add missing 'node' alias to the hw_cache[] array by Jiri Olsa · 13 years ago
  87. 14a8fd7 perf probe: Support adding probes on offline kernel modules by Masami Hiramatsu · 13 years ago
  88. 190b57f perf probe: Add probed module in front of function by Masami Hiramatsu · 13 years ago
  89. ff74178 perf probe: Introduce debuginfo to encapsulate dwarf information by Masami Hiramatsu · 13 years ago
  90. e0d153c perf-probe: Move dwarf library routines to dwarf-aux.{c, h} by Masami Hiramatsu · 13 years ago
  91. bcfc082 perf probe: Remove redundant dwarf functions by Masami Hiramatsu · 13 years ago
  92. bad03ae perf probe: Move strtailcmp to string.c by Masami Hiramatsu · 13 years ago
  93. baad2d3 perf probe: Rename DIE_FIND_CB_FOUND to DIE_FIND_CB_END by Masami Hiramatsu · 13 years ago
  94. 259032b perf: Robustify proc and debugfs file recording by Sonny Rao · 13 years ago
  95. 5d67be9 perf report/annotate/script: Add option to specify a CPU range by Anton Blanchard · 13 years ago
  96. 343a031 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 13 years ago
  97. 10e6962 Merge commit 'v3.0-rc5' into perf/core by Ingo Molnar · 13 years ago
  98. fd8ea21 perf tools: Allow sort dimensions to be registered more than once by Frederic Weisbecker · 13 years ago
  99. e84d212 perf tools: Don't display ignored entries on stdio ui by Frederic Weisbecker · 13 years ago
  100. 2fd701b perf tools: Remove sort print helpers declarations by Frederic Weisbecker · 13 years ago