1. 48bb5dc ftrace: Make recordmcount.c handle __fentry__ by Steven Rostedt · 13 years ago
  2. a0e0fac Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 12 years ago
  3. bcada3d Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 12 years ago
  4. 26198c2 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 12 years ago
  5. 000078b perf hists: Rename and move some functions by Namhyung Kim · 12 years ago
  6. 7ccf4f9 perf hists: Separate out hist print functions by Namhyung Kim · 12 years ago
  7. ed7e2c2 perf tools: Fix include order for bison/flex-generated C files by Ben Hutchings · 12 years ago
  8. f47b58b perf symbols: Fix builds with NO_LIBELF set by David Ahern · 12 years ago
  9. 1c09bf4 perf: silence GTK2 probing errors by David Ahern · 12 years ago
  10. e8d0f40 perf script perl/python: Fix libexec scripts path in Documentation by David Ahern · 12 years ago
  11. 2708bf3 perf ui gtk: Ensure not to call gtk_main_quit() twice by Namhyung Kim · 12 years ago
  12. db146f0 perf tools: Rename global variable 'events' in util/header.c by Robert Richter · 12 years ago
  13. 6606f87 perf tools: Rename some variables for better understanding by Robert Richter · 12 years ago
  14. ca1b145 perf tools: Report number of pmu type of unknown events by Robert Richter · 12 years ago
  15. f4d8343 perf tools: Fix type for evsel->ids and add size check for ids by Robert Richter · 12 years ago
  16. 0985a94 perf ui gtk: Add perf_gtk__show_helpline() for pr_* by Namhyung Kim · 12 years ago
  17. ed70c60 perf ui/gtk: Use helpline API in browser by Namhyung Kim · 12 years ago
  18. 4bb1646 perf ui gtk: Implement helpline_fns by Namhyung Kim · 12 years ago
  19. e6e9046 perf ui: Introduce struct ui_helpline by Namhyung Kim · 12 years ago
  20. c883122 perf tools: Let O= makes handle relative paths by Steven Rostedt · 12 years ago
  21. 0c21f73 perf evlist: Introduce evsel list accessors by Arnaldo Carvalho de Melo · 12 years ago
  22. 63dab22 perf evlist: Rename __group method to __set_leader by Arnaldo Carvalho de Melo · 12 years ago
  23. 905f5ee perf test: Add automated tests for event group parsing by Jiri Olsa · 12 years ago
  24. 6a4bb04 perf tools: Enable grouping logic for parsed events by Jiri Olsa · 12 years ago
  25. f5b1135 perf tools: Add support to update event modifier by Jiri Olsa · 12 years ago
  26. 89efb02 perf tools: Add support to parse event group syntax by Jiri Olsa · 12 years ago
  27. a619183 perf tools: Add missing files to build the python binding by Arnaldo Carvalho de Melo · 12 years ago
  28. d0d3913 perf script: Fix a NULL pointer dereference by Namhyung Kim · 12 years ago
  29. 0fe7d7e perf symbols: Add description of JIT interface by Andi Kleen · 12 years ago
  30. 3aafe5a perf symbols: Use both runtime and debug images by Cody P Schafer · 12 years ago
  31. 261360b perf symbols: Convert dso__load_syms to take 2 symsrc's by Cody P Schafer · 12 years ago
  32. d26cd12 perf symbols: Factor want_symtab out of dso__load_sym() by Cody P Schafer · 12 years ago
  33. a44f605 perf symbols: Switch dso__synthesize_plt_symbols() to use symsrc by Cody P Schafer · 12 years ago
  34. 005f929 perf symbols: Set symtab_type in dso__load_sym by Cody P Schafer · 12 years ago
  35. b68e2f9 perf symbols: Introduce symsrc structure. by Cody P Schafer · 12 years ago
  36. 21ea453 perf symbols: Track symtab_type of vmlinux by Cody P Schafer · 12 years ago
  37. 4927465 perf symbols: Avoid segfault in elf_strptr by Cody P Schafer · 12 years ago
  38. 515850e perf symbols: only set vmlinux longname & mark loaded if really loaded by Cody P Schafer · 12 years ago
  39. 0a0317b perf symbols: Simplify out_fixup in kernel syms loading by Cody P Schafer · 12 years ago
  40. 8215152 perf symbols: Remove unused 'end' arg in kallsyms parse cb by Cody P Schafer · 12 years ago
  41. 72f8620 perf symbols: Correct comment wrt kallsyms loading by Cody P Schafer · 12 years ago
  42. 261ee82 perf symbols: Remove unneeded call to dso__set_long_name() by Cody P Schafer · 12 years ago
  43. 52f9ddb perf symbols: Don't try to synthesize plt without dynstr by Cody P Schafer · 12 years ago
  44. 0f75a71 perf symbols: Remove unused function map__objdump_2ip by Cody P Schafer · 12 years ago
  45. 8db24c7 perf symbols: Only un-prelink non-zero symbols by Cody P Schafer · 12 years ago
  46. 26d3302 perf tools: Support for DWARF mode callchain by Jiri Olsa · 12 years ago
  47. 71ad0f5 perf tools: Support for DWARF CFI unwinding on post processing by Jiri Olsa · 12 years ago
  48. 0f6a301 perf tools: Support user regs and stack in sample parsing by Jiri Olsa · 12 years ago
  49. 6a40cd9 perf tools: Add libunwind dependency for DWARF CFI unwinding by Jiri Olsa · 12 years ago
  50. 2bcd355 perf tools: Add interface to arch registers sets by Jiri Olsa · 12 years ago
  51. 239cc47 perf tools: Adding PERF_ATTR_SIZE_VER2 to the header swap check by Jiri Olsa · 12 years ago
  52. d077526 perf: Add attribute to filter out callchains by Frederic Weisbecker · 12 years ago
  53. c5ebced perf: Add ability to attach user stack dump to sample by Jiri Olsa · 12 years ago
  54. 5685e0f perf: Add perf_output_skip function to skip bytes in sample by Jiri Olsa · 12 years ago
  55. 91d7753 perf: Factor __output_copy to be usable with specific copy function by Frederic Weisbecker · 12 years ago
  56. 4018994 perf: Add ability to attach user level registers dump to sample by Jiri Olsa · 12 years ago
  57. c5e6319 perf: Unified API to record selective sets of arch registers by Jiri Olsa · 12 years ago
  58. b691f64 perf symbols: Implement poor man's ELF parser by Namhyung Kim · 12 years ago
  59. 393be2e perf symbols: Support minimal build without libelf by Namhyung Kim · 12 years ago
  60. e5a1845 perf symbols: Split out util/symbol-elf.c by Namhyung Kim · 12 years ago
  61. 166ccc9 perf symbols: Introduce symbol__elf_init() by Namhyung Kim · 12 years ago
  62. b25085b perf tools: Fix /etc config related installation by Namhyung Kim · 12 years ago
  63. a3277d2 perf tools: Support for events bash completion by Frederic Weisbecker · 12 years ago
  64. 98a4179 perf tools: Initial bash completion support by Frederic Weisbecker · 12 years ago
  65. d25dcba perf lock record: improve message when tracepoints are not enabled by David Ahern · 12 years ago
  66. 87b6a3a perf script python: Correct handler check and spelling errors by Feng Tang · 12 years ago
  67. 0076d54 perf scripts python: Add event_analyzing_sample.py as a sample for general event handling by Feng Tang · 12 years ago
  68. 02f1c33 perf scripts python: Add a python library EventClass.py by Feng Tang · 12 years ago
  69. fd6b858 perf scripts python: Pass event/thread/dso name and symbol info to event handler in python by Feng Tang · 12 years ago
  70. 73994dc perf script: Replace "struct thread" with "struct addr_location" as a parameter for "process_event()" by Feng Tang · 12 years ago
  71. 6a6daec perf script: Add general python handler to process non-tracepoint events by Feng Tang · 12 years ago
  72. 2055fda perf list: Document precise event sampling for AMD IBS by Robert Richter · 12 years ago
  73. 75bc5ca perf list: Update documentation about raw event setup by Robert Richter · 12 years ago
  74. 0cf2601 tools lib traceevent: Fix cast from pointer to integer for 32 bit by Robert Richter · 12 years ago
  75. b527bab perf tools: Fix parsing of 64 bit raw config value for 32 bit by Robert Richter · 12 years ago
  76. 2ede830 perf tools: Fix lib/traceevent build dir with OUTPUT variable set by Robert Richter · 12 years ago
  77. e6b9783 perf tools: Fix version file for perf documentation with OUTPUT variable set by Robert Richter · 12 years ago
  78. 9782243 perf script: Stop using pevent directly by Arnaldo Carvalho de Melo · 12 years ago
  79. 7f7f8d0 perf sched: Use perf_sample by Arnaldo Carvalho de Melo · 12 years ago
  80. 01d9552 perf lock: Use evsel->tp_format and perf_sample by Arnaldo Carvalho de Melo · 12 years ago
  81. 22ad798 perf kmem: Use evsel->tp_format and perf_sample by Arnaldo Carvalho de Melo · 12 years ago
  82. fcf65bf perf evsel: Cache associated event_format by Arnaldo Carvalho de Melo · 12 years ago
  83. 8b6ee4c perf header: Set the tracepoint names on PERF_RECORD_HEADER_TRACING_DATA by Arnaldo Carvalho de Melo · 12 years ago
  84. dc4552b perf tools: Add dump_stack function by Arnaldo Carvalho de Melo · 12 years ago
  85. 87abb3b tracing/trivial: Fix some typos in kernel/trace by Wang Tianhong · 12 years ago
  86. 92d8d4a tracing/filter: Add missing initialization by Jiri Olsa · 12 years ago
  87. 3c18c10 tracing: Fix wakeup_rt self test on virtual machines by Steven Rostedt · 12 years ago
  88. a7cb886 perf hists browser: Add verbose mode hotkey by Arnaldo Carvalho de Melo · 12 years ago
  89. 8a06bf1 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
  90. e7882d6 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  91. fe7c805 missed mnt_drop_write() in do_dentry_open() by Al Viro · 12 years ago
  92. 5c57f20 UBIFS: nuke pdflush from comments by Artem Bityutskiy · 12 years ago
  93. e76e0ec gfs2: nuke pdflush from comments by Artem Bityutskiy · 12 years ago
  94. d97482e drbd: nuke pdflush from comments by Artem Bityutskiy · 12 years ago
  95. 166ac34 nilfs2: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  96. 50640bc hfs: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  97. 0d5c3eb vfs: nuke pdflush from comments by Artem Bityutskiy · 12 years ago
  98. 12810ad jbd/jbd2: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  99. b257031 btrfs: nuke pdflush from comments by Artem Bityutskiy · 12 years ago
  100. 34eaada btrfs: nuke write_super from comments by Artem Bityutskiy · 12 years ago