1. 879d77d Revert 'perf evlist: Fix creation of cpu map' by Namhyung Kim · 12 years ago
  2. aa22dd4 perf target: Rename functions to avoid double negation by Namhyung Kim · 12 years ago
  3. c46219ac perf annotate: Introduce ->free() method in ins_ops by Arnaldo Carvalho de Melo · 12 years ago
  4. 7a997fe perf annotate: Augment lock instruction output by Arnaldo Carvalho de Melo · 12 years ago
  5. a43712c perf annotate: Resolve symbols using objdump comment for single op ins by Arnaldo Carvalho de Melo · 12 years ago
  6. 6de783b perf annotate: Resolve symbols using objdump comment by Arnaldo Carvalho de Melo · 12 years ago
  7. 225466f perf probe: Provide perf interface for uprobes by Srikar Dronamraju · 12 years ago
  8. e8ea156 perf annotate: Use raw form for register indirect call instructions by Arnaldo Carvalho de Melo · 12 years ago
  9. 5dcefda 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
  10. 149936a Merge branch 'perf/annotate' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 12 years ago
  11. b9818e9 perf annotate browser: Compact 'nop' output by Arnaldo Carvalho de Melo · 12 years ago
  12. 5417072 perf annotate browser: Do raw printing in 'o'ffset in a single place by Arnaldo Carvalho de Melo · 12 years ago
  13. d67356e perf target: Consolidate target task/cpu checking by Namhyung Kim · 12 years ago
  14. 16ad2ff perf tools: Introduce perf_target__strerror() by Namhyung Kim · 12 years ago
  15. dfe78ad perf target: Introduce perf_target__parse_uid() by Namhyung Kim · 12 years ago
  16. 60bbdda perf target: Introduce perf_target_errno by Namhyung Kim · 12 years ago
  17. 55261f4 perf evlist: Fix creation of cpu map by Namhyung Kim · 12 years ago
  18. 9389a46 perf session: Fail on processing event with unknown size by Jiri Olsa · 12 years ago
  19. dc41b9b perf ui: Change fallback policy of setup_browser() by Namhyung Kim · 12 years ago
  20. 281ef54 perf ui: Add gtk2 support into setup_browser() by Namhyung Kim · 12 years ago
  21. 28e62b9 perf ui gtk: Rename functions for consistency by Namhyung Kim · 12 years ago
  22. 7706f96 perf ui gtk: Drop arg[cv] arguments from perf_gtk_setup_browser() by Namhyung Kim · 12 years ago
  23. 12864b3 perf target: Split out perf_target handling code by Namhyung Kim · 12 years ago
  24. 770a34a perf tools: Check more combinations of PID/TID, UID and CPU switches by Namhyung Kim · 12 years ago
  25. b809ac1 perf evlist: Make create_maps() take struct perf_target by Namhyung Kim · 12 years ago
  26. 4bd0f2d perf tools: Introduce perf_target__validate() helper by Namhyung Kim · 12 years ago
  27. fe9d18a perf top: Convert to struct perf_target by Namhyung Kim · 12 years ago
  28. bea0340 perf tools: Introduce struct perf_target by Namhyung Kim · 12 years ago
  29. c651214 perf tools: Fix include header files in util/parse-events.h by Robert Richter · 12 years ago
  30. afda0f9 perf build-id: Fix filename size calculation by Namhyung Kim · 12 years ago
  31. 1fa2e84 Merge tag 'perf-annotate-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 12 years ago
  32. fb29fa5 perf annotate: Mark jump instructions with no offset by Arnaldo Carvalho de Melo · 12 years ago
  33. 1c69818 parse-events: Rename struct record to struct pevent_record by Steven Rostedt · 12 years ago
  34. 4dc1024 perf/events: Add flag to produce nsec output by Steven Rostedt · 12 years ago
  35. aaf045f perf: Have perf use the new libtraceevent.a library by Steven Rostedt · 12 years ago
  36. 44d1a3e perf annotate: Disambiguage offsets and addresses in operands by Arnaldo Carvalho de Melo · 12 years ago
  37. 4ace73e perf: Separate out trace-cmd parse-events from perf files by Steven Rostedt · 12 years ago
  38. 3dbe927 Merge tag 'v3.4-rc4' into perf/core by Ingo Molnar · 12 years ago
  39. f3054c7 perf tools: Cleanup realloc use by Ulrich Drepper · 12 years ago
  40. d223288 perf annotate browser: Suppress the callq address by Arnaldo Carvalho de Melo · 12 years ago
  41. c7e6ead perf annotate: Group operands members by Arnaldo Carvalho de Melo · 12 years ago
  42. 33ff581 perf symbols: Read plt symbols from proper symtab_type binary by Jiri Olsa · 12 years ago
  43. 3f862fd perf annotate: Add missing jump variants by Arnaldo Carvalho de Melo · 12 years ago
  44. 61e04b3 perf annotate browser: Align jump labels by Arnaldo Carvalho de Melo · 12 years ago
  45. 1b2e2df perf symbols: Introduce symbol__size method by Arnaldo Carvalho de Melo · 12 years ago
  46. 28548d7 perf annotate: Introduce scnprintf ins_ops method by Arnaldo Carvalho de Melo · 12 years ago
  47. d86b059 perf annotate: Parse call targets earlier by Arnaldo Carvalho de Melo · 12 years ago
  48. 4f9d032 perf annotate: Disassembler instruction parsing by Arnaldo Carvalho de Melo · 12 years ago
  49. e7c72d8 perf tools: Add 'G' and 'H' modifiers to event parsing by Gleb Natapov · 12 years ago
  50. 5145418 perf annotate: Parse instruction by Arnaldo Carvalho de Melo · 12 years ago
  51. 29ed6e7 perf annotate: Rename objdump_line to disasm_line by Arnaldo Carvalho de Melo · 12 years ago
  52. 6782206 perf session: Skip event correctly for unknown id/machine by Jiri Olsa · 12 years ago
  53. 61d5bf5 perf tools: Fix thread map that is type pid_t by Robert Richter · 12 years ago
  54. e7b3ba6 perf tools: Move GTK+ bits to tools/perf/ui/gtk directory by Namhyung Kim · 12 years ago
  55. aca7a94 perf tools: Move UI bits to tools/perf/ui directory by Namhyung Kim · 12 years ago
  56. a31b7cc perf annotate: Fix a build error by Namhyung Kim · 12 years ago
  57. 7fb0a5e perf kvm: Finding struct machine fails for PERF_RECORD_MMAP by Nikunj A. Dadhania · 12 years ago
  58. d3d1f61 perf annotate browser: string search: /?n by Arnaldo Carvalho de Melo · 12 years ago
  59. cc68628 perf report: Correct display of samples and events in header by Ashay Rane · 12 years ago
  60. 08be4ee perf annotate browser: Initial support for navigating jump instructions by Arnaldo Carvalho de Melo · 12 years ago
  61. b0ffb2c perf ui annotate browser: Add list based search for addr offset by Arnaldo Carvalho de Melo · 12 years ago
  62. 6052170 perf ui annotate browser: Move callq handling to separate function by Arnaldo Carvalho de Melo · 12 years ago
  63. e235f3f perf ui annotate browser: Allow toggling addr offset view by Arnaldo Carvalho de Melo · 12 years ago
  64. 058b4cc perf annotate: Allow printing objdump line addr in different color by Arnaldo Carvalho de Melo · 12 years ago
  65. 0870916 perf ui browser: Return the current color when setting a new one by Arnaldo Carvalho de Melo · 12 years ago
  66. 31d68e7 perf annotate: Validate addr in symbol__inc_addr_samples by Arnaldo Carvalho de Melo · 12 years ago
  67. 8493fe1 perf hists browser: Fix NULL deref in hists browsing code by Jiri Olsa · 12 years ago
  68. 63fa471 perf hists: Catch and handle out-of-date hist entry maps. by David Miller · 12 years ago
  69. 8b84a56 perf annotate: Fix hist decay by Arnaldo Carvalho de Melo · 12 years ago
  70. 8ebfdf2 Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 12 years ago
  71. 65f3e56 perf tools: Remove auto-generated bison/flex files by Ingo Molnar · 12 years ago
  72. 64c17be perf annotate: Fix off by one symbol hist size allocation and hit accounting by Arnaldo Carvalho de Melo · 12 years ago
  73. cc96aa7 perf tools: Add missing ref-cycles event back to event parser by Namhyung Kim · 12 years ago
  74. f40a063 perf annotate: addr2line wants addresses in same format as objdump by David Miller · 12 years ago
  75. ba28c59 perf probe: Finder fails to resolve function name to address by Prashanth Nageshappa · 12 years ago
  76. 1e2dd2f perf symbols: Handle NULL dso in dso__name_len by David Miller · 12 years ago
  77. 3738d40 perf symbols: Do not include libgen.h by David Miller · 12 years ago
  78. fa30c96 perf tools: Fix bug in raw sample parsing by Stephane Eranian · 12 years ago
  79. 6d4818c perf tools: Fix display of first level of callchains by Frederic Weisbecker · 12 years ago
  80. 2c86bf1 perf tools: Switch module.h into export.h by Jiri Olsa · 12 years ago
  81. 7fd5239 Merge branch 'linus' into perf/urgent by Ingo Molnar · 12 years ago
  82. 307b1cd bitops: rename for_each_set_bit_cont() in favor of analogous list.h function by Akinobu Mita · 12 years ago
  83. 4bf9ce1 perf diff: Fix to work with new hists design by Jiri Olsa · 12 years ago
  84. 5d7be90 perf tools: Fix modifier to be applied on correct events by Jiri Olsa · 12 years ago
  85. 9fafd98 perf tools: Fix various casting issues for 32 bits by Jiri Olsa · 12 years ago
  86. 842f07f perf tools: Simplify event_read_id exit path by Borislav Petkov · 12 years ago
  87. 0d09eb7 Merge branch 'perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 12 years ago
  88. 9c2b957 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  89. c31a945 perf report: Add a simple GTK2-based 'perf report' browser by Pekka Enberg · 12 years ago
  90. f7e5410 perf ui browser: Clean lines inside of the input window by Namhyung Kim · 12 years ago
  91. 938a23a perf ui browser: Add 's' key to filter by symbol name by Namhyung Kim · 12 years ago
  92. aa49f6e perf ui browser: Introduce ui_browser__input_window by Namhyung Kim · 12 years ago
  93. e94d53e perf hists: Add hists__filter_by_symbol by Namhyung Kim · 12 years ago
  94. 5090c6a perf tools: Do not disable members of group event by Namhyung Kim · 12 years ago
  95. 5f537a2 perf tools: Add support to specify pmu style event by Jiri Olsa · 12 years ago
  96. cd82a32 perf tools: Add perf pmu object to access pmu format definition by Jiri Olsa · 12 years ago
  97. 8f707d8 perf tools: Add config options support for event parsing by Jiri Olsa · 12 years ago
  98. 89812fc perf tools: Add parser generator for events parsing by Jiri Olsa · 12 years ago
  99. eae7a75 perf tools, x86: Build perf on older user-space as well by Ingo Molnar · 12 years ago
  100. e7f01d1 perf tools: Use scnprintf where applicable by Arnaldo Carvalho de Melo · 12 years ago