1. e84ba4e perf header: Add is_perf_magic() func by Feng Tang · 12 years ago
  2. cdbab7c perf hists browser: Integrate script browser into main hists browser by Feng Tang · 12 years ago
  3. 79ee47f perf annotate browser: Integrate script browser into annotation browser by Feng Tang · 12 years ago
  4. 6651782 perf scripts browser: Add a browser for perf script by Feng Tang · 12 years ago
  5. 49e639e perf script: Add more filter to find_scripts() by Feng Tang · 12 years ago
  6. 70cb4e9 perf tools: Add a global variable "const char *input_name" by Feng Tang · 12 years ago
  7. cdd059d perf tools: Move dso_* related functions into dso object by Jiri Olsa · 12 years ago
  8. ea36c46 perf tools: Move strxfrchar into string object by Jiri Olsa · 12 years ago
  9. b2aff5f perf tools: Move hex2u64 into util object by Jiri Olsa · 12 years ago
  10. 4383db8 perf tools: Move BUILD_ID_SIZE into build-id object by Jiri Olsa · 12 years ago
  11. ebb296c perf tools: Move build_id__sprintf into build-id object by Jiri Olsa · 12 years ago
  12. 9175ce1 perf tools: Move parse_events error printing to parse_events_options by Andi Kleen · 12 years ago
  13. 1f16c57 perf stat: Add --pre and --post command by Peter Zijlstra · 12 years ago
  14. 54a3cf5 perf inject: Mark a dso if it's used by Andrew Vagin · 12 years ago
  15. 26a031e perf inject: Merge sched_stat_* and sched_switch events by Andrew Vagin · 12 years ago
  16. e558a5b perf inject: Work with files by Andrew Vagin · 12 years ago
  17. fcc3280 perf tools: Fix LIBELF_MMAP checking by Namhyung Kim · 12 years ago
  18. cf3aa10 perf tools: Always show CHK message when doing try-cc by Namhyung Kim · 12 years ago
  19. 615d774 perf tools: Convert invocation of MAKE into SUBDIR by Namhyung Kim · 12 years ago
  20. 536e2b0 perf tools: Cleanup doc related targets by Namhyung Kim · 12 years ago
  21. b6f4f80 tools lib traceevent: Do not generate dependency for system header files by Namhyung Kim · 12 years ago
  22. 1302d88 perf trace: Use sched:sched_stat_runtime to provide a thread summary by Arnaldo Carvalho de Melo · 12 years ago
  23. efd5745 perf trace: Count number of events for each thread and globally by Arnaldo Carvalho de Melo · 12 years ago
  24. ba361c9 perf tools: Don't stop synthesizing threads when one vanishes by Arnaldo Carvalho de Melo · 12 years ago
  25. af3df2c perf tools: Try to build Documentation when installing by Borislav Petkov · 12 years ago
  26. 814d7a4 perf trace: Print the name of a syscall when failing to read its info by Arnaldo Carvalho de Melo · 12 years ago
  27. 8b74526 perf tools: Pretty print errno for some more functions by Arnaldo Carvalho de Melo · 12 years ago
  28. ae9ed03 perf trace: Add duration filter by Arnaldo Carvalho de Melo · 12 years ago
  29. 60c907a perf trace: Add an event duration column by Arnaldo Carvalho de Melo · 12 years ago
  30. 752fde4 perf trace: Support interrupted syscalls by Arnaldo Carvalho de Melo · 12 years ago
  31. 9a8e85a perf test: Align the 'Ok'/'FAILED!' test results by Arnaldo Carvalho de Melo · 12 years ago
  32. 2305c82 perf tools: Give user better message if precise is not supported by David Ahern · 12 years ago
  33. 03f2f93 Account the nr_entries in rblist properly by Suzuki K. Poulose · 12 years ago
  34. 68e94f4 perf tools: Try to find cross-built objdump path by Irina Tirdea · 12 years ago
  35. feb8ada perf tools: Remove noise in python version feature test by Arnaldo Carvalho de Melo · 12 years ago
  36. 28d213b perf tools: Diplays more output on features check for make V=1 by Jiri Olsa · 12 years ago
  37. 3f3a206 perf test: Add automated tests for pmu sysfs translated events by Jiri Olsa · 12 years ago
  38. 1d33d6d perf tools: Add support to specify hw event as PMU event term by Jiri Olsa · 12 years ago
  39. 3fded96 perf tools: Fix PMU object alias initialization by Jiri Olsa · 12 years ago
  40. ef8c029 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  41. 42be739 perf test: Fix exclude_guest parse events tests by Jiri Olsa · 12 years ago
  42. 9fdbf67 perf tools: do not flush maps on COMM for perf report by Luigi Semenzato · 12 years ago
  43. 670ab5d perf help: Fix --help for builtins by Namhyung Kim · 12 years ago
  44. fc551f8 perf trace: Check if sample raw_data field is set by Arnaldo Carvalho de Melo · 12 years ago
  45. 3a53126 perf trace: Validate syscall id before growing syscall table by Arnaldo Carvalho de Melo · 12 years ago
  46. 45bff41 perf python: Properly link with libtraceevent by Arnaldo Carvalho de Melo · 12 years ago
  47. a448a03 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 12 years ago
  48. 88a21d2 perf hists browser: Add back callchain folding symbol by Arnaldo Carvalho de Melo · 12 years ago
  49. 7762608 perf tools: Fix build on sparc. by David Miller · 12 years ago
  50. f8de288 perf python: Link with libtraceevent by Arnaldo Carvalho de Melo · 12 years ago
  51. 356712f perf python: Initialize 'page_size' variable by Arnaldo Carvalho de Melo · 12 years ago
  52. 743df75 tools lib traceevent: Fix missed freeing of subargs in free_arg() in filter by Steven Rostedt · 12 years ago
  53. 101782e lib tools traceevent: Add back pevent assignment in __pevent_parse_format() by Steven Rostedt · 12 years ago
  54. 63a1a3d perf hists browser: Fix off-by-two bug on the first column by Namhyung Kim · 12 years ago
  55. 88481b6 perf tools: Remove warnings on JIT samples for srcline sort key by Namhyung Kim · 12 years ago
  56. ffe10c6 perf tools: Fix segfault when using srcline sort key by Namhyung Kim · 12 years ago
  57. 1342798 perf tool: Precise mode requires exclude_guest by David Ahern · 12 years ago
  58. 7d380c8 perf: Fix UAPI fallout by Ingo Molnar · 12 years ago
  59. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  60. a3920a6 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  61. ade0899 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  62. 871a059 perf: Handle new rbtree implementation by Markus Trippelsdorf · 12 years ago
  63. 35e9a274 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  64. ec07361 perf: fix duplicate header inclusion by Michel Lespinasse · 12 years ago
  65. d6ff127 rbtree: adjust node color in __rb_erase_color() only when necessary by Michel Lespinasse · 12 years ago
  66. 4084a9b tools/power/acpi/acpidump: remove duplicated include from acpidump.c by Wei Yongjun · 12 years ago
  67. 7747e2f Documentation: add documentation on compiling for Android by Irina Tirdea · 12 years ago
  68. d816ec2 perf tools: Update Makefile for Android by Irina Tirdea · 12 years ago
  69. 78da39f perf tools: Add on_exit implementation by Bernhard Rosenkraenzer · 12 years ago
  70. 355afe8 perf kvm: Add braces around multi-line statements by David Ahern · 12 years ago
  71. e4f7637 perf kvm: Total count is a u64, print as so by David Ahern · 12 years ago
  72. b880dee perf kvm: Remove typecast in init_kvm_event_record by David Ahern · 12 years ago
  73. 2aa8eab perf kvm: Only process events for vcpus of interest by David Ahern · 12 years ago
  74. d43b716 Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  75. d8dc91b Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  76. ae86912 perf tools: Remove duplicated include from trace-event-python.c by Wei Yongjun · 12 years ago
  77. dc92b1f Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  78. 3f44ea0 Merge branches 'acpica', 'acpidump', 'intel-idle', 'misc', 'module_acpi_driver-simplify', 'turbostat' and 'usb3' into release by Len Brown · 12 years ago
  79. b0a7d1a perf machine: Carve up event processing specific from perf_tool by Arnaldo Carvalho de Melo · 12 years ago
  80. 0439539 perf sched: Handle PERF_RECORD_EXIT events by Arnaldo Carvalho de Melo · 12 years ago
  81. ec4622f perf annotate: Handle PERF_RECORD_EXIT events by Arnaldo Carvalho de Melo · 12 years ago
  82. f62d3f0 perf event: No need to create a thread when handling PERF_RECORD_EXIT by Arnaldo Carvalho de Melo · 12 years ago
  83. 9d2f8e2 perf machine: Introduce find_thread method by Arnaldo Carvalho de Melo · 12 years ago
  84. 0c1fe6b perf tools: Have the page size value available for all tools by Arnaldo Carvalho de Melo · 12 years ago
  85. f924081 tools/power/turbostat: add option to count SMIs, re-name some options by Len Brown · 12 years ago
  86. 03a7beb epoll: support for disabling items, and a self-test app by Paton J. Lewis · 12 years ago
  87. 6e92349 perf diff: Display empty space for non paired samples by Jiri Olsa · 12 years ago
  88. d88c48f perf diff: Include samples without symbol in overall stats by Jiri Olsa · 12 years ago
  89. ed279da perf diff: Add -F option to display formula for computation by Jiri Olsa · 12 years ago
  90. 61949b2 perf diff: Add -p option to display period values for hist entries by Jiri Olsa · 12 years ago
  91. 81d5f95 perf diff: Add weighted diff computation way to compare hist entries by Jiri Olsa · 12 years ago
  92. 96c47f1 perf diff: Add option to sort entries based on diff computation by Jiri Olsa · 12 years ago
  93. 7aaf6b3 perf diff: Add ratio computation way to compare hist entries by Jiri Olsa · 12 years ago
  94. a06d143 perf diff: Add -b option for perf diff to display paired entries only by Jiri Olsa · 12 years ago
  95. f15eb53 perf trace: Add support for tracing workload given by command line by Namhyung Kim · 12 years ago
  96. ee76120 perf trace: Explicitly enable system-wide mode if no option is given by Namhyung Kim · 12 years ago
  97. 32caf0d perf trace: Validate target task/user/cpu argument by Namhyung Kim · 12 years ago
  98. c942ee2 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 12 years ago
  99. 139c081 perf hists: Add more helpers for hist entry stat by Namhyung Kim · 12 years ago
  100. c4b3535 perf hists: Move he->stat.nr_events initialization to a template by Namhyung Kim · 12 years ago