1. 17930b4 perf TUI: Make 'space' be an alias to 'PgDn' by Arnaldo Carvalho de Melo · 14 years ago
  2. dfacc4d Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 14 years ago
  3. 85cb68b perf: Fix unaligned accesses while fetching trace values by Frederic Weisbecker · 14 years ago
  4. cbb5cf7 perf: Use read() instead of lseek() in trace_event_read.c:skip() by Tom Zanussi · 14 years ago
  5. f869097 perf session: Make read_build_id routines look at the host_machine too by Arnaldo Carvalho de Melo · 14 years ago
  6. f6e1467 perf symbols: Don't try to read the build-id twice by Arnaldo Carvalho de Melo · 14 years ago
  7. 151f85a perf tools: remove xstrndup, xmalloc, xzalloc by Arnaldo Carvalho de Melo · 14 years ago
  8. b448c4b perf probe: Fix some error exit paths by Arnaldo Carvalho de Melo · 14 years ago
  9. a41794c perf tools: Remove some unused functions by Arnaldo Carvalho de Melo · 14 years ago
  10. 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 · 14 years ago
  11. 32ec6ac perf tui: Fix build problem with slang <= 2.0.6 by Arnaldo Carvalho de Melo · 14 years ago
  12. 7752f1b perf probe: Don't compile CFI related code if elfutils is old by Masami Hiramatsu · 14 years ago
  13. 2f51903 perf symbols: symbol inconsistency message should be done only at verbose=1 by Arnaldo Carvalho de Melo · 14 years ago
  14. edb7c60 perf options: Type check all the remaining OPT_ variants by Arnaldo Carvalho de Melo · 14 years ago
  15. 8035458 perf options: Type check OPT_BOOLEAN and fix the offenders by Arnaldo Carvalho de Melo · 14 years ago
  16. 1967936 perf options: Check v type in OPT_U?INTEGER by Arnaldo Carvalho de Melo · 14 years ago
  17. c100edb perf options: Introduce OPT_UINTEGER by Arnaldo Carvalho de Melo · 14 years ago
  18. dc4ff19 perf tui: Add workaround for slang < 2.1.4 by Arnaldo Carvalho de Melo · 14 years ago
  19. 6ba85ce perf options: Introduce OPT_U64 by Arnaldo Carvalho de Melo · 14 years ago
  20. a9a4ab7 perf tui: Add help window to show key associations by Arnaldo Carvalho de Melo · 14 years ago
  21. a308f3a perf tui: Make <- exit menus too by Arnaldo Carvalho de Melo · 14 years ago
  22. 9d192e1 perf newt: Add single key shortcuts for zoom into DSO and threads by Arnaldo Carvalho de Melo · 14 years ago
  23. 29351db perf newt: Exit browser unconditionally when CTRL+C, q or Q is pressed by Arnaldo Carvalho de Melo · 14 years ago
  24. c1ec5fe perf newt: Fix the 'A'/'a' shortcut for annotate by Arnaldo Carvalho de Melo · 14 years ago
  25. 60553903 perf newt: Make <- exit the ui_browser by Arnaldo Carvalho de Melo · 14 years ago
  26. 3e1bbdc3 perf newt: Make <- zoom out filters by Arnaldo Carvalho de Melo · 14 years ago
  27. c82ee82 perf report: Report number of events, not samples by Arnaldo Carvalho de Melo · 14 years ago
  28. cee75ac perf hist: Clarify events_stats fields usage by Arnaldo Carvalho de Melo · 14 years ago
  29. c8446b9 perf hist: Make event__totals per hists by Arnaldo Carvalho de Melo · 14 years ago
  30. 8a0ecfb perf hist: Fix missing getline declaration by Frederic Weisbecker · 14 years ago
  31. 8769e1c perf hist: Fix hists__browse no-newt case by Frederic Weisbecker · 14 years ago
  32. ef7b93a perf report: Librarize the annotation code and use it in the newt browser by Arnaldo Carvalho de Melo · 14 years ago
  33. 3798ed7 perf ui: Add ui_helpline methods by Arnaldo Carvalho de Melo · 14 years ago
  34. b09e019 perf hist: Adopt filter by dso and by thread methods from the newt browser by Arnaldo Carvalho de Melo · 14 years ago
  35. de068ec perf: Fix static strings treated like dynamic ones by Frederic Weisbecker · 14 years ago
  36. 3824a4e perf/trace/scripting: don't show script start/stop messages by default by Tom Zanussi · 14 years ago
  37. fefb0b9 perf hist: Calculate max_sym name len and nr_entries by Arnaldo Carvalho de Melo · 14 years ago
  38. 1c02c4d perf hist: Introduce hists class and move lots of methods to it by Arnaldo Carvalho de Melo · 14 years ago
  39. d118f8b perf session: create_kernel_maps should use ->host_machine by Arnaldo Carvalho de Melo · 14 years ago
  40. cdd5b75b perf callchains: Use zalloc to allocate objects by Arnaldo Carvalho de Melo · 14 years ago
  41. 7f82645 perf newt: Use newtAddComponent() by Arnaldo Carvalho de Melo · 14 years ago
  42. 1f0ac71 Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 14 years ago
  43. 232a5c9 perf report: Allow limiting the number of entries to print in callchains by Arnaldo Carvalho de Melo · 14 years ago
  44. 1f626bc perf session: Embed the host machine data on perf_session by Arnaldo Carvalho de Melo · 14 years ago
  45. 4cc4945 perf symbols: Check if a struct machine instance was found by Arnaldo Carvalho de Melo · 14 years ago
  46. 3ceb0d4 perf symbols: Consider unresolved DSOs in the dso__col_widt calculation by Arnaldo Carvalho de Melo · 14 years ago
  47. 28e2a10 perf hist: Simplify the insertion of new hist_entry instances by Arnaldo Carvalho de Melo · 14 years ago
  48. 139633c perf callchain: Move validate_callchain to callchain lib by Arnaldo Carvalho de Melo · 14 years ago
  49. 794e43b perf/live-mode: Handle payload-less events by Tom Zanussi · 14 years ago
  50. d6b17be perf: Provide a new deterministic events reordering algorithm by Frederic Weisbecker · 14 years ago
  51. 9840280 perf: Introduce a new "round of buffers read" pseudo event by Frederic Weisbecker · 14 years ago
  52. ed82702 Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 14 years ago
  53. 1cf4a06 perf list: Improve the raw hw event descriptor documentation by Arnaldo Carvalho de Melo · 14 years ago
  54. ab60834 perf, x86: Improve the PEBS ABI by Peter Zijlstra · 14 years ago
  55. 9e32a3c perf list: Add explanation about raw hardware event descriptors by Arnaldo Carvalho de Melo · 14 years ago
  56. db620b1 perf/record: simplify TRACE_INFO tracepoint check by Tom Zanussi · 14 years ago
  57. 9890948 perf report: Make dso__calc_col_width agree with hist_entry__dso_snprintf by Arnaldo Carvalho de Melo · 14 years ago
  58. c4f3b5a Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 14 years ago
  59. 02bf60a perf: Fix performance issue with perf report by Anton Blanchard · 14 years ago
  60. 63e0c77 perf: record TRACE_INFO only if using tracepoints and SAMPLE_RAW by Tom Zanussi · 14 years ago
  61. 0806ebd Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 14 years ago
  62. 454c407 perf: add perf-inject builtin by Tom Zanussi · 14 years ago
  63. 789688f perf/live: don't synthesize build ids at the end of a live mode trace by Tom Zanussi · 14 years ago
  64. fb72014 perf tools: Don't use code surrounded by __KERNEL__ by Arnaldo Carvalho de Melo · 14 years ago
  65. d00a47c perf: Fix warning while reading ring buffer headers by Frederic Weisbecker · 14 years ago
  66. 5c0541d perf symbols: Add machine helper routines by Arnaldo Carvalho de Melo · 14 years ago
  67. cbf6968 perf machines: Make the machines class adopt the dsos__fprintf methods by Arnaldo Carvalho de Melo · 14 years ago
  68. d28c622 perf machine: Adopt some map_groups functions by Arnaldo Carvalho de Melo · 14 years ago
  69. 48ea8f5 perf machine: Pass buffer size to machine__mmap_name by Arnaldo Carvalho de Melo · 14 years ago
  70. 23346f2 perf tools: Rename "kernel_info" to "machine" by Arnaldo Carvalho de Melo · 14 years ago
  71. 462b04e2 Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 14 years ago
  72. ef4a356 perf probe: Add --max-probes option by Masami Hiramatsu · 14 years ago
  73. 5d1ee04 perf probe: Fix to exit callback soon after finding too many probe points by Masami Hiramatsu · 14 years ago
  74. 15eca30 perf probe: Fix to use symtab only if no debuginfo by Masami Hiramatsu · 14 years ago
  75. 0ab061c perf tools: Initialize dso->node member in dso__new by Masami Hiramatsu · 14 years ago
  76. c61e52e perf: Generalize perf lock's sample event reordering to the session layer by Frederic Weisbecker · 14 years ago
  77. 5710fca perf: Fix initialization bug in parse_single_tracepoint_event() by Stephane Eranian · 14 years ago
  78. cd932c5 perf: Move arch specific code into separate arch directory by Ian Munsie · 14 years ago
  79. 6eca8cc perf: Fix perf probe build error by Frederic Weisbecker · 14 years ago
  80. a1645ce perf: 'perf kvm' tool for monitoring guest performance from host by Zhang, Yanmin · 14 years ago
  81. b5a80b7 Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 14 years ago
  82. 84b13fd Merge branch 'perf/live' into perf/core by Ingo Molnar · 14 years ago
  83. f921281 perf: Make the trace events sample period default to 1 by Frederic Weisbecker · 14 years ago
  84. bdef3b0 perf: Always record tracepoints raw samples from perf record by Frederic Weisbecker · 14 years ago
  85. a1e2f60 perf: Fix dynamic field detection by Thomas Gleixner · 14 years ago
  86. f6c903f perf probe: Show function entry line as probe-able by Masami Hiramatsu · 14 years ago
  87. de1439d perf probe: Support DW_OP_plus_uconst in DW_AT_data_member_location by Masami Hiramatsu · 14 years ago
  88. dda4ab3 perf probe: Fix line range to show end line by Masami Hiramatsu · 14 years ago
  89. d3b63d7 perf probe: Fix a bug that --line range can be overflow by Masami Hiramatsu · 14 years ago
  90. dd259c5 perf probe: Fix mis-estimation for shortening filename by Masami Hiramatsu · 14 years ago
  91. 7ca5989 perf probe: Fix to use correct debugfs path finder by Masami Hiramatsu · 14 years ago
  92. 02b95da perf probe: Remove xstrdup()/xstrndup() from util/probe-{event, finder}.c by Masami Hiramatsu · 14 years ago
  93. e334016f1 perf probe: Remove xzalloc() from util/probe-{event, finder}.c by Masami Hiramatsu · 14 years ago
  94. 146a143 perf probe: Remove die() from probe-event code by Masami Hiramatsu · 14 years ago
  95. b55a87a perf probe: Remove die() from probe-finder code by Masami Hiramatsu · 14 years ago
  96. a34a985 perf probe: Support DW_OP_call_frame_cfa in debuginfo by Masami Hiramatsu · 14 years ago
  97. 11a1ca3 perf probe: Support basic type casting by Masami Hiramatsu · 14 years ago
  98. 4984912 perf probe: Query basic types from debuginfo by Masami Hiramatsu · 14 years ago
  99. df0faf4 perf probe: Use the last field name as the argument name by Masami Hiramatsu · 14 years ago
  100. 4848193 perf probe: Support argument name by Masami Hiramatsu · 14 years ago