1. 71db07b perf tools: Move mem_bswap32/64 to util.c by Adrian Hunter · 11 years ago
  2. c09ec62 perf evlist: Add can_select_event() method by Adrian Hunter · 11 years ago
  3. d645c44 perf header: Allow header->data_offset to be predetermined by Adrian Hunter · 11 years ago
  4. 1a47245 perf tools: Add perf_event_paranoid() by Adrian Hunter · 11 years ago
  5. c506c96 tools lib symbol: Start carving out symbol parsing routines from perf by Arnaldo Carvalho de Melo · 11 years ago
  6. ac5e7f8 perf symbols: Fix bug in usage of the basename() function by Stephane Eranian · 11 years ago
  7. 7d2a512 perf symbols: Rename filename argument by Arnaldo Carvalho de Melo · 11 years ago
  8. 3344996 perf symbols: Constify some DSO methods parameters by Arnaldo Carvalho de Melo · 11 years ago
  9. ee021d4 perf symbols: Set freed members to NULL in dso destructor by Arnaldo Carvalho de Melo · 11 years ago
  10. bf4414a perf symbols: Constify dso->long_name by Arnaldo Carvalho de Melo · 11 years ago
  11. 7e155d4 perf symbols: Remove open coded management of long_name_allocated member by Arnaldo Carvalho de Melo · 11 years ago
  12. 5230fb7 perf symbols: Set alloc flag close to setting the long_name by Arnaldo Carvalho de Melo · 11 years ago
  13. 58a98c9 perf symbols: Remove open coded management of short_name_allocated member by Adrian Hunter · 11 years ago
  14. 7521ab5 perf machine: Don't open code assign dso->short_name by Arnaldo Carvalho de Melo · 11 years ago
  15. c7282f2 perf symbols: Rename [sl]name_alloc to match the members they refer to by Arnaldo Carvalho de Melo · 11 years ago
  16. e1a2b17 perf kvm: Move code to generate filename for perf-kvm to function. by Dongsheng Yang · 11 years ago
  17. 1dbfa938 perf evlist: Fix mmap pages rounding to power of 2 by Adrian Hunter · 11 years ago
  18. f5ae9c4 perf evlist: Fix max mmap_pages by Adrian Hunter · 11 years ago
  19. 2bcab6c perf evlist: Remove unnecessary parentheses by Adrian Hunter · 11 years ago
  20. cc8fae1 perf script: Add an option to print the source line number by Adrian Hunter · 11 years ago
  21. a4eb24a perf script: Fix symoff printing in callchains by Adrian Hunter · 11 years ago
  22. f772abc perf tools: Overload pr_stat traceevent print function by Jiri Olsa · 11 years ago
  23. 97978b3 perf tools: Add trace-event global object for tracepoint interface by Jiri Olsa · 11 years ago
  24. 29f5ffd perf tools: Add trace-event object by Jiri Olsa · 11 years ago
  25. cef82c9 perf tools: Add filename__read_str util function by Jiri Olsa · 11 years ago
  26. 71ad958 tools lib traceevent: Change pevent_parse_format to include pevent handle by Jiri Olsa · 11 years ago
  27. a2cb3cf perf script: Do not call perf_event__preprocess_sample() twice) by Adrian Hunter · 11 years ago
  28. 779e24e perf symbols: Fix random fd closing with no libelf by Adrian Hunter · 11 years ago
  29. 9c105fb perf target: Move the checking of which map function to call into function. by Dongsheng Yang · 11 years ago
  30. 2f37573 perf tools: Remove condition in machine__get_kernel_start_addr. by Dongsheng Yang · 11 years ago
  31. 906049c8 perf tools: Do not disable source line lookup just because of 1 failure by Adrian Hunter · 11 years ago
  32. 0058aef perf symbols: Retain symbol source file name to lookup source line numbers by Adrian Hunter · 11 years ago
  33. 454ff00 perf symbols: Retain bfd reference to lookup source line numbers by Adrian Hunter · 11 years ago
  34. d88938e perf tools: Use asprintf instead of malloc plus snprintf by Adrian Hunter · 11 years ago
  35. 6f9a317 perf tools: Add perf_data_file__write interface by Jiri Olsa · 11 years ago
  36. bc3a502 perf tools: Add writen function by Jiri Olsa · 11 years ago
  37. 838d145 perf tools: Fine tune readn function by Jiri Olsa · 11 years ago
  38. 727ebd5 perf tools: Use correct return type for readn function by Jiri Olsa · 11 years ago
  39. 449867e perf symbols: Fix not finding kcore in buildid cache by Adrian Hunter · 11 years ago
  40. 3bfe5f8 perf tools: Export setup_list by David Ahern · 11 years ago
  41. 1f3878c perf thread: Move comm_list check into function by David Ahern · 11 years ago
  42. 82d1deb perf symbols: Move idle syms check from top to generic function by David Ahern · 11 years ago
  43. d2ff1b1 perf evsel: Skip ignored symbols while printing callchain by David Ahern · 11 years ago
  44. 6f8d67f perf timechart: Add backtrace support by Stanislav Fomichev · 11 years ago
  45. cbb2e81 perf timechart: Group figures and add title with details by Stanislav Fomichev · 11 years ago
  46. 167faf3 perf tools: Add option macro OPT_BOOLEAN_SET by Adrian Hunter · 11 years ago
  47. 4bc4379 perf tools: Allow '--inherit' as the negation of '--no-inherit' by Adrian Hunter · 11 years ago
  48. 3aa5939 perf record: Make per-cpu mmaps the default. by Adrian Hunter · 11 years ago
  49. 410136f tools/perf/stat: Add event unit and scale support by Stephane Eranian · 11 years ago
  50. 50a2740 perf header: Fix possible memory leaks in process_group_desc() by Namhyung Kim · 11 years ago
  51. 210e812 perf header: Fix bogus group name by Namhyung Kim · 11 years ago
  52. a5285ad perf tools: Tag thread comm as overriden by Frederic Weisbecker · 11 years ago
  53. 539e6bb perf record: Add an option to force per-cpu mmaps by Adrian Hunter · 11 years ago
  54. 37676af perf symbols: Limit max callchain using max_stack on DWARF unwinding too by Arnaldo Carvalho de Melo · 11 years ago
  55. d87fcb4 perf evsel: Introduce perf_evsel__prev() method by Arnaldo Carvalho de Melo · 11 years ago
  56. 9d4ecc8 perf tools: Synthesize anon MMAP records again by Don Zickus · 11 years ago
  57. b222213 perf tools: Remove trivial extra semincolon by Davidlohr Bueso · 11 years ago
  58. 555a098 Merge branch 'linus' into perf/urgent by Ingo Molnar · 11 years ago
  59. f47671e Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  60. 602ad87 perf target: Shorten perf_target__ to target__ by Arnaldo Carvalho de Melo · 11 years ago
  61. 33c2dcf perf evlist: Refactor mmap_pages parsing by David Ahern · 11 years ago
  62. 9639837 perf evlist: Round mmap pages to power 2 - v2 by David Ahern · 11 years ago
  63. 8973504 perf record: Fix segfault with --no-mmap-pages by David Ahern · 11 years ago
  64. df762ec Merge branch 'devel-stable' into for-next by Russell King · 11 years ago
  65. 7524f63 perf tools: Prevent condition that all sort keys are elided by Namhyung Kim · 11 years ago
  66. a33fbd5 perf machine: Simplify synthesize_threads method by Arnaldo Carvalho de Melo · 11 years ago
  67. 58d925d perf machine: Introduce synthesize_threads method out of open coded equivalent by Arnaldo Carvalho de Melo · 11 years ago
  68. 62605dc50 perf record: Synthesize non-exec MMAP records when --data used by Arnaldo Carvalho de Melo · 11 years ago
  69. ef50383 perf evsel: Remove idx parm from constructor by Arnaldo Carvalho de Melo · 11 years ago
  70. 8ce000e perf tools: Remove unneeded include by Rodrigo Campos · 11 years ago
  71. a614d01 perf tools: Fix version when building out of tree by David Ahern · 11 years ago
  72. 744a971 perf evsel: Ditch evsel->handler.data field by Arnaldo Carvalho de Melo · 11 years ago
  73. a94d342 tools/perf: Add required memory barriers by Peter Zijlstra · 11 years ago
  74. 316c713 perf tools: Finish the removal of 'self' arguments by Arnaldo Carvalho de Melo · 11 years ago
  75. 714647b perf tools: Check maximum frequency rate for record/top by Jiri Olsa · 11 years ago
  76. a986241 perf fs: Add procfs support by Jiri Olsa · 11 years ago
  77. cf38fad perf fs: Rename NAME_find_mountpoint() to NAME__mountpoint() by Arnaldo Carvalho de Melo · 11 years ago
  78. 4299a54 perf tools: Factor sysfs code into generic fs object by Jiri Olsa · 11 years ago
  79. 41a4e6e perf hists: Consolidate __hists__add_*entry() by Namhyung Kim · 11 years ago
  80. cc03c54 perf stat: Enhance option parse error message by Namhyung Kim · 11 years ago
  81. ac69762 perf tools: Show single option when failed to parse by Namhyung Kim · 11 years ago
  82. 42d8891 perf evsel: Synthesize PERF_SAMPLE_TRANSACTION by Adrian Hunter · 11 years ago
  83. 87b9552 perf evsel: Add missing overflow check for TRANSACTION by Adrian Hunter · 11 years ago
  84. 1e7ed5e perf evsel: Always use perf_evsel__set_sample_bit() by Adrian Hunter · 11 years ago
  85. 0263596 perf evlist: Add a debug print if event buffer mmap fails by Adrian Hunter · 11 years ago
  86. f852fd6 perf evsel: Add a debug print if perf_event_open fails by Adrian Hunter · 11 years ago
  87. 4dfced3 perf tools: Get current comm instead of last one by Namhyung Kim · 11 years ago
  88. fedd63d perf tools: Compare hists comm by addresses by Frederic Weisbecker · 11 years ago
  89. 1902efe perf tools: Add new COMM infrastructure by Frederic Weisbecker · 11 years ago
  90. 162f0be perf tools: Add time argument on COMM setting by Frederic Weisbecker · 11 years ago
  91. b9c5143 perf tools: Use an accessor to read thread comm by Frederic Weisbecker · 11 years ago
  92. 9ef0438 perf probe: Fix typo by Arnaldo Carvalho de Melo · 11 years ago
  93. 2a3ede8 Merge branch 'perf/urgent' into perf/core to fix conflicts by Ingo Molnar · 11 years ago
  94. 53805ec perf tools: Remove cast of non-variadic function to variadic by Michael Hudson-Doyle · 11 years ago
  95. aac8985 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  96. 8e50d38 perf tools: Fixup mmap event consumption by Zhouyi Zhou · 11 years ago
  97. 09b0fd4 perf record: Split -g and --call-graph by Jiri Olsa · 11 years ago
  98. 9754c4f perf hists: Add color overhead for stdio output buffer by Jiri Olsa · 11 years ago
  99. 2fd869f perf tools: Fix up /proc/PID/maps parsing by Arnaldo Carvalho de Melo · 11 years ago
  100. c0268e8 perf script python: Fix mem leak due to missing Py_DECREFs on dict entries by Joseph Schuchart · 11 years ago