1. a1e12da perf tools: Add 'I' event modifier for exclude_idle bit by Jiri Olsa · 9 years ago
  2. 54a50f9 perf tests: Fix attr tests by Jiri Olsa · 9 years ago
  3. 3c8a67f perf tools: Add kmod_path__parse function by Jiri Olsa · 10 years ago
  4. 1f9975f perf tools: Add the bash completion for listing subsubcommands of perf test by Yunlong Song · 10 years ago
  5. 76aea77 perf tools: Fix perf-read-vdsox32 not building and lib64 install dir by H.J. Lu · 10 years ago
  6. f39e042 perf build: Add tests objects building by Jiri Olsa · 10 years ago
  7. 23773ca perf tools: Make perf aware of tracefs by Steven Rostedt (Red Hat) · 10 years ago
  8. 63d3c6f perf tests: Do not rely on dso__data_read_offset() to open dso by Namhyung Kim · 10 years ago
  9. 66af43d perf test: Fix dso cache testcase by Namhyung Kim · 10 years ago
  10. b3890e4 Merge branch 'perf/hw_breakpoints' into perf/core by Ingo Molnar · 10 years ago
  11. 605a306 perf tests: Fix typo in sample-parsing.c by Rasmus Villemoes · 10 years ago
  12. 6733d1b perf hists: Rename hist_entry__free to __delete by Arnaldo Carvalho de Melo · 10 years ago
  13. 48000a1 perf tools: Remove EOL whitespaces by Arnaldo Carvalho de Melo · 10 years ago
  14. b93b096 perf test: Fix dwarf unwind using libunwind. by Wang Nan · 10 years ago
  15. 5ca8271 perf hists: Fix children sort key behavior by Namhyung Kim · 10 years ago
  16. 740b97f perf report: Show progress bar for output resorting by Namhyung Kim · 10 years ago
  17. 75226c5 perf tests: Fix attr tests size values to cope with machine state on interrupt ABI changes by Jiri Olsa · 10 years ago
  18. ec32398 perf tools: add hardware breakpoint bp_len test cases by Jacob Shin · 10 years ago
  19. 887e73d perf test: fix typo in python test by WANG Chao · 10 years ago
  20. 26ff0f0 perf/tests: Add interrupted state sample parsing test by Stephane Eranian · 10 years ago
  21. 29f9e52 perf tests: Use thread->mg->machine by Arnaldo Carvalho de Melo · 10 years ago
  22. f498784 perf tests: Remove misplaced __maybe_unused by Arnaldo Carvalho de Melo · 10 years ago
  23. dd8c17a perf callchains: Use thread->mg->machine by Arnaldo Carvalho de Melo · 10 years ago
  24. bb871a9 perf tools: A thread's machine can be found via thread->mg->machine by Arnaldo Carvalho de Melo · 10 years ago
  25. 0cdccac perf report: Set callchain_param.record_mode for future use by Namhyung Kim · 10 years ago
  26. ffe5978 perf test: Add test case for pmu event new style format by Kan Liang · 10 years ago
  27. a635fc5 perf tools: Remove hists from evsel by Arnaldo Carvalho de Melo · 10 years ago
  28. 4ea062ed perf evsel: Add hists helper by Arnaldo Carvalho de Melo · 10 years ago
  29. 2171a92 tools lib fd array: Allow associating an integer cookie with each entry by Arnaldo Carvalho de Melo · 10 years ago
  30. 1b85337 tools lib api: Adopt fdarray class from perf's evlist by Arnaldo Carvalho de Melo · 10 years ago
  31. f66a889 perf evlist: Introduce poll method for common code idiom by Arnaldo Carvalho de Melo · 10 years ago
  32. 9ae2803 perf tests: Add pollfd growing test by Arnaldo Carvalho de Melo · 10 years ago
  33. 54dbfae perf tests: Add test for perf_evlist__filter_pollfd() by Arnaldo Carvalho de Melo · 10 years ago
  34. dc0a620 perf tools: Let default config be defined for a PMU by Adrian Hunter · 10 years ago
  35. d44bc55 perf tests: Add a test for tracking with sched_switch by Adrian Hunter · 10 years ago
  36. ba3dfff perf test: Use strerror_r instead of strerror by Masami Hiramatsu · 10 years ago
  37. 0a7e6d1 perf tools: Check recorded kernel version when finding vmlinux by Namhyung Kim · 10 years ago
  38. a6a69db perf tools: Move rdtsc() function by Adrian Hunter · 10 years ago
  39. fb57817 perf tests: Update attr test with PERF_FLAG_FD_CLOEXEC flag by Jiri Olsa · 10 years ago
  40. 57480d2 perf tools: Enable close-on-exec flag on perf file descriptor by Yann Droneaud · 10 years ago
  41. 0b43786 perf tools: Allow TSC conversion on any arch by Adrian Hunter · 10 years ago
  42. 84f5d36 perf tools: Move pr_* debug macros into debug object by Jiri Olsa · 10 years ago
  43. 45dc1bb perf tests: Add test for closing dso objects on EMFILE error by Jiri Olsa · 10 years ago
  44. 4ebbcb8 perf tests: Add test for caching dso file descriptors by Jiri Olsa · 10 years ago
  45. 822c45d perf tests: Allow reuse of test_file function by Jiri Olsa · 10 years ago
  46. 0d8a5fa perf tests: Spawn child for each test by Jiri Olsa · 10 years ago
  47. 7184062 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 10 years ago
  48. a5c5009 perf tests: Show the inner make output when an error happens by Arnaldo Carvalho de Melo · 10 years ago
  49. a5a5ba7 Revert "perf: Disable PERF_RECORD_MMAP2 support" by Don Zickus · 10 years ago
  50. 0506aec perf tests: Add a test case for cumulating callchains by Namhyung Kim · 10 years ago
  51. a1891aa perf tests: Define and use symbolic names for fake symbols by Namhyung Kim · 10 years ago
  52. 9d3c02d perf tools: Add callback function to hist_entry_iter by Namhyung Kim · 11 years ago
  53. a0b51af perf hists: Check if accumulated when adding a hist entry by Namhyung Kim · 12 years ago
  54. 69bcb01 perf tools: Introduce struct hist_entry_iter by Namhyung Kim · 11 years ago
  55. 1844dbc perf tools: Introduce hists__inc_nr_samples() by Namhyung Kim · 10 years ago
  56. f21d181 perf tests: Add a testcase for histogram output sorting by Namhyung Kim · 10 years ago
  57. 4e754e1 perf tests: Factor out print_hists_*() by Namhyung Kim · 10 years ago
  58. 90fa9de perf tests: Add dwarf unwind test on ARM by Jean Pihet · 10 years ago
  59. 0680ee7 perf tools: Remove usage of trace_sched_wakeup(.success) by Peter Zijlstra · 10 years ago
  60. 13ce34d perf tools: Use tid for finding thread by Namhyung Kim · 10 years ago
  61. d944c4e tools: Consolidate types.h by Borislav Petkov · 10 years ago
  62. 3617660 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core by Ingo Molnar · 10 years ago
  63. aeffe2a Merge branch 'perf/urgent' into perf/core, to resolve conflict by Ingo Molnar · 10 years ago
  64. 611ec12 perf tests: Add static build make test by Jiri Olsa · 10 years ago
  65. c0bc8c6 perf tests: Add a test of kvm-390: trace event by Alexander Yarygin · 10 years ago
  66. 615b8f9 perf tests: Add numeric identifier to evlist_test by Alexander Yarygin · 10 years ago
  67. fabf01238 perf tests: Add map groups sharing with thread object test by Jiri Olsa · 11 years ago
  68. 4e85edf perf tests: Add thread maps lookup automated tests by Jiri Olsa · 11 years ago
  69. 3c3cfd9 perf tests: Add a test case for hists filtering by Namhyung Kim · 10 years ago
  70. 6e344a9 perf tests: Factor out fake_setup_machine() by Namhyung Kim · 10 years ago
  71. ae450a7 perf tools: Fix double free in perf test 21 (code-reading.c) by Adrian Hunter · 10 years ago
  72. 11c9abf perf tools: Use tid in mmap/mmap2 events to find maps by Don Zickus · 11 years ago
  73. d75e609 perf machine: Factor machine__find_thread to take tid argument by Jiri Olsa · 11 years ago
  74. 9e8c06e perf tests: Add NO_LIBDW_DWARF_UNWIND make test by Jiri Olsa · 11 years ago
  75. 2a94f6c perf tests: Add pmu-bison.o make test by Jiri Olsa · 11 years ago
  76. 04b01a1 perf tests: Fix *.o make tests by Jiri Olsa · 11 years ago
  77. cd0cfad perf tools: Move fs.* to lib/api/fs/ by Borislav Petkov · 11 years ago
  78. 9ff125d perf callchain: Introduce HAVE_DWARF_UNWIND_SUPPORT macro by Jiri Olsa · 11 years ago
  79. 352ea45 perf callchain: Add mask into struct regs_dump by Jiri Olsa · 11 years ago
  80. aa16b81 perf tests x86: Add dwarf unwind test by Jiri Olsa · 11 years ago
  81. c080f72 perf tests: No need to set up ref_reloc_sym by Adrian Hunter · 11 years ago
  82. 509051e perf record: Rename --no-delay to --no-buffering by Arnaldo Carvalho de Melo · 11 years ago
  83. 4887805 perf tools: Add test for building detached source tarballs by Arnaldo Carvalho de Melo · 11 years ago
  84. 0050f7a perf evlist: Introduce evlist__for_each() & friends by Arnaldo Carvalho de Melo · 11 years ago
  85. f7c6447 perf tests: Fix installation tests path setup by Jiri Olsa · 11 years ago
  86. 2d4352c perf tests: Fixup leak on error path in parse events test by Arnaldo Carvalho de Melo · 11 years ago
  87. 983874d perf evlist: Auto unmap on destructor by Arnaldo Carvalho de Melo · 11 years ago
  88. f26e1c7 perf evlist: Close fds on destructor by Arnaldo Carvalho de Melo · 11 years ago
  89. 03ad974 perf evlist: Move destruction of maps to evlist destructor by Arnaldo Carvalho de Melo · 11 years ago
  90. 735f7e0 perf evlist: Move the SIGUSR1 error reporting logic to prepare_workload by Arnaldo Carvalho de Melo · 11 years ago
  91. ee4ad93 perf tests: Factor make install tests by Jiri Olsa · 11 years ago
  92. b400679 perf tools: Rename 'perf_record_opts' to 'record_opts by Arnaldo Carvalho de Melo · 11 years ago
  93. 553873e tools/: Convert to new topic libraries by Borislav Petkov · 11 years ago
  94. 3aa5939 perf record: Make per-cpu mmaps the default. by Adrian Hunter · 11 years ago
  95. 9a354cd perf tools: Use perf_evlist__{first,last}, perf_evsel__next by Arnaldo Carvalho de Melo · 11 years ago
  96. 602ad87 perf target: Shorten perf_target__ to target__ by Arnaldo Carvalho de Melo · 11 years ago
  97. 48095b7 perf tests: Handle throttle events in 'object code reading' test by Adrian Hunter · 11 years ago
  98. 3fe2130 perf tests: Compensate lower sample freq with longer test loop by Adrian Hunter · 11 years ago
  99. 67c1e4a perf tests: Use lower sample_freq in sw clock event period test by Arnaldo Carvalho de Melo · 11 years ago
  100. d0b849e perf tests: Check return of perf_evlist__open sw clock event period test by Arnaldo Carvalho de Melo · 11 years ago