1. 32cb0dd perf probe: Correct probe syntax on command line help by Masami Hiramatsu · 14 years ago
  2. 2a9c8c3 perf probe: Add lazy line matching support by Masami Hiramatsu · 14 years ago
  3. 5c8d1cb perf probe: Show more lines after last line by Masami Hiramatsu · 14 years ago
  4. 161a26b perf probe: Check function address range strictly in line finder by Masami Hiramatsu · 14 years ago
  5. e92b85e perf probe: Use libdw callback routines by Masami Hiramatsu · 14 years ago
  6. 804b360 perf probe: Use elfutils-libdw for analyzing debuginfo by Masami Hiramatsu · 14 years ago
  7. 81cb8aa perf probe: Rename probe finder functions by Masami Hiramatsu · 14 years ago
  8. 3cb8bc6 perf probe: Fix bugs in line range finder by Masami Hiramatsu · 14 years ago
  9. ee391de perf probe: Update perf probe document by Masami Hiramatsu · 14 years ago
  10. f3ab481 perf probe: Do not show --line option without dwarf support by Masami Hiramatsu · 14 years ago
  11. b26486b kprobes: Add documents of jump optimization by Masami Hiramatsu · 14 years ago
  12. c0f7ac3 kprobes/x86: Support kprobes jump optimization on x86 by Masami Hiramatsu · 14 years ago
  13. 3d55cc8 x86: Add text_poke_smp for SMP cross modifying code by Masami Hiramatsu · 14 years ago
  14. f007ea2 kprobes/x86: Cleanup save/restore registers by Masami Hiramatsu · 14 years ago
  15. 0f94eb6 kprobes/x86: Boost probes when reentering by Masami Hiramatsu · 14 years ago
  16. b2be84d kprobes: Jump optimization sysctl interface by Masami Hiramatsu · 14 years ago
  17. afd6625 kprobes: Introduce kprobes jump optimization by Masami Hiramatsu · 14 years ago
  18. 4610ee1 kprobes: Introduce generic insn_slot framework by Masami Hiramatsu · 14 years ago
  19. d498f76 kprobes/x86: Cleanup RELATIVEJUMP_INSTRUCTION to RELATIVEJUMP_OPCODE by Masami Hiramatsu · 14 years ago
  20. 628ada0 perf annotate: Defer allocating sym_priv->hist array by Arnaldo Carvalho de Melo · 14 years ago
  21. 3846df2 perf symbols: Improve debugging information about symtab origins by Arnaldo Carvalho de Melo · 14 years ago
  22. c7ad21a perf top: Use a macro instead of a constant variable by Arnaldo Carvalho de Melo · 14 years ago
  23. 37fe5fc perf symbols: Check the right return variable by Zhang, Yanmin · 14 years ago
  24. c2fbaa4 perf/scripts: Tag syscall_name helper as not yet available by Frederic Weisbecker · 14 years ago
  25. cff68e5 perf/scripts: Add perf-trace-python Documentation by Tom Zanussi · 14 years ago
  26. 44ad9cd perf/scripts: Remove unnecessary PyTuple resizes by Tom Zanussi · 14 years ago
  27. 4d161f0 perf/scripts: Add syscall tracing scripts by Tom Zanussi · 14 years ago
  28. 7e4b21b perf/scripts: Add Python scripting engine by Tom Zanussi · 14 years ago
  29. 266fe2f perf/scripts: Remove check-perf-trace from listed scripts by Tom Zanussi · 14 years ago
  30. 82d156c perf/scripts: Move Perl scripting files to scripting-engines dir by Tom Zanussi · 14 years ago
  31. 7397d80 perf/scripts: Move common code out of Perl-specific files by Tom Zanussi · 14 years ago
  32. e26207a perf/scripts: Fix bug in Util.pm by Tom Zanussi · 14 years ago
  33. f526d68 perf/scripts: Fix supported language listing option by Tom Zanussi · 14 years ago
  34. faa5c5c perf tools: Don't use parent comm if not set at fork time by Arnaldo Carvalho de Melo · 14 years ago
  35. 10fe12e perf symbols: Fix up map end too on modular kernels with no modules installed by Arnaldo Carvalho de Melo · 14 years ago
  36. f7e7ee3 perf record: Fix existing process callgraph symbol by austin_zhang@linux.intel.com · 14 years ago
  37. 076dc4a x86/alternatives: Fix build warning by Masami Hiramatsu · 14 years ago
  38. 5f48536 perf top: Use address pattern in lookup_sym_source by Arnaldo Carvalho de Melo · 14 years ago
  39. ee11b90 perf top: Fix annotate for userspace by Kirill Smelkov · 14 years ago
  40. 5ecaafd kprobes: Add mcount to the kprobes blacklist by Masami Hiramatsu · 14 years ago
  41. 2161db9 perf tools: Fix session init on non-modular kernels by Ingo Molnar · 14 years ago
  42. f887f30 perf tools: Clean up O_LARGEFILE et al usage by Xiao Guangrong · 14 years ago
  43. 447a194 perf_events, x86: Fix bug in hw_perf_enable() by Stephane Eranian · 14 years ago
  44. fce877e bitops: Ensure the compile time HWEIGHT is only used for such by Peter Zijlstra · 14 years ago
  45. 8c48e44 perf_events, x86: Implement intel core solo/duo support by Peter Zijlstra · 14 years ago
  46. 9717e6c perf_events: Optimize perf_event_task_tick() by Peter Zijlstra · 14 years ago
  47. f24bb99 ftrace: Remove record freezing by Masami Hiramatsu · 14 years ago
  48. 4554dbc kprobes: Check probe address is reserved by Masami Hiramatsu · 14 years ago
  49. 2cfa197 ftrace/alternatives: Introducing *_text_reserved functions by Masami Hiramatsu · 14 years ago
  50. 615d0eb kprobes: Disable booster when CONFIG_PREEMPT=y by Masami Hiramatsu · 14 years ago
  51. 57d8188 perf annotate: Fix perf top module symbol annotation by Mike Galbraith · 14 years ago
  52. 6cff0e8 perf top: Teach it to autolocate vmlinux by Kirill Smelkov · 14 years ago
  53. 7a2b620 perf annotate: Fix it for non-prelinked *.so by Kirill Smelkov · 14 years ago
  54. 29a9f66 perf tools: Adjust some verbosity levels by Arnaldo Carvalho de Melo · 14 years ago
  55. 6122e4e perf record: Stop intercepting events, use postprocessing to get build-ids by Arnaldo Carvalho de Melo · 14 years ago
  56. 7b2567c perf build-id: Move the routine to find DSOs with hits to the lib by Arnaldo Carvalho de Melo · 14 years ago
  57. 8ad94c6 perf probe: Don't use a perf_session instance just to resolve symbols by Arnaldo Carvalho de Melo · 14 years ago
  58. 8d92c02 perf symbols: Ditch vdso global variable by Arnaldo Carvalho de Melo · 14 years ago
  59. 6275ce2 perf symbols: Fixup vsyscall maps by Arnaldo Carvalho de Melo · 14 years ago
  60. 9de89fe perf symbols: Remove perf_session usage in symbols layer by Arnaldo Carvalho de Melo · 14 years ago
  61. b8f46c5 perf tools: Use O_LARGEFILE to open perf data file by Xiao Guangrong · 14 years ago
  62. 59f411b perf lock: Clean up various details by Ingo Molnar · 14 years ago
  63. 9b5e350 perf lock: Introduce new tool "perf lock", for analyzing lock statistics by Hitoshi Mitake · 14 years ago
  64. c965be1 perf lock: Enhance information of lock trace events by Hitoshi Mitake · 14 years ago
  65. 18e97e0 perf: Add util/include/linuxhash.h to include hash.h of kernel by Hitoshi Mitake · 14 years ago
  66. 86d8d29 perf tools: Add __data_loc support by Hitoshi Mitake · 14 years ago
  67. a8e6f73 Revert "perf record: Intercept all events" by Hitoshi Mitake · 14 years ago
  68. 6a1b751 perf: Ignore perf-archive temp file by John Kacur · 14 years ago
  69. 4c57415 tools/perf/perf.c: Clean up trivial style issues by Thiago Farina · 14 years ago
  70. ae7f671 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  71. 64abebf perf session: Create kernel maps in the constructor by Arnaldo Carvalho de Melo · 14 years ago
  72. fd1d908 perf symbols: Split helpers used when creating kernel dso object by Arnaldo Carvalho de Melo · 14 years ago
  73. a19afe4 perf symbols: Factor out dso__load_vmlinux_path() by Arnaldo Carvalho de Melo · 14 years ago
  74. 72b8fa1 perf top: Exit if specified --vmlinux can't be used by Arnaldo Carvalho de Melo · 14 years ago
  75. 75c9f32 perf_events: Fix sample_period transfer on inherit by Peter Zijlstra · 14 years ago
  76. 18c01f8 perf_events, x86: Remove spurious counter reset from x86_pmu_enable() by Peter Zijlstra · 14 years ago
  77. 452a339 perf_events, x86: Implement Intel Westmere support by Peter Zijlstra · 14 years ago
  78. 1a6e21f perf_events, x86: Clean up hw_perf_*_all() implementation by Peter Zijlstra · 14 years ago
  79. ed8777f perf_events, x86: Fix event constraint masks by Peter Zijlstra · 14 years ago
  80. 2e84187 perf_event: x86: Deduplicate the disable code by Peter Zijlstra · 14 years ago
  81. 184f412 perf, x86: Clean up event constraints code a bit by Ingo Molnar · 14 years ago
  82. 6c9687a perf_event: x86: Optimize x86_pmu_disable() by Peter Zijlstra · 14 years ago
  83. c933c1a perf_event: x86: Optimize the fast path a little more by Peter Zijlstra · 14 years ago
  84. 272d30b perf_event: x86: Optimize constraint weight computation by Peter Zijlstra · 14 years ago
  85. 63b1464 perf_event: x86: Optimize the constraint searching bits by Peter Zijlstra · 14 years ago
  86. 9f41699 bitops: Provide compile time HWEIGHT{8,16,32,64} by Peter Zijlstra · 14 years ago
  87. 8433be1 perf_event: x86: Reduce some overly long lines with some MACROs by Peter Zijlstra · 14 years ago
  88. c91e0f5 perf_event: x86: Clean up some of the u64/long bitmask casting by Peter Zijlstra · 14 years ago
  89. 81269a0 perf_event: x86: Fixup constraints typing issue by Peter Zijlstra · 14 years ago
  90. 502568d perf_event: x86: Allocate the fake_cpuc by Peter Zijlstra · 14 years ago
  91. 8113070 perf_events: Add fast-path to the rescheduling code by Stephane Eranian · 14 years ago
  92. 1da53e0 perf_events, x86: Improve x86 event scheduling by Stephane Eranian · 15 years ago
  93. e0e53db x86/hw-breakpoints: Optimize return code from notifier chain in hw_breakpoint_handler by K.Prasad · 14 years ago
  94. 40f9249 x86/debug: Clear reserved bits of DR6 in do_debug() by K.Prasad · 14 years ago
  95. 1e12a4a tracing/kprobe: Cleanup unused return value of tracing functions by Xiao Guangrong · 14 years ago
  96. 430ad5a perf: Factorize trace events raw sample buffer operations by Xiao Guangrong · 14 years ago
  97. 339ce1a perf: Fix inconsistency between IP and callchain sampling by Anton Blanchard · 15 years ago
  98. b23ff0e hw_breakpoints: Release the bp slot if arch_validate_hwbkpt_settings() fails. by Mahesh Salgaonkar · 14 years ago
  99. 408f0d1 perf trace: Add -i option for choosing input file by Hitoshi Mitake · 14 years ago
  100. 19fc2de perf symbols: Use the right variable to check for kallsyms in the cache by Arnaldo Carvalho de Melo · 14 years ago