1. d65a458 perf tools: Release session and symbol resources on exit by Arnaldo Carvalho de Melo · 15 years ago
  2. 591765f perf tools: Release thread resources on PERF_RECORD_EXIT by Arnaldo Carvalho de Melo · 15 years ago
  3. 0e60836 perf probe: Rename common fields/functions from kprobe to probe. by Srikar Dronamraju · 15 years ago
  4. 73ae8f8 perf tui: Make CTRL+Z suspend perf by Arnaldo Carvalho de Melo · 15 years ago
  5. 6da80ce perf symbols: Improve debug image search when loading symbols by Dave Martin · 15 years ago
  6. 8b1389e perf tools: remove extra build-id check factored into dso__load by Dave Martin · 15 years ago
  7. 21916c3 perf tools: Factor out buildid reading and make it implicit in dso__load by Dave Martin · 15 years ago
  8. 6e40625 perf symbols: Precisely specify if dso->{long,short}_name should be freed by Arnaldo Carvalho de Melo · 15 years ago
  9. 88ca895 perf tools: Remove unneeded code for tracking the cwd in perf sessions by Dave Martin · 15 years ago
  10. 361d134 perf report: Don't abbreviate file paths relative to the cwd by Dave Martin · 15 years ago
  11. 0f0cbf7 perf ui: New hists tree widget by Arnaldo Carvalho de Melo · 15 years ago
  12. 8d8c369 perf ui: Show the scroll bar over the left window frame by Arnaldo Carvalho de Melo · 15 years ago
  13. 63160f7 perf ui: Consider the refreshed dimensions in ui_browser__show by Arnaldo Carvalho de Melo · 15 years ago
  14. 06daaab perf hist: Introduce routine to measure lenght of formatted entry by Arnaldo Carvalho de Melo · 15 years ago
  15. b61b55e perf ui: Restore SPACE as an alias to PGDN in annotate by Arnaldo Carvalho de Melo · 15 years ago
  16. 8a6c5b2 perf sort: Make column width code per hists instance by Arnaldo Carvalho de Melo · 15 years ago
  17. 7a007ca perf hists: Mark entries filtered by parent by Arnaldo Carvalho de Melo · 15 years ago
  18. 9dcdbf7 Merge branch 'linus' into perf/core by Ingo Molnar · 15 years ago
  19. cc5edb0 perf hists: Factor out duplicated code by Arnaldo Carvalho de Melo · 15 years ago
  20. b66ecd9 perf ui: Make ui_browser__run exit on unhandled hot keys by Arnaldo Carvalho de Melo · 15 years ago
  21. 63f20e7 perf ui: Make END go to the last entry, not the top of the last page by Arnaldo Carvalho de Melo · 15 years ago
  22. 8217563 perf probe: Fix the logic of die_compare_name by Masami Hiramatsu · 15 years ago
  23. 6a330a3 perf probe: Support comp_dir to find an absolute source path by Masami Hiramatsu · 15 years ago
  24. 7cf0b79 perf probe: Fix error message if get_real_path() failed by Masami Hiramatsu · 15 years ago
  25. 108553e perf: Sync callchains with period based hits by Frederic Weisbecker · 15 years ago
  26. 97aa105 perf: Resurrect flat callchains by Frederic Weisbecker · 15 years ago
  27. 8bd0e1b Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 16 years ago
  28. b7dcb85 perf probe: Support static and global variables by Masami Hiramatsu · 16 years ago
  29. b2a3c12 perf probe: Support tracing an entry of array by Masami Hiramatsu · 16 years ago
  30. 73317b9 perf probe: Support "string" type by Masami Hiramatsu · 16 years ago
  31. 869599c perf: Version String fix, for fallback if not from git by Thavidu Ranatunga · 16 years ago
  32. 2190de2 perf: Version String fix, using kernel version by Thavidu Ranatunga · 16 years ago
  33. 08f8ba0 Merge commit 'v2.6.35-rc4' into perf/core by Ingo Molnar · 16 years ago
  34. c214909 perf tools: Fix find tids routine by excluding "." and ".." by Gui Jianfeng · 16 years ago
  35. 0879b10 perf: Fix hist_entry__tui_annotate() build failure by Srikar Dronamraju · 16 years ago
  36. f384c95 Merge branch 'linus' into perf/core by Thomas Gleixner · 16 years ago
  37. 9a15a07 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 16 years ago
  38. aa59a48 perf: Don't use 4 bytes as a default instruction breakpoint length by Frederic Weisbecker · 16 years ago
  39. 9f61d85 perf ui: Move objdump_line specific stuff out of ui_browser by Arnaldo Carvalho de Melo · 16 years ago
  40. 13f499f perf ui: Separate showing the entries from running the browser by Arnaldo Carvalho de Melo · 16 years ago
  41. 46b0a07 perf ui: Introduce ui_browser->seek to support multiple list structures by Arnaldo Carvalho de Melo · 16 years ago
  42. 8c694d2 perf ui: Introduce routine ui_browser__is_current_entry by Arnaldo Carvalho de Melo · 16 years ago
  43. 0f2c3de perf session: fix error message on failure to open perf.data by Andy Isaacson · 16 years ago
  44. 84c104a perf debug: fix hex dump partial final line by Andy Isaacson · 16 years ago
  45. 9ed7e1b perf probe: Add kernel source path option by Chase Douglas · 16 years ago
  46. a1ac1d3 perf record: Add option to avoid updating buildid cache by Stephane Eranian · 16 years ago
  47. 70c3856 perf symbols: Function descriptor symbol lookup by Eric B Munson · 16 years ago
  48. 720a3ae perf session: Remove threads from tree on PERF_RECORD_EXIT by Arnaldo Carvalho de Melo · 16 years ago
  49. 1d90f2e perf record: Don't call newt functions when not initialized by Arnaldo Carvalho de Melo · 16 years ago
  50. f60f359 perf report: Implement --sort cpu by Arun Sharma · 16 years ago
  51. 41a37e2 perf tools: Make event__preprocess_sample parse the sample by Arnaldo Carvalho de Melo · 16 years ago
  52. 45d8e80 perf annotate: Ask objdump to demangle symbols by Stephane Eranian · 16 years ago
  53. 45de34b perf buildid: add perfconfig option to specify buildid cache dir by Stephane Eranian · 16 years ago
  54. c45c6ea perf tools: Add the ability to specify list of cpus to monitor by Stephane Eranian · 16 years ago
  55. 761844b perf report: Make -D print sampled CPU by Stephane Eranian · 16 years ago
  56. e7dadc0 perf symbols: Set the DSO long name when using symbol_conf.vmlinux_name by Arnaldo Carvalho de Melo · 16 years ago
  57. da3fd1a Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent by Ingo Molnar · 16 years ago
  58. c025148 perf scripts python: Give field dict to unhandled callback by Pierre Tardy · 16 years ago
  59. 75d9ef17 perf hist: fix objdump output parsing by Konstantin Stepanyuk · 16 years ago
  60. dd833d7 perf: Do the comm inheritance per thread in event__process_task by Frederic Weisbecker · 16 years ago
  61. 13eb04f perf: Process comm events by tid by Frederic Weisbecker · 16 years ago
  62. c4fe52a perf tui: Fix last use_browser problem related to .perfconfig by Arnaldo Carvalho de Melo · 16 years ago
  63. 5ad90e4 perf symbols: Add the build id cache to the vmlinux path by Arnaldo Carvalho de Melo · 16 years ago
  64. 62e3436 perf tui: Reset use_browser if stdout is not a tty by Arnaldo Carvalho de Melo · 16 years ago
  65. d67f088 perf report: Support multiple events on the TUI by Arnaldo Carvalho de Melo · 16 years ago
  66. 44bf460 perf annotate: Fix up usage of the build id cache by Arnaldo Carvalho de Melo · 16 years ago
  67. 46e3e05 perf annotate: Add TUI interface by Arnaldo Carvalho de Melo · 16 years ago
  68. 6e78c9f perf tui: Remove annotate from popup menu after failure by Arnaldo Carvalho de Melo · 16 years ago
  69. 598357e perf: Fix getline undeclared by Frederic Weisbecker · 16 years ago
  70. 1c34bde Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 16 years ago
  71. 5d06e69 perf tui: Allow disabling the TUI on a per command basis in ~/.perfconfig by Arnaldo Carvalho de Melo · 16 years ago
  72. b36f19d perf annotate: Use build-ids to find the right DSO by Arnaldo Carvalho de Melo · 16 years ago
  73. 17930b4 perf TUI: Make 'space' be an alias to 'PgDn' by Arnaldo Carvalho de Melo · 16 years ago
  74. dfacc4d Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 16 years ago
  75. 85cb68b perf: Fix unaligned accesses while fetching trace values by Frederic Weisbecker · 16 years ago
  76. cbb5cf7 perf: Use read() instead of lseek() in trace_event_read.c:skip() by Tom Zanussi · 16 years ago
  77. f869097 perf session: Make read_build_id routines look at the host_machine too by Arnaldo Carvalho de Melo · 16 years ago
  78. f6e1467 perf symbols: Don't try to read the build-id twice by Arnaldo Carvalho de Melo · 16 years ago
  79. 151f85a perf tools: remove xstrndup, xmalloc, xzalloc by Arnaldo Carvalho de Melo · 16 years ago
  80. b448c4b perf probe: Fix some error exit paths by Arnaldo Carvalho de Melo · 16 years ago
  81. a41794c perf tools: Remove some unused functions by Arnaldo Carvalho de Melo · 16 years ago
  82. 4d7b4ac Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  83. 32ec6ac perf tui: Fix build problem with slang <= 2.0.6 by Arnaldo Carvalho de Melo · 16 years ago
  84. 7752f1b perf probe: Don't compile CFI related code if elfutils is old by Masami Hiramatsu · 16 years ago
  85. 2f51903 perf symbols: symbol inconsistency message should be done only at verbose=1 by Arnaldo Carvalho de Melo · 16 years ago
  86. edb7c60 perf options: Type check all the remaining OPT_ variants by Arnaldo Carvalho de Melo · 16 years ago
  87. 8035458 perf options: Type check OPT_BOOLEAN and fix the offenders by Arnaldo Carvalho de Melo · 16 years ago
  88. 1967936 perf options: Check v type in OPT_U?INTEGER by Arnaldo Carvalho de Melo · 16 years ago
  89. c100edb perf options: Introduce OPT_UINTEGER by Arnaldo Carvalho de Melo · 16 years ago
  90. dc4ff19 perf tui: Add workaround for slang < 2.1.4 by Arnaldo Carvalho de Melo · 16 years ago
  91. 6ba85ce perf options: Introduce OPT_U64 by Arnaldo Carvalho de Melo · 16 years ago
  92. a9a4ab7 perf tui: Add help window to show key associations by Arnaldo Carvalho de Melo · 16 years ago
  93. a308f3a perf tui: Make <- exit menus too by Arnaldo Carvalho de Melo · 16 years ago
  94. 9d192e1 perf newt: Add single key shortcuts for zoom into DSO and threads by Arnaldo Carvalho de Melo · 16 years ago
  95. 29351db perf newt: Exit browser unconditionally when CTRL+C, q or Q is pressed by Arnaldo Carvalho de Melo · 16 years ago
  96. c1ec5fe perf newt: Fix the 'A'/'a' shortcut for annotate by Arnaldo Carvalho de Melo · 16 years ago
  97. 6055390 perf newt: Make <- exit the ui_browser by Arnaldo Carvalho de Melo · 16 years ago
  98. 3e1bbdc3 perf newt: Make <- zoom out filters by Arnaldo Carvalho de Melo · 16 years ago
  99. c82ee82 perf report: Report number of events, not samples by Arnaldo Carvalho de Melo · 16 years ago
  100. cee75ac perf hist: Clarify events_stats fields usage by Arnaldo Carvalho de Melo · 16 years ago