1. 74cf249 perf tools: Use zfree to help detect use after free bugs by Arnaldo Carvalho de Melo · 11 years ago
  2. 0466252 perf tools: Introduce zfree by Arnaldo Carvalho de Melo · 11 years ago
  3. f538565 perf tools: No need to test against NULL before calling free() by Arnaldo Carvalho de Melo · 11 years ago
  4. fb7345b perf probe: Support basic dwarf-based operations on uprobe events by Masami Hiramatsu · 11 years ago
  5. 8a613d4 perf probe: Expand given path to absolute path by Masami Hiramatsu · 11 years ago
  6. c239c25a perf tools: Do not synthesize the treads of default guest. by Dongsheng Yang · 11 years ago
  7. f5db57c4 perf tools: Use machine->pid for tgid if machine is guest. by Dongsheng Yang · 11 years ago
  8. 73547aa perf tools: Set event->header.misc to PERF_RECORD_MISC_GUEST_USER if machine is guest. by Dongsheng Yang · 11 years ago
  9. 9956346 perf tools: Find the proc info under machine->root_dir. by Dongsheng Yang · 11 years ago
  10. fb50bb4 perf tools: Add support for PERF_RECORD_MISC_GUEST_USER in thread__find_addr_map(). by Dongsheng Yang · 11 years ago
  11. ad85ace perf kvm: Fix kvm report without guestmount. by Dongsheng Yang · 11 years ago
  12. cc22e57 perf symbols: Add 'machine' member to struct addr_location by Arnaldo Carvalho de Melo · 11 years ago
  13. 8853a1b perf scripting perl: Shorten function signatures by Arnaldo Carvalho de Melo · 11 years ago
  14. b7fff6b5 perf scripting python: Shorten function signatures by Arnaldo Carvalho de Melo · 11 years ago
  15. b400679 perf tools: Rename 'perf_record_opts' to 'record_opts by Arnaldo Carvalho de Melo · 11 years ago
  16. 73db8f8 perf tools: Get rid of a duplicate va_end() in error reporting routine by Namhyung Kim · 11 years ago
  17. 44e8303 perf annotate: Make symbol__inc_addr_samples private by Arnaldo Carvalho de Melo · 11 years ago
  18. f626adf perf annotate: Adopt methods from hists by Arnaldo Carvalho de Melo · 11 years ago
  19. 0f4e7a2 perf annotate: Add inc_samples method to addr_map_symbol by Arnaldo Carvalho de Melo · 11 years ago
  20. b66d8c0 perf annotate: Auto allocate symbol per addr hist buckets by Arnaldo Carvalho de Melo · 11 years ago
  21. f1cbf78 perf hists: Do not pass period and weight to add_hist_entry() by Namhyung Kim · 11 years ago
  22. 68f6d02 perf sort: Do not compare dso again by Namhyung Kim · 11 years ago
  23. 2037be5 perf sort: Compare addresses if no symbol info by Namhyung Kim · 11 years ago
  24. 5f70619 perf symbols: Use consistent name for the DSO binary type member by Arnaldo Carvalho de Melo · 11 years ago
  25. e57a2df perf timechart: Add --highlight option by Stanislav Fomichev · 11 years ago
  26. ee4e962 perf symbols: Clarify method to get DSO binary_type filename by Arnaldo Carvalho de Melo · 11 years ago
  27. 631d34b perf symbols: Remove needless static binary_type array by Arnaldo Carvalho de Melo · 11 years ago
  28. c507999 perf timechart: Add support for topology by Stanislav Fomichev · 11 years ago
  29. de99622 perf timechart: Print pid along the name by Stanislav Fomichev · 11 years ago
  30. 8b6dcca perf timechart: Add backtrace support to CPU info by Stanislav Fomichev · 11 years ago
  31. 553873e tools/: Convert to new topic libraries by Borislav Petkov · 11 years ago
  32. a025e4f perf evlist: Add perf_evlist__to_front() by Adrian Hunter · 11 years ago
  33. 8d00be8 perf tools: Fix inverted error verification bug in thread__fork by David Ahern · 11 years ago
  34. 71db07b perf tools: Move mem_bswap32/64 to util.c by Adrian Hunter · 11 years ago
  35. c09ec62 perf evlist: Add can_select_event() method by Adrian Hunter · 11 years ago
  36. d645c44 perf header: Allow header->data_offset to be predetermined by Adrian Hunter · 11 years ago
  37. 1a47245 perf tools: Add perf_event_paranoid() by Adrian Hunter · 11 years ago
  38. c506c96 tools lib symbol: Start carving out symbol parsing routines from perf by Arnaldo Carvalho de Melo · 11 years ago
  39. ac5e7f8 perf symbols: Fix bug in usage of the basename() function by Stephane Eranian · 11 years ago
  40. 7d2a512 perf symbols: Rename filename argument by Arnaldo Carvalho de Melo · 11 years ago
  41. 3344996 perf symbols: Constify some DSO methods parameters by Arnaldo Carvalho de Melo · 11 years ago
  42. ee021d4 perf symbols: Set freed members to NULL in dso destructor by Arnaldo Carvalho de Melo · 11 years ago
  43. bf4414a perf symbols: Constify dso->long_name by Arnaldo Carvalho de Melo · 11 years ago
  44. 7e155d4 perf symbols: Remove open coded management of long_name_allocated member by Arnaldo Carvalho de Melo · 11 years ago
  45. 5230fb7 perf symbols: Set alloc flag close to setting the long_name by Arnaldo Carvalho de Melo · 11 years ago
  46. 58a98c9 perf symbols: Remove open coded management of short_name_allocated member by Adrian Hunter · 11 years ago
  47. 7521ab5 perf machine: Don't open code assign dso->short_name by Arnaldo Carvalho de Melo · 11 years ago
  48. c7282f2 perf symbols: Rename [sl]name_alloc to match the members they refer to by Arnaldo Carvalho de Melo · 11 years ago
  49. e1a2b17 perf kvm: Move code to generate filename for perf-kvm to function. by Dongsheng Yang · 11 years ago
  50. 1dbfa938 perf evlist: Fix mmap pages rounding to power of 2 by Adrian Hunter · 11 years ago
  51. f5ae9c4 perf evlist: Fix max mmap_pages by Adrian Hunter · 11 years ago
  52. 2bcab6c perf evlist: Remove unnecessary parentheses by Adrian Hunter · 11 years ago
  53. cc8fae1 perf script: Add an option to print the source line number by Adrian Hunter · 11 years ago
  54. a4eb24a perf script: Fix symoff printing in callchains by Adrian Hunter · 11 years ago
  55. f772abc perf tools: Overload pr_stat traceevent print function by Jiri Olsa · 11 years ago
  56. 97978b3 perf tools: Add trace-event global object for tracepoint interface by Jiri Olsa · 11 years ago
  57. 29f5ffd perf tools: Add trace-event object by Jiri Olsa · 11 years ago
  58. cef82c9 perf tools: Add filename__read_str util function by Jiri Olsa · 11 years ago
  59. 71ad958 tools lib traceevent: Change pevent_parse_format to include pevent handle by Jiri Olsa · 11 years ago
  60. a2cb3cf perf script: Do not call perf_event__preprocess_sample() twice) by Adrian Hunter · 11 years ago
  61. 779e24e perf symbols: Fix random fd closing with no libelf by Adrian Hunter · 11 years ago
  62. 9c105fb perf target: Move the checking of which map function to call into function. by Dongsheng Yang · 11 years ago
  63. 2f37573 perf tools: Remove condition in machine__get_kernel_start_addr. by Dongsheng Yang · 11 years ago
  64. 906049c8 perf tools: Do not disable source line lookup just because of 1 failure by Adrian Hunter · 11 years ago
  65. 0058aef perf symbols: Retain symbol source file name to lookup source line numbers by Adrian Hunter · 11 years ago
  66. 454ff00 perf symbols: Retain bfd reference to lookup source line numbers by Adrian Hunter · 11 years ago
  67. d88938e perf tools: Use asprintf instead of malloc plus snprintf by Adrian Hunter · 11 years ago
  68. 6f9a317 perf tools: Add perf_data_file__write interface by Jiri Olsa · 11 years ago
  69. bc3a502 perf tools: Add writen function by Jiri Olsa · 11 years ago
  70. 838d145 perf tools: Fine tune readn function by Jiri Olsa · 11 years ago
  71. 727ebd5 perf tools: Use correct return type for readn function by Jiri Olsa · 11 years ago
  72. 449867e perf symbols: Fix not finding kcore in buildid cache by Adrian Hunter · 11 years ago
  73. 3bfe5f8 perf tools: Export setup_list by David Ahern · 11 years ago
  74. 1f3878c perf thread: Move comm_list check into function by David Ahern · 11 years ago
  75. 82d1deb perf symbols: Move idle syms check from top to generic function by David Ahern · 11 years ago
  76. d2ff1b1 perf evsel: Skip ignored symbols while printing callchain by David Ahern · 11 years ago
  77. 6f8d67f perf timechart: Add backtrace support by Stanislav Fomichev · 11 years ago
  78. cbb2e81 perf timechart: Group figures and add title with details by Stanislav Fomichev · 11 years ago
  79. 167faf3 perf tools: Add option macro OPT_BOOLEAN_SET by Adrian Hunter · 11 years ago
  80. 4bc4379 perf tools: Allow '--inherit' as the negation of '--no-inherit' by Adrian Hunter · 11 years ago
  81. 3aa5939 perf record: Make per-cpu mmaps the default. by Adrian Hunter · 11 years ago
  82. 410136f tools/perf/stat: Add event unit and scale support by Stephane Eranian · 11 years ago
  83. 50a2740 perf header: Fix possible memory leaks in process_group_desc() by Namhyung Kim · 11 years ago
  84. 210e812 perf header: Fix bogus group name by Namhyung Kim · 11 years ago
  85. a5285ad perf tools: Tag thread comm as overriden by Frederic Weisbecker · 11 years ago
  86. 539e6bb perf record: Add an option to force per-cpu mmaps by Adrian Hunter · 11 years ago
  87. 37676af perf symbols: Limit max callchain using max_stack on DWARF unwinding too by Arnaldo Carvalho de Melo · 11 years ago
  88. d87fcb4 perf evsel: Introduce perf_evsel__prev() method by Arnaldo Carvalho de Melo · 11 years ago
  89. 9d4ecc8 perf tools: Synthesize anon MMAP records again by Don Zickus · 11 years ago
  90. b222213 perf tools: Remove trivial extra semincolon by Davidlohr Bueso · 11 years ago
  91. 555a098 Merge branch 'linus' into perf/urgent by Ingo Molnar · 11 years ago
  92. f47671e Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  93. 602ad87 perf target: Shorten perf_target__ to target__ by Arnaldo Carvalho de Melo · 11 years ago
  94. 33c2dcf perf evlist: Refactor mmap_pages parsing by David Ahern · 11 years ago
  95. 9639837 perf evlist: Round mmap pages to power 2 - v2 by David Ahern · 11 years ago
  96. 8973504 perf record: Fix segfault with --no-mmap-pages by David Ahern · 11 years ago
  97. df762ec Merge branch 'devel-stable' into for-next by Russell King · 11 years ago
  98. 7524f63 perf tools: Prevent condition that all sort keys are elided by Namhyung Kim · 11 years ago
  99. a33fbd5 perf machine: Simplify synthesize_threads method by Arnaldo Carvalho de Melo · 11 years ago
  100. 58d925d perf machine: Introduce synthesize_threads method out of open coded equivalent by Arnaldo Carvalho de Melo · 11 years ago