1. b2aff5f perf tools: Move hex2u64 into util object by Jiri Olsa · 12 years ago
  2. 4383db8 perf tools: Move BUILD_ID_SIZE into build-id object by Jiri Olsa · 12 years ago
  3. ebb296c perf tools: Move build_id__sprintf into build-id object by Jiri Olsa · 12 years ago
  4. 9175ce1 perf tools: Move parse_events error printing to parse_events_options by Andi Kleen · 12 years ago
  5. 54a3cf5 perf inject: Mark a dso if it's used by Andrew Vagin · 12 years ago
  6. ba361c9 perf tools: Don't stop synthesizing threads when one vanishes by Arnaldo Carvalho de Melo · 12 years ago
  7. af3df2c perf tools: Try to build Documentation when installing by Borislav Petkov · 12 years ago
  8. 752fde4 perf trace: Support interrupted syscalls by Arnaldo Carvalho de Melo · 12 years ago
  9. 03f2f93 Account the nr_entries in rblist properly by Suzuki K. Poulose · 12 years ago
  10. 68e94f4 perf tools: Try to find cross-built objdump path by Irina Tirdea · 12 years ago
  11. 3f3a206 perf test: Add automated tests for pmu sysfs translated events by Jiri Olsa · 12 years ago
  12. 1d33d6d perf tools: Add support to specify hw event as PMU event term by Jiri Olsa · 12 years ago
  13. 3fded96 perf tools: Fix PMU object alias initialization by Jiri Olsa · 12 years ago
  14. ef8c029 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  15. 42be739 perf test: Fix exclude_guest parse events tests by Jiri Olsa · 12 years ago
  16. 9fdbf67 perf tools: do not flush maps on COMM for perf report by Luigi Semenzato · 12 years ago
  17. 45bff41 perf python: Properly link with libtraceevent by Arnaldo Carvalho de Melo · 12 years ago
  18. a448a03 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 12 years ago
  19. f8de288 perf python: Link with libtraceevent by Arnaldo Carvalho de Melo · 12 years ago
  20. 356712f perf python: Initialize 'page_size' variable by Arnaldo Carvalho de Melo · 12 years ago
  21. 88481b6 perf tools: Remove warnings on JIT samples for srcline sort key by Namhyung Kim · 12 years ago
  22. ffe10c6 perf tools: Fix segfault when using srcline sort key by Namhyung Kim · 12 years ago
  23. 1342798 perf tool: Precise mode requires exclude_guest by David Ahern · 12 years ago
  24. 7d380c8 perf: Fix UAPI fallout by Ingo Molnar · 12 years ago
  25. ade0899 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  26. 871a059 perf: Handle new rbtree implementation by Markus Trippelsdorf · 12 years ago
  27. ec07361 perf: fix duplicate header inclusion by Michel Lespinasse · 12 years ago
  28. d6ff127 rbtree: adjust node color in __rb_erase_color() only when necessary by Michel Lespinasse · 12 years ago
  29. ae86912 perf tools: Remove duplicated include from trace-event-python.c by Wei Yongjun · 12 years ago
  30. b0a7d1a perf machine: Carve up event processing specific from perf_tool by Arnaldo Carvalho de Melo · 12 years ago
  31. f62d3f0 perf event: No need to create a thread when handling PERF_RECORD_EXIT by Arnaldo Carvalho de Melo · 12 years ago
  32. 9d2f8e2 perf machine: Introduce find_thread method by Arnaldo Carvalho de Melo · 12 years ago
  33. 0c1fe6b perf tools: Have the page size value available for all tools by Arnaldo Carvalho de Melo · 12 years ago
  34. ed279da perf diff: Add -F option to display formula for computation by Jiri Olsa · 12 years ago
  35. 61949b2 perf diff: Add -p option to display period values for hist entries by Jiri Olsa · 12 years ago
  36. 81d5f95 perf diff: Add weighted diff computation way to compare hist entries by Jiri Olsa · 12 years ago
  37. 96c47f1 perf diff: Add option to sort entries based on diff computation by Jiri Olsa · 12 years ago
  38. 7aaf6b3 perf diff: Add ratio computation way to compare hist entries by Jiri Olsa · 12 years ago
  39. c942ee2 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 12 years ago
  40. 139c081 perf hists: Add more helpers for hist entry stat by Namhyung Kim · 12 years ago
  41. c4b3535 perf hists: Move he->stat.nr_events initialization to a template by Namhyung Kim · 12 years ago
  42. b24c28f perf hists: Introduce struct he_stat by Namhyung Kim · 12 years ago
  43. b5ff71c perf diff: Removing the total_period argument from output code by Jiri Olsa · 12 years ago
  44. 1d77822 perf tool: Add hpp interface to enable/disable hpp column by Jiri Olsa · 12 years ago
  45. 41724e4 perf tools: Removing hists pair argument from output path by Jiri Olsa · 12 years ago
  46. 5395a04 perf hists: Separate overhead and baseline columns by Jiri Olsa · 12 years ago
  47. dd46434 perf diff: Refactor diff displacement possition info by Jiri Olsa · 12 years ago
  48. ae359f1 perf hists: Add struct hists pointer to struct hist_entry by Jiri Olsa · 12 years ago
  49. e60fc84 perf evlist: Remove some unused methods by Arnaldo Carvalho de Melo · 12 years ago
  50. 39876e7 perf evlist: Introduce add_newtp method by Arnaldo Carvalho de Melo · 12 years ago
  51. 4e34d95 perf tools: Convert to BACKTRACE_SUPPORT by Namhyung Kim · 12 years ago
  52. 4d8061f perf tools: Long option completion support for each subcommands by Namhyung Kim · 12 years ago
  53. d6e6683 perf tools: Convert to HAVE_STRLCPY by Namhyung Kim · 12 years ago
  54. f9f526e perf tools: Convert to GTK2_SUPPORT by Namhyung Kim · 12 years ago
  55. 1254b51 perf tools: Convert to NEWT_SUPPORT by Namhyung Kim · 12 years ago
  56. 95485b1 perf tools: Convert to LIBUNWIND_SUPPORT by Namhyung Kim · 12 years ago
  57. 7e92daa Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  58. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  59. 29a0fc9 perf tools: Convert to LIBELF_SUPPORT by Namhyung Kim · 12 years ago
  60. bb2d17a perf probe: Print an enum type variable in "enum variable-name" format when showing accessible variables by Hyeoncheol Lee · 12 years ago
  61. 9ec6097 perf hists: Add missing period_* fields when collapsing a hist entry by Namhyung Kim · 12 years ago
  62. 201b733 perf evsel: Export the event_format constructor by Arnaldo Carvalho de Melo · 12 years ago
  63. 5d2074e perf evsel: Introduce rawptr() method by Arnaldo Carvalho de Melo · 12 years ago
  64. 82fe1c2 perf tools: Use perf_evsel__newtp in the event parser by Arnaldo Carvalho de Melo · 12 years ago
  65. e48ffe2 perf evsel: The tracepoint constructor should store sys:name by Arnaldo Carvalho de Melo · 12 years ago
  66. 745cefc perf evlist: Introduce set_filter() method by Arnaldo Carvalho de Melo · 12 years ago
  67. 1491a63 perf evlist: Renane set_filters method to apply_filters by Arnaldo Carvalho de Melo · 12 years ago
  68. e6b6f67 perf evsel: Handle endianity in intval method by Arnaldo Carvalho de Melo · 12 years ago
  69. 0807d2d perf evsel: Know if byte swap is needed by Arnaldo Carvalho de Melo · 12 years ago
  70. a14bb7a perf tools: Allow handling a NULL cpu_map as meaning "all cpus" by Arnaldo Carvalho de Melo · 12 years ago
  71. 0b80f8b3 perf evsel: Improve tracepoint constructor setup by Arnaldo Carvalho de Melo · 12 years ago
  72. efd2b92 perf evsel: Provide a new constructor for tracepoints by Arnaldo Carvalho de Melo · 12 years ago
  73. 3ce711a perf tools: bfd.h/libbfd detection fails with recent binutils by Markus Trippelsdorf · 12 years ago
  74. bcbd004 perf tools: remove sscanf extension %as by Irina Tirdea · 12 years ago
  75. 37e9d75 perf header: Remove perf_header__read_feature by Namhyung Kim · 12 years ago
  76. 3d7eb86 perf header: Remove unused @feat arg from ->process callback by Namhyung Kim · 12 years ago
  77. 7e94cfc perf header: Use pre-processed session env when printing by Namhyung Kim · 12 years ago
  78. a1ae565 perf header: Add ->process callbacks to most of features by Namhyung Kim · 12 years ago
  79. e93699b perf header: Add struct perf_session_env by Namhyung Kim · 12 years ago
  80. bcf6edc perf kvm: Events analysis tool by Xiao Guangrong · 12 years ago
  81. 8f28f19 perf tools: Fix a compiling error in util/map.c by Feng Tang · 12 years ago
  82. b1ab1bd perf tools: Fix a compiling error in trace-event-perl.c for 32 bits machine by Feng Tang · 12 years ago
  83. 7ae92e7 perf stat: Check PMU cpumask file by Yan, Zheng · 12 years ago
  84. 1500b93 perf symbols: Filter samples with unresolved symbol when "--symbols" option is used by Feng Tang · 12 years ago
  85. 0007ece perf stat: Move stats related code to util/stat.c by Xiao Guangrong · 12 years ago
  86. 1af55640 perf tools: Add sort__has_sym by Namhyung Kim · 12 years ago
  87. 7b0295b perf probe: Add union member access support by Hyeoncheol Lee · 12 years ago
  88. 5555ded perf evsel: Introduce perf_evsel__{str,int}val methods by Arnaldo Carvalho de Melo · 12 years ago
  89. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  90. 7dbf4dc perf tools: Back [vdso] DSO with real data by Jiri Olsa · 12 years ago
  91. 1c4be9f perf symbols: Make dsos__find function globally available by Jiri Olsa · 12 years ago
  92. b232e07 perf tools: Add memdup function by Jiri Olsa · 12 years ago
  93. bdde371 perf tools: Do backtrace post unwind only if we regs and stack were captured by Jiri Olsa · 12 years ago
  94. 9ac3e48 perf tools: fix ALIGN redefinition in system headers by Irina Tirdea · 12 years ago
  95. 3f34f6c perf tools: include __WORDSIZE definition by Irina Tirdea · 12 years ago
  96. 86d5a70 perf tools: Update types definitions for Android by Irina Tirdea · 12 years ago
  97. f8fcd77 perf tools: include wrapper for magic.h by Irina Tirdea · 12 years ago
  98. 6c7f631 perf symbols: Remove BIONIC wrapper around libgen.h by David Ahern · 12 years ago
  99. 1fb8944 perf probe: Make a copy of exec path for passing to basename by David Ahern · 12 years ago
  100. bfd14b9 perf annotate: Make a copy of filename for passing to basename by David Ahern · 12 years ago