1. 28a6b6a perf session: There is no need for a per session hists instance by Arnaldo Carvalho de Melo · 12 years ago
  2. 52168ee perf hists: Rename hists__fprintf_nr_events to events_stats__fprintf by Arnaldo Carvalho de Melo · 12 years ago
  3. 7e383de perf record: Don't pass host machine to guest synthesizer by Arnaldo Carvalho de Melo · 12 years ago
  4. 5323f60 perf header: Ensure read/write finished successfully by Namhyung Kim · 12 years ago
  5. 000ae33 perf tests: Check python path on attr and binding test by Namhyung Kim · 12 years ago
  6. 82ce75d perf tests: Add event parsing test for '*:*' tracepoints by Jiri Olsa · 12 years ago
  7. f35488f perf tools: Add support for wildcard in tracepoint system name by Jiri Olsa · 12 years ago
  8. 0bd3f08 perf tools: Add missing closedir in multi tracepoint processing by Jiri Olsa · 12 years ago
  9. 0c6332e perf python: Fix breakage introduced by the test_attr infrastructure by Arnaldo Carvalho de Melo · 12 years ago
  10. 54359d3 perf test: Check for linking problems in the python binding by Arnaldo Carvalho de Melo · 12 years ago
  11. 56e52e8 perf evsel: Introduce perf_evsel__open_strerror method by Arnaldo Carvalho de Melo · 12 years ago
  12. c0a5434 perf evsel: Introduce event fallback method by Arnaldo Carvalho de Melo · 12 years ago
  13. 594ac61 perf evsel: Do missing feature fallbacks in just one place by Arnaldo Carvalho de Melo · 12 years ago
  14. ce90e38 perf tests: Adjust some message log levels to help diagnosing problems in attr tests by Arnaldo Carvalho de Melo · 12 years ago
  15. 68d20dc perf test: Remove leftover temp file left by one of the attr tests by Arnaldo Carvalho de Melo · 12 years ago
  16. f8ebb0c perf test: Add a test case for hists__{match,link} by Namhyung Kim · 12 years ago
  17. 66f97ed perf diff: Use internal rb tree for compute resort by Namhyung Kim · 12 years ago
  18. ce74f60 perf hists: Link hist entries before inserting to an output tree by Namhyung Kim · 12 years ago
  19. 9afcf93 perf hists: Exchange order of comparing items when collapsing hists by Namhyung Kim · 12 years ago
  20. 203e04c 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
  21. c1b8414 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 12 years ago
  22. f1b9939 arm64: makefile: fix uname munging when setting ARCH on native machine by Will Deacon · 12 years ago
  23. acb8fb0 perf tools: Fix building from 'make perf-*-src-pkg' tarballs by Sebastian Andrzej Siewior · 12 years ago
  24. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  25. 2376c67 perf top: Use perf_evlist__config() by Arnaldo Carvalho de Melo · 12 years ago
  26. 75d9a108 perf record: Export the callchain parsing routine and help by Arnaldo Carvalho de Melo · 12 years ago
  27. c5ff78c perf record: Pass perf_record_opts to the callchain cmdline parsing callback by Arnaldo Carvalho de Melo · 12 years ago
  28. c79a439 perf evsel: Decode read_format and sample_type in perf_evsel__fprintf by Arnaldo Carvalho de Melo · 12 years ago
  29. 40c5ec7 perf tools: Add install-bin Makefile target by Arnaldo Carvalho de Melo · 12 years ago
  30. 0698aed perf evsel: Adopt fprintf routine from 'perf evlist' by Arnaldo Carvalho de Melo · 12 years ago
  31. f77a951 perf evlist: Set the leader in the perf_evlist__config method by Arnaldo Carvalho de Melo · 12 years ago
  32. 62b807f perf evsel: No need to always ask for PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING} by Arnaldo Carvalho de Melo · 12 years ago
  33. 3a5afae perf evsel: No need to always ask for PERF_FORMAT_ID in read_format by Arnaldo Carvalho de Melo · 12 years ago
  34. 7a5a5ca perf evsel: Introduce method to request IDs be used by Arnaldo Carvalho de Melo · 12 years ago
  35. a60d795 perf test: Use perf_evsel__newtp constructor in the tracepoint tests by Arnaldo Carvalho de Melo · 12 years ago
  36. c5d3d50d perf test: Fixup error reporting in basic mmap test by Arnaldo Carvalho de Melo · 12 years ago
  37. 7be5ebe perf evsel: Update sample_size when setting sample_type bits by Arnaldo Carvalho de Melo · 12 years ago
  38. 3f067dc perf machine: Move more machine methods to machine.c by Arnaldo Carvalho de Melo · 12 years ago
  39. fbb6976 perf buildid-cache: Add option to show build ids that are missing in the cache by Arnaldo Carvalho de Melo · 12 years ago
  40. 417c2ff perf symbols: Generalize filter in __fprintf_buildid methods by Arnaldo Carvalho de Melo · 12 years ago
  41. db6d0bb perf diff: Remove displacement output option by Jiri Olsa · 12 years ago
  42. f0bf910 perf buildid-list: We need to check if a file is ELF first by Arnaldo Carvalho de Melo · 12 years ago
  43. 044c4f8f perf tools: Fix TUI helpline output by Arnaldo Carvalho de Melo · 12 years ago
  44. 3b761f9 perf tools: Don't check configuration on make tags by Arnaldo Carvalho de Melo · 12 years ago
  45. f4c8bae perf diff: Change formula methods to work with pair directly by Jiri Olsa · 12 years ago
  46. 05472da perf diff: Change compute methods to work with pair directly by Jiri Olsa · 12 years ago
  47. fa283ad perf diff: Remove displacement from struct hist_entry_diff by Jiri Olsa · 12 years ago
  48. 823254e perf evsel: Convert to _is_group_leader method by Namhyung Kim · 12 years ago
  49. 2cfda56 perf evsel: Set leader evsel's ->leader to itself by Namhyung Kim · 12 years ago
  50. 5fa9041 perf hists: Link hist entry pairs to leader by Namhyung Kim · 12 years ago
  51. 2850d94 perf hists: Fix typo on hist__entry_add_pair by Namhyung Kim · 12 years ago
  52. 3843b05 perf symbols: Ignore ABS symbols when loading data maps by Namhyung Kim · 12 years ago
  53. c0d246b perf hists: Fix period symbol_conf.field_sep display by Jiri Olsa · 12 years ago
  54. 1240005 perf hists: Introduce perf_hpp__list for period related columns by Jiri Olsa · 12 years ago
  55. 35d48dd perf tools: Fix mmap limitations on 32-bit by David Miller · 12 years ago
  56. ee8d778 perf top: Add missing newline on pr_err call by Arnaldo Carvalho de Melo · 12 years ago
  57. 03cd209 perf session: Free environment information when deleting session by Namhyung Kim · 12 years ago
  58. 3cde41b perf tools: Don't check configuration on make clean by Namhyung Kim · 12 years ago
  59. b56e533 perf ui/helpline: Introduce ui_helpline__vshow() by Namhyung Kim · 12 years ago
  60. 7529142 perf ui: Always compile error printing code by Namhyung Kim · 12 years ago
  61. 919d590 perf symbols: Fix dso__fprintf() print statement by Stephane Eranian · 12 years ago
  62. f0b9abf Merge branch 'linus' into perf/core by Ingo Molnar · 12 years ago
  63. 9c76820 treewide: Fix typos in various drivers by Masanari Iida · 12 years ago
  64. 7321090 perf kvm: Fix building perf kvm on non x86 arches by Xiao Guangrong · 12 years ago
  65. 3786063 perf kvm: Rename perf_kvm to perf_kvm_stat by Xiao Guangrong · 12 years ago
  66. d2709c7 perf: Make perf build for x86 with UAPI disintegration applied by David Howells · 12 years ago
  67. f2d9cae perf powerpc: Use uapi/unistd.h to fix build error by Sukadev Bhattiprolu · 12 years ago
  68. 07ac002 perf evsel: Introduce is_group_member method by Arnaldo Carvalho de Melo · 12 years ago
  69. 1483c2a perf powerpc: Use uapi/unistd.h to fix build error by Sukadev Bhattiprolu · 12 years ago
  70. 59ed16b perf ui: Always compile browser setup code by Namhyung Kim · 12 years ago
  71. a5580f3 perf ui: Add ui_progress__finish() by Namhyung Kim · 12 years ago
  72. a753579 perf ui gtk: Implement ui_progress functions by Namhyung Kim · 12 years ago
  73. 688f2f5 perf ui: Introduce generic ui_progress helper by Namhyung Kim · 12 years ago
  74. 7da5c85 perf ui tui: Move progress.c under ui/tui directory by Namhyung Kim · 12 years ago
  75. 534123f perf tools: Add basic event modifier sanity check by Jiri Olsa · 12 years ago
  76. 3fe4430d perf tools: Omit group members from perf_evlist__disable/enable by Jiri Olsa · 12 years ago
  77. 2711926 perf tools: Ensure single disable call per event in record comand by Jiri Olsa · 12 years ago
  78. 774cb49 perf tools: Fix 'disabled' attribute config for record command by Jiri Olsa · 12 years ago
  79. cac2142 perf tools: Fix attributes for '{}' defined event groups by Jiri Olsa · 12 years ago
  80. 6064803 perf tools: Use sscanf for parsing /proc/pid/maps by Namhyung Kim · 12 years ago
  81. 0020ce2 perf tools: Add gtk.<command> config option for launching GTK browser by Namhyung Kim · 12 years ago
  82. 4f746c9 perf tools: Fix compile error on NO_NEWT=1 build by Namhyung Kim · 12 years ago
  83. 30193d7 perf hists: Initialize all of he->stat with zeroes by Arnaldo Carvalho de Melo · 12 years ago
  84. 61e9451 perf tools: Stop using 'self' in pstack by Arnaldo Carvalho de Melo · 12 years ago
  85. f95e081 perf tests: Check for mkstemp return value in dso-data test by Jiri Olsa · 12 years ago
  86. c81251e perf tests: Final cleanup for builtin-test move by Jiri Olsa · 12 years ago
  87. cff7f95 perf tests: Move pmu tests into separate object by Jiri Olsa · 12 years ago
  88. dc447ee perf tests: Move test__syscall_open_tp_fields into separate object by Jiri Olsa · 12 years ago
  89. 5e24a09 perf tests: Move perf_evsel__tp_sched_test into separate object by Jiri Olsa · 12 years ago
  90. cfffae2 perf tests: Move perf_evsel__roundtrip_name_test into separate object by Jiri Olsa · 12 years ago
  91. bacf7e5 perf tests: Move test__rdpmc into separate object by Jiri Olsa · 12 years ago
  92. 16d00fe perf tests: Move test__PERF_RECORD into separate object by Jiri Olsa · 12 years ago
  93. a65b9c6 perf tests: Move test__basic_mmap into separate object by Jiri Olsa · 12 years ago
  94. bd90517 perf tests: Move test__open_syscall_event_on_all_cpus into separate object by Jiri Olsa · 12 years ago
  95. d3b59a3 perf tests: Move test__open_syscall_event into separate object by Jiri Olsa · 12 years ago
  96. 0a4e1ae perf tests: Move test__vmlinux_matches_kallsyms into separate object by Jiri Olsa · 12 years ago
  97. 4112796 perf annotate: Merge same lines in summary view by Namhyung Kim · 12 years ago
  98. 32ae1ef perf annotate: Don't try to follow jump target on PLT symbols by Namhyung Kim · 12 years ago
  99. 2ba34aa perf annotate: Whitespace fixups by Namhyung Kim · 12 years ago
  100. 12f8f74 perf test: fix a build error on builtin-test by Zheng Liu · 12 years ago