1. d0e7b85 perf: Build libtraceevent.a by Steven Rostedt · 13 years ago
  2. 4ace73e perf: Separate out trace-cmd parse-events from perf files by Steven Rostedt · 13 years ago
  3. 3dbe927 Merge tag 'v3.4-rc4' into perf/core by Ingo Molnar · 13 years ago
  4. e3b6193 perf archive: Correct cutting of symbolic link by Chanho Park · 13 years ago
  5. 77394ad perf tools: Ignore auto-generated bison/flex files by Namhyung Kim · 13 years ago
  6. 2a5204f perf tools: Fix parsers' rules to dependencies by Jiri Olsa · 13 years ago
  7. f755397 perf tools: fix NO_GTK2 Makefile config error by Stephane Eranian · 13 years ago
  8. 6782206 perf session: Skip event correctly for unknown id/machine by Jiri Olsa · 13 years ago
  9. 5a7ed29 perf record: Use sw counter only if hw pmu is not detected by Robert Richter · 13 years ago
  10. 61d5bf5 perf tools: Fix thread map that is type pid_t by Robert Richter · 13 years ago
  11. 666e6d4 perf stat: Declare some references static by Robert Richter · 13 years ago
  12. e7b3ba6 perf tools: Move GTK+ bits to tools/perf/ui/gtk directory by Namhyung Kim · 13 years ago
  13. aca7a94 perf tools: Move UI bits to tools/perf/ui directory by Namhyung Kim · 13 years ago
  14. a31b7cc perf annotate: Fix a build error by Namhyung Kim · 13 years ago
  15. 024e6c9 perf tools: Fix parsers' rules to dependencies by Jiri Olsa · 13 years ago
  16. 98d89bf tools: Add Makefile.include by Borislav Petkov · 13 years ago
  17. 7fb0a5e perf kvm: Finding struct machine fails for PERF_RECORD_MMAP by Nikunj A. Dadhania · 13 years ago
  18. 2381da7 perf tools: Ignore auto-generated bison/flex files by Namhyung Kim · 13 years ago
  19. d3d1f61 perf annotate browser: string search: /?n by Arnaldo Carvalho de Melo · 13 years ago
  20. cc68628 perf report: Correct display of samples and events in header by Ashay Rane · 13 years ago
  21. 08be4ee perf annotate browser: Initial support for navigating jump instructions by Arnaldo Carvalho de Melo · 13 years ago
  22. b0ffb2c perf ui annotate browser: Add list based search for addr offset by Arnaldo Carvalho de Melo · 13 years ago
  23. 6052170 perf ui annotate browser: Move callq handling to separate function by Arnaldo Carvalho de Melo · 13 years ago
  24. e235f3f perf ui annotate browser: Allow toggling addr offset view by Arnaldo Carvalho de Melo · 13 years ago
  25. 058b4cc perf annotate: Allow printing objdump line addr in different color by Arnaldo Carvalho de Melo · 13 years ago
  26. 0870916 perf ui browser: Return the current color when setting a new one by Arnaldo Carvalho de Melo · 13 years ago
  27. 31d68e7 perf annotate: Validate addr in symbol__inc_addr_samples by Arnaldo Carvalho de Melo · 13 years ago
  28. 8493fe1 perf hists browser: Fix NULL deref in hists browsing code by Jiri Olsa · 13 years ago
  29. 63fa471 perf hists: Catch and handle out-of-date hist entry maps. by David Miller · 13 years ago
  30. 8b84a56 perf annotate: Fix hist decay by Arnaldo Carvalho de Melo · 13 years ago
  31. 4bea8b5 perf top: Add intel_idle to the skip list by Arnaldo Carvalho de Melo · 13 years ago
  32. 7b78f13 perf tools: Fix getrusage() related build failure on glibc trunk by Markus Trippelsdorf · 13 years ago
  33. 8ebfdf2 Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 13 years ago
  34. 65f3e56 perf tools: Remove auto-generated bison/flex files by Ingo Molnar · 13 years ago
  35. 64c17be perf annotate: Fix off by one symbol hist size allocation and hit accounting by Arnaldo Carvalho de Melo · 13 years ago
  36. cc96aa7 perf tools: Add missing ref-cycles event back to event parser by Namhyung Kim · 13 years ago
  37. f40a063 perf annotate: addr2line wants addresses in same format as objdump by David Miller · 13 years ago
  38. ba28c59 perf probe: Finder fails to resolve function name to address by Prashanth Nageshappa · 13 years ago
  39. 1e2dd2f perf symbols: Handle NULL dso in dso__name_len by David Miller · 13 years ago
  40. 3738d40 perf symbols: Do not include libgen.h by David Miller · 13 years ago
  41. fa30c96 perf tools: Fix bug in raw sample parsing by Stephane Eranian · 13 years ago
  42. 6d4818c perf tools: Fix display of first level of callchains by Frederic Weisbecker · 13 years ago
  43. 2c86bf1 perf tools: Switch module.h into export.h by Jiri Olsa · 13 years ago
  44. 7fd5239 Merge branch 'linus' into perf/urgent by Ingo Molnar · 13 years ago
  45. 307b1cd bitops: rename for_each_set_bit_cont() in favor of analogous list.h function by Akinobu Mita · 13 years ago
  46. 4bf9ce1 perf diff: Fix to work with new hists design by Jiri Olsa · 13 years ago
  47. 5d7be90 perf tools: Fix modifier to be applied on correct events by Jiri Olsa · 13 years ago
  48. 9fafd98 perf tools: Fix various casting issues for 32 bits by Jiri Olsa · 13 years ago
  49. 842f07f perf tools: Simplify event_read_id exit path by Borislav Petkov · 13 years ago
  50. 0d09eb7 Merge branch 'perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 13 years ago
  51. 9c2b957 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  52. c31a945 perf report: Add a simple GTK2-based 'perf report' browser by Pekka Enberg · 13 years ago
  53. fde0eea perf report: Document --symbol-filter option by Namhyung Kim · 13 years ago
  54. f7e5410 perf ui browser: Clean lines inside of the input window by Namhyung Kim · 13 years ago
  55. 6db6127 perf report: Treat an argument as a symbol filter by Namhyung Kim · 13 years ago
  56. b14ffac perf report: Add --symbol-filter option by Namhyung Kim · 13 years ago
  57. 938a23a perf ui browser: Add 's' key to filter by symbol name by Namhyung Kim · 13 years ago
  58. aa49f6e perf ui browser: Introduce ui_browser__input_window by Namhyung Kim · 13 years ago
  59. e94d53e perf hists: Add hists__filter_by_symbol by Namhyung Kim · 13 years ago
  60. 5090c6a perf tools: Do not disable members of group event by Namhyung Kim · 13 years ago
  61. 4c19ea4 perf stat: Fix event grouping on forked task by Namhyung Kim · 13 years ago
  62. 5f537a2 perf tools: Add support to specify pmu style event by Jiri Olsa · 13 years ago
  63. cd82a32 perf tools: Add perf pmu object to access pmu format definition by Jiri Olsa · 13 years ago
  64. 8f707d8 perf tools: Add config options support for event parsing by Jiri Olsa · 13 years ago
  65. 89812fc perf tools: Add parser generator for events parsing by Jiri Olsa · 13 years ago
  66. 4a3d2d9 perf tools: Adjust make rules by Jan Beulich · 13 years ago
  67. eae7a75 perf tools, x86: Build perf on older user-space as well by Ingo Molnar · 13 years ago
  68. e7f01d1 perf tools: Use scnprintf where applicable by Arnaldo Carvalho de Melo · 13 years ago
  69. b832796 perf tools: Incorrect use of snprintf results in SEGV by Anton Blanchard · 13 years ago
  70. 8aa8a7c perf record: Fix buffer overrun bug in tracepoint_id_to_path() by Stephane Eranian · 13 years ago
  71. bea95c1 Merge branch 'perf/hw-branch-sampling' into perf/core by Ingo Molnar · 13 years ago
  72. 24bff2d perf report: Fix annotate double quit issue in branch view mode by Stephane Eranian · 13 years ago
  73. 8bcd65f perf report: Remove duplicate annotate choice in branch view mode by Stephane Eranian · 13 years ago
  74. a68c2c5 perf report: Enable TUI in branch view mode by Stephane Eranian · 13 years ago
  75. 993ac88 perf report: Auto-detect branch stack sampling mode by Stephane Eranian · 13 years ago
  76. 330aa67 perf record: Add HEADER_BRANCH_STACK tag by Stephane Eranian · 13 years ago
  77. a5aabda perf record: Provide default branch stack sampling mode option by Stephane Eranian · 13 years ago
  78. 114382a perf tools: Make perf able to read files from older ABIs by Stephane Eranian · 13 years ago
  79. 62db906 perf tools: Fix ABI compatibility bug in print_event_desc() by Stephane Eranian · 13 years ago
  80. 69996df perf tools: Enable reading of perf.data files from different ABI rev by Stephane Eranian · 13 years ago
  81. b50311d perf report: Add support for taken branch sampling by Roberto Agostino Vitillo · 13 years ago
  82. bdfebd8 perf record: Add support for sampling taken branch by Roberto Agostino Vitillo · 13 years ago
  83. b538752 perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK by Roberto Agostino Vitillo · 13 years ago
  84. ff2a661 perf annotate: Add missing newline on error message by Namhyung Kim · 13 years ago
  85. 824ac0e perf annotate: Fix help string on tui by Namhyung Kim · 13 years ago
  86. 142cfbd perf annotate: Restore title when came back to original symbol by Namhyung Kim · 13 years ago
  87. ef7c537 perf annotate: Handle lower case key code in annotate_browser__run() by Namhyung Kim · 13 years ago
  88. 58e817d perf annotate: Print asm code as blue when source code is displayed by Namhyung Kim · 13 years ago
  89. 67cbbd7 perf tools: Add descriptions of missing Makefile arguments by Namhyung Kim · 13 years ago
  90. 41c21a6 perf evlist: Restore original errno after open failed by Namhyung Kim · 13 years ago
  91. 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  92. bc76efe perf tools: Handle kernels that don't support attr.exclude_{guest,host} by Arnaldo Carvalho de Melo · 13 years ago
  93. 8f54ed4 perf tools: Change perf_guest default back to false by Joerg Roedel · 13 years ago
  94. 6e557a6 perf record: No build id option fails by David Ahern · 13 years ago
  95. 1c1bc92 perf probe: Ensure offset provided is not greater than function length without DWARF info too by Prashanth Nageshappa · 13 years ago
  96. cfbd70c perf tools: Ensure comm string is properly terminated by David Ahern · 13 years ago
  97. 26b7952 perf probe: Ensure offset provided is not greater than function length by Prashanth Nageshappa · 13 years ago
  98. 30e68bc perf evlist: Return first evsel for non-sample event on old kernel by Namhyung Kim · 13 years ago
  99. 6b1bee9 perf tools: fix broken perf record -a mode by Stephane Eranian · 13 years ago
  100. dfd3b1e perf tools: Remove duplicated string.h includes by Danny Kukawka · 13 years ago