1. 9c9f5a2 perf tools: Introduce copyfile_offset() function by Namhyung Kim · 9 years ago
  2. 0b1de0be perf tools: Add rm_rf() utility function by Namhyung Kim · 9 years ago
  3. 8606606 perf tools: Elliminate alignment holes by Arnaldo Carvalho de Melo · 9 years ago
  4. 75e4a2a perf probe: Load map before glob matching by Wang Nan · 9 years ago
  5. 2f15bd8 perf tools: Fix "Command" sort_entry's cmp and collapse function by Jiri Olsa · 9 years ago
  6. c1b9034 perf tools: Fix dwarf-aux.c compilation on i386 by Jiri Olsa · 9 years ago
  7. f812d30 perf cgroup: Use atomic.h for refcounting by Arnaldo Carvalho de Melo · 9 years ago
  8. 7143849 perf evlist: Use atomic.h for the perf_mmap refcount by Arnaldo Carvalho de Melo · 9 years ago
  9. 59a51c1 perf machine: Stop accessing atomic_t::counter directly by Arnaldo Carvalho de Melo · 9 years ago
  10. 848cbd2 perf tools: Use atomic.h for the map_groups refcount by Arnaldo Carvalho de Melo · 9 years ago
  11. 70923bd perf tools: Make flex/bison calls honour V=1 by Jiri Olsa · 9 years ago
  12. 4fd113b perf report: Fix some option handling on --stdio by Namhyung Kim · 9 years ago
  13. d4c537e perf probe: Ignore tail calls to probed functions by Naveen N. Rao · 9 years ago
  14. 0ceb8f6 perf machine: No need to keep a refcnt for last_match by Arnaldo Carvalho de Melo · 9 years ago
  15. 7d5eaba perf probe: Show better error message when failed to find variable by He Kuang · 9 years ago
  16. 349e8d2 perf probe: Add --range option to show a variable's location range by He Kuang · 9 years ago
  17. fb9596d perf probe: Remove length limitation for showing available variables by He Kuang · 9 years ago
  18. f7dc7fd Merge branch 'perf/urgent' into perf/core, to resolve conflicts by Ingo Molnar · 9 years ago
  19. 4c85935 perf probe: Support glob wildcards for function name by Masami Hiramatsu · 9 years ago
  20. 6cfd1f6 perf probe: Add --no-inlines option to avoid searching inline functions by Masami Hiramatsu · 9 years ago
  21. ddb2f58 perf probe: Introduce probe_conf global configs by Masami Hiramatsu · 9 years ago
  22. 4422552 perf probe: Use perf_probe_event.target instead of passing as an argument by Masami Hiramatsu · 9 years ago
  23. b91fc39 perf machine: Protect the machine->threads with a rwlock by Arnaldo Carvalho de Melo · 9 years ago
  24. e1ed3a5 perf tools: Use atomic_t to implement thread__{get,put} refcnt by Arnaldo Carvalho de Melo · 9 years ago
  25. f8bffbf perf probe: Support $params special probe argument by Masami Hiramatsu · 9 years ago
  26. 5a51fcd perf probe: Skip kernel symbols which is out of .text by Masami Hiramatsu · 9 years ago
  27. 573709f perf probe: Make --line checks validate C-style function name by Masami Hiramatsu · 9 years ago
  28. b8dc398 perf probe: Fix a typo for the flags of open by Masami Hiramatsu · 9 years ago
  29. ae2cb1a perf probe: Fix to close probe_events file in error by Masami Hiramatsu · 9 years ago
  30. d8fce2d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  31. 1836ac8 Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  32. 3698dab perf tools: Move TUI-specific fields out of map_symbol by Namhyung Kim · 9 years ago
  33. c8539e3 perf tools: Introduce pstack_peek() by Namhyung Kim · 9 years ago
  34. d8a0f80 perf tools: Move init_have_children field to the unnamed union by Namhyung Kim · 9 years ago
  35. 2975082 perf tools: Move TUI-specific fields into unnamed union by Namhyung Kim · 9 years ago
  36. 307a464 perf probe: Allow to use filter on --del command by Masami Hiramatsu · 9 years ago
  37. 2dd6d8a perf record: Add AUX area tracing Snapshot Mode support by Adrian Hunter · 9 years ago
  38. d20031b perf tools: Add AUX area tracing Snapshot Mode by Adrian Hunter · 9 years ago
  39. 0ad21f6 perf tools: Add support for PERF_RECORD_ITRACE_START by Adrian Hunter · 9 years ago
  40. 4a96f7a perf tools: Add support for PERF_RECORD_AUX by Adrian Hunter · 9 years ago
  41. 53c76b0 perf auxtrace: Add option to synthesize events for transactions by Adrian Hunter · 9 years ago
  42. e31f0d0 perf tools: Add build option NO_AUXTRACE to exclude AUX area tracing by Adrian Hunter · 9 years ago
  43. e59d29e perf probe: Fix segfault if passed with ''. by Wang Nan · 9 years ago
  44. 99fa298 perf tools: Add AUX area tracing index by Adrian Hunter · 9 years ago
  45. b6a8964 perf probe: Accept filter argument for --list by Masami Hiramatsu · 9 years ago
  46. 3f51972 perf tools: Add strfilter__string to recover rules string by Masami Hiramatsu · 9 years ago
  47. 4e60a2c perf tools: Improve strfilter to append additional rules by Masami Hiramatsu · 9 years ago
  48. 3099c02 perf probe: Improve detection of file/function name in the probe pattern by Naveen N. Rao · 9 years ago
  49. 539f3aa perf tools: Fix bison-related build failure on CentOS 6 by Namhyung Kim · 9 years ago
  50. 468f3d2 perf symbols: Warn on build id mismatch by Naveen N. Rao · 9 years ago
  51. b72e74d perf evlist: Amend mmap ref counting for the AUX area mmap by Adrian Hunter · 9 years ago
  52. 7b6ff0b perf probe ppc64le: Fixup function entry if using kallsyms lookup by Naveen N. Rao · 9 years ago
  53. d5c2e2c perf probe ppc64le: Prefer symbol table lookup over DWARF by Naveen N. Rao · 9 years ago
  54. c50fc0a perf probe ppc64le: Fix ppc64 ABIv2 symbol decoding by Ananth N Mavinakayanahalli · 9 years ago
  55. 031b84c perf probe ppc: Enable matching against dot symbols automatically by Naveen N. Rao · 9 years ago
  56. fb6d594 perf probe ppc: Use the right prefix when ignoring SyS symbols on ppc by Naveen N. Rao · 9 years ago
  57. d233209 perf probe ppc: Fix symbol fixup issues due to ELF type by Naveen N. Rao · 9 years ago
  58. 6dbe31f perf probe: Remove all probes matches given pattern at once by Masami Hiramatsu · 9 years ago
  59. 87d650b perf tools: Add symbolic events support for parse_events_error by Jiri Olsa · 9 years ago
  60. 492d977 perf tools: Add tracepoint support for parse_events_error by Jiri Olsa · 9 years ago
  61. 3b0e371 perf tools: Add static terms support for parse_events_error by Jiri Olsa · 9 years ago
  62. e64b020 perf tools: Add term support for parse_events_error by Jiri Olsa · 9 years ago
  63. cecf3a2e perf tools: Add location to pmu event terms by Jiri Olsa · 9 years ago
  64. 36adec8 perf tools: Change parse_events_add_pmu interface by Jiri Olsa · 9 years ago
  65. c056ba6a perf tools: Always bail out when config_attr function fails by Jiri Olsa · 9 years ago
  66. 6297d42 perf tools: Add flex support for parse_events_error by Jiri Olsa · 9 years ago
  67. b39b839 perf tools: Add parse_events_error interface by Jiri Olsa · 9 years ago
  68. 70d73de perf tools: Add aux_watermark member of struct perf_event_attr by Adrian Hunter · 9 years ago
  69. 400ea6d perf script: Add field option 'flags' to print sample flags by Adrian Hunter · 9 years ago
  70. cfe9174 perf tools: Add member to struct dso for an instruction cache by Adrian Hunter · 9 years ago
  71. c3278f0 perf auxtrace: Add a hashtable for caching by Adrian Hunter · 9 years ago
  72. 73f75fb perf auxtrace: Add processing for AUX area tracing events by Adrian Hunter · 9 years ago
  73. f939715 perf auxtrace: Add a heap for sorting AUX area tracing queues by Adrian Hunter · 9 years ago
  74. e502789 perf auxtrace: Add helpers for queuing AUX area tracing data by Adrian Hunter · 9 years ago
  75. 85ed472 perf auxtrace: Add helpers for AUX area tracing errors by Adrian Hunter · 9 years ago
  76. f6986c95 perf session: Add instruction tracing options by Adrian Hunter · 9 years ago
  77. c446870 perf session: Add hooks to allow transparent decoding of AUX area tracing data by Adrian Hunter · 9 years ago
  78. e9bf54d perf tools: Add a user event for AUX area tracing errors by Adrian Hunter · 9 years ago
  79. e9db131 perf record: Extend -m option for AUX area tracing mmap pages by Adrian Hunter · 9 years ago
  80. 9e0cc4f perf auxtrace: Add support for AUX area recording by Adrian Hunter · 9 years ago
  81. a16ac02 perf tools: Add user events for AUX area tracing by Adrian Hunter · 9 years ago
  82. 718c602 perf evlist: Add support for mmapping an AUX area buffer by Adrian Hunter · 9 years ago
  83. 4025ea4 perf header: Add AUX area tracing feature by Adrian Hunter · 9 years ago
  84. d4ae421 perf data: Fix signedness of value by Wang Nan · 9 years ago
  85. e0a7cce perf data: Fix duplicate field names and avoid reserved keywords by Wang Nan · 9 years ago
  86. 8fa4675 perf data: Add support for setting ordered_events queue size by Jiri Olsa · 9 years ago
  87. 89e5fa8 perf data: Enable stream flush within processing by Jiri Olsa · 9 years ago
  88. 90e129f perf data: Switch to multiple cpu stream files by Sebastian Andrzej Siewior · 9 years ago
  89. c214105 perf data: Show error message when conversion failed by He Kuang · 9 years ago
  90. a0b404f perf diff: Make hist_entry_diff fields union by Namhyung Kim · 9 years ago
  91. cc5e461 perf hists: Get rid of position field from struct hist_entry by Namhyung Kim · 9 years ago
  92. d13855e perf probe: Fix bug with global variables handling by He Kuang · 9 years ago
  93. 96b90f2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  94. 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  95. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  96. f19e80c perf probe: Fix segfault when probe with lazy_line to file by He Kuang · 9 years ago
  97. 09ed897 perf probe: Find compilation directory path for lazy matching by Naohiro Aota · 9 years ago
  98. 9d7b45c perf probe: Set retprobe flag when probe in address-based alternative mode by He Kuang · 9 years ago
  99. 7b8283b5 perf evlist: Fix type for references to data_head/tail by David Ahern · 9 years ago
  100. 7afb3fa perf probe: Support multiple probes on different binaries by Masami Hiramatsu · 9 years ago