1. 52168ee perf hists: Rename hists__fprintf_nr_events to events_stats__fprintf by Arnaldo Carvalho de Melo · 12 years ago
  2. 7e383de perf record: Don't pass host machine to guest synthesizer by Arnaldo Carvalho de Melo · 12 years ago
  3. 5323f60 perf header: Ensure read/write finished successfully by Namhyung Kim · 12 years ago
  4. f35488f perf tools: Add support for wildcard in tracepoint system name by Jiri Olsa · 12 years ago
  5. 0bd3f08 perf tools: Add missing closedir in multi tracepoint processing by Jiri Olsa · 12 years ago
  6. 0c6332e perf python: Fix breakage introduced by the test_attr infrastructure by Arnaldo Carvalho de Melo · 12 years ago
  7. 56e52e8 perf evsel: Introduce perf_evsel__open_strerror method by Arnaldo Carvalho de Melo · 12 years ago
  8. c0a5434 perf evsel: Introduce event fallback method by Arnaldo Carvalho de Melo · 12 years ago
  9. 594ac61 perf evsel: Do missing feature fallbacks in just one place by Arnaldo Carvalho de Melo · 12 years ago
  10. 66f97ed perf diff: Use internal rb tree for compute resort by Namhyung Kim · 12 years ago
  11. ce74f60 perf hists: Link hist entries before inserting to an output tree by Namhyung Kim · 12 years ago
  12. 9afcf93 perf hists: Exchange order of comparing items when collapsing hists by Namhyung Kim · 12 years ago
  13. 2376c67 perf top: Use perf_evlist__config() by Arnaldo Carvalho de Melo · 12 years ago
  14. 75d9a108 perf record: Export the callchain parsing routine and help by Arnaldo Carvalho de Melo · 12 years ago
  15. c79a439 perf evsel: Decode read_format and sample_type in perf_evsel__fprintf by Arnaldo Carvalho de Melo · 12 years ago
  16. 0698aed perf evsel: Adopt fprintf routine from 'perf evlist' by Arnaldo Carvalho de Melo · 12 years ago
  17. f77a951 perf evlist: Set the leader in the perf_evlist__config method by Arnaldo Carvalho de Melo · 12 years ago
  18. 62b807f perf evsel: No need to always ask for PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING} by Arnaldo Carvalho de Melo · 12 years ago
  19. 3a5afae perf evsel: No need to always ask for PERF_FORMAT_ID in read_format by Arnaldo Carvalho de Melo · 12 years ago
  20. 7a5a5ca perf evsel: Introduce method to request IDs be used by Arnaldo Carvalho de Melo · 12 years ago
  21. 7be5ebe perf evsel: Update sample_size when setting sample_type bits by Arnaldo Carvalho de Melo · 12 years ago
  22. 3f067dc perf machine: Move more machine methods to machine.c by Arnaldo Carvalho de Melo · 12 years ago
  23. 417c2ff perf symbols: Generalize filter in __fprintf_buildid methods by Arnaldo Carvalho de Melo · 12 years ago
  24. db6d0bb perf diff: Remove displacement output option by Jiri Olsa · 12 years ago
  25. 044c4f8f perf tools: Fix TUI helpline output by Arnaldo Carvalho de Melo · 12 years ago
  26. f4c8bae perf diff: Change formula methods to work with pair directly by Jiri Olsa · 12 years ago
  27. 05472da perf diff: Change compute methods to work with pair directly by Jiri Olsa · 12 years ago
  28. fa283ad perf diff: Remove displacement from struct hist_entry_diff by Jiri Olsa · 12 years ago
  29. 823254e perf evsel: Convert to _is_group_leader method by Namhyung Kim · 12 years ago
  30. 2cfda56 perf evsel: Set leader evsel's ->leader to itself by Namhyung Kim · 12 years ago
  31. 5fa9041 perf hists: Link hist entry pairs to leader by Namhyung Kim · 12 years ago
  32. 2850d94 perf hists: Fix typo on hist__entry_add_pair by Namhyung Kim · 12 years ago
  33. 3843b05 perf symbols: Ignore ABS symbols when loading data maps by Namhyung Kim · 12 years ago
  34. 1240005 perf hists: Introduce perf_hpp__list for period related columns by Jiri Olsa · 12 years ago
  35. 35d48dd perf tools: Fix mmap limitations on 32-bit by David Miller · 12 years ago
  36. 03cd209 perf session: Free environment information when deleting session by Namhyung Kim · 12 years ago
  37. b56e533 perf ui/helpline: Introduce ui_helpline__vshow() by Namhyung Kim · 12 years ago
  38. 7529142 perf ui: Always compile error printing code by Namhyung Kim · 12 years ago
  39. 919d590 perf symbols: Fix dso__fprintf() print statement by Stephane Eranian · 12 years ago
  40. f0b9abf Merge branch 'linus' into perf/core by Ingo Molnar · 12 years ago
  41. d2709c7 perf: Make perf build for x86 with UAPI disintegration applied by David Howells · 12 years ago
  42. 07ac002 perf evsel: Introduce is_group_member method by Arnaldo Carvalho de Melo · 12 years ago
  43. 59ed16b perf ui: Always compile browser setup code by Namhyung Kim · 12 years ago
  44. a5580f3 perf ui: Add ui_progress__finish() by Namhyung Kim · 12 years ago
  45. 534123f perf tools: Add basic event modifier sanity check by Jiri Olsa · 12 years ago
  46. 3fe4430d perf tools: Omit group members from perf_evlist__disable/enable by Jiri Olsa · 12 years ago
  47. 774cb49 perf tools: Fix 'disabled' attribute config for record command by Jiri Olsa · 12 years ago
  48. cac2142 perf tools: Fix attributes for '{}' defined event groups by Jiri Olsa · 12 years ago
  49. 6064803 perf tools: Use sscanf for parsing /proc/pid/maps by Namhyung Kim · 12 years ago
  50. 4f746c9 perf tools: Fix compile error on NO_NEWT=1 build by Namhyung Kim · 12 years ago
  51. 30193d7 perf hists: Initialize all of he->stat with zeroes by Arnaldo Carvalho de Melo · 12 years ago
  52. 61e9451 perf tools: Stop using 'self' in pstack by Arnaldo Carvalho de Melo · 12 years ago
  53. c81251e perf tests: Final cleanup for builtin-test move by Jiri Olsa · 12 years ago
  54. cff7f95 perf tests: Move pmu tests into separate object by Jiri Olsa · 12 years ago
  55. 4112796 perf annotate: Merge same lines in summary view by Namhyung Kim · 12 years ago
  56. 2ba34aa perf annotate: Whitespace fixups by Namhyung Kim · 12 years ago
  57. 69d2591 perf machine: Move more methods to machine.[ch] by Arnaldo Carvalho de Melo · 12 years ago
  58. 494d70a perf hists: Introduce hists__link by Arnaldo Carvalho de Melo · 12 years ago
  59. 95529be perf diff: Move hists__match to the hists lib by Arnaldo Carvalho de Melo · 12 years ago
  60. b821c73 perf diff: Start moving to support matching more than two hists by Arnaldo Carvalho de Melo · 12 years ago
  61. eef9ba9 perf tools: Add arbitary aliases and support names with - by Andi Kleen · 12 years ago
  62. 580e338 perf hists: Free branch_info when freeing hist_entry by Namhyung Kim · 12 years ago
  63. 1e82574 perf tools: Fix detection of stack area by Namhyung Kim · 12 years ago
  64. 4552cf0 perf machine: Set kernel data mapping length by Namhyung Kim · 12 years ago
  65. 68d8075 perf report: Postpone objdump check until annotation requested by Namhyung Kim · 12 years ago
  66. 9783adf perf tools: Introduce struct hist_browser_timer by Namhyung Kim · 12 years ago
  67. 945aea2 perf tests: Move test objects into 'tests' directory by Jiri Olsa · 12 years ago
  68. ffadcf0 perf annotate: Handle XBEGIN like a jump by Andi Kleen · 12 years ago
  69. 688b2c2 perf tools: Handle --version string generation on machines without git by Arnaldo Carvalho de Melo · 12 years ago
  70. 0e2af95 perf tools: Further speed up the perf build by Ingo Molnar · 12 years ago
  71. acddedf perf tools: Speed up the perf build time by simplifying the perf --version string generation by Ingo Molnar · 12 years ago
  72. f787d95 perf tools: Fix strbuf_addf() when the buffer needs to grow by Namhyung Kim · 12 years ago
  73. 1234471 perf header: Fix numa topology printing by Namhyung Kim · 12 years ago
  74. 0da2e9c perf python: Initialize 'page_size' variable by Arnaldo Carvalho de Melo · 12 years ago
  75. e84ba4e perf header: Add is_perf_magic() func by Feng Tang · 12 years ago
  76. 6651782 perf scripts browser: Add a browser for perf script by Feng Tang · 12 years ago
  77. cdd059d perf tools: Move dso_* related functions into dso object by Jiri Olsa · 12 years ago
  78. ea36c46 perf tools: Move strxfrchar into string object by Jiri Olsa · 12 years ago
  79. b2aff5f perf tools: Move hex2u64 into util object by Jiri Olsa · 12 years ago
  80. 4383db8 perf tools: Move BUILD_ID_SIZE into build-id object by Jiri Olsa · 12 years ago
  81. ebb296c perf tools: Move build_id__sprintf into build-id object by Jiri Olsa · 12 years ago
  82. 9175ce1 perf tools: Move parse_events error printing to parse_events_options by Andi Kleen · 12 years ago
  83. 54a3cf5 perf inject: Mark a dso if it's used by Andrew Vagin · 12 years ago
  84. ba361c9 perf tools: Don't stop synthesizing threads when one vanishes by Arnaldo Carvalho de Melo · 12 years ago
  85. af3df2c perf tools: Try to build Documentation when installing by Borislav Petkov · 12 years ago
  86. 752fde4 perf trace: Support interrupted syscalls by Arnaldo Carvalho de Melo · 12 years ago
  87. 03f2f93 Account the nr_entries in rblist properly by Suzuki K. Poulose · 12 years ago
  88. 68e94f4 perf tools: Try to find cross-built objdump path by Irina Tirdea · 12 years ago
  89. 3f3a206 perf test: Add automated tests for pmu sysfs translated events by Jiri Olsa · 12 years ago
  90. 1d33d6d perf tools: Add support to specify hw event as PMU event term by Jiri Olsa · 12 years ago
  91. 3fded96 perf tools: Fix PMU object alias initialization by Jiri Olsa · 12 years ago
  92. ef8c029 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  93. 42be739 perf test: Fix exclude_guest parse events tests by Jiri Olsa · 12 years ago
  94. 9fdbf67 perf tools: do not flush maps on COMM for perf report by Luigi Semenzato · 12 years ago
  95. 45bff41 perf python: Properly link with libtraceevent by Arnaldo Carvalho de Melo · 12 years ago
  96. 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
  97. f8de288 perf python: Link with libtraceevent by Arnaldo Carvalho de Melo · 12 years ago
  98. 356712f perf python: Initialize 'page_size' variable by Arnaldo Carvalho de Melo · 12 years ago
  99. 88481b6 perf tools: Remove warnings on JIT samples for srcline sort key by Namhyung Kim · 12 years ago
  100. ffe10c6 perf tools: Fix segfault when using srcline sort key by Namhyung Kim · 12 years ago