1. 22ae5cf1 perf trace: Don't print zeroed args by Arnaldo Carvalho de Melo · 11 years ago
  2. 7704805 perf trace: Remove duplicate mmap entry in syscall_fmts array by David Ahern · 11 years ago
  3. 4bb0919 perf trace: Add option to show full timestamp by David Ahern · 11 years ago
  4. c045bf0 perf trace: Beautify rlmimit resources by Arnaldo Carvalho de Melo · 11 years ago
  5. 5110899 perf trace: Beautify access 'mode' arg by Arnaldo Carvalho de Melo · 11 years ago
  6. a28b24b perf trace: Beautify socket 'type' arg by Arnaldo Carvalho de Melo · 11 years ago
  7. e10bce8 perf trace: Beautify socket 'family' arg by Arnaldo Carvalho de Melo · 11 years ago
  8. 8bad5b0 perf trace: Beautify signal number arg in several syscalls by Arnaldo Carvalho de Melo · 11 years ago
  9. eb5b1b1 perf trace: Beautify rt_sigprocmask 'how' arg by Arnaldo Carvalho de Melo · 11 years ago
  10. 80f587d perf trace: Beautify fcntl 'cmd' arg by Arnaldo Carvalho de Melo · 11 years ago
  11. efe6b88 perf trace: Use strarray for ltrace's whence arg by Arnaldo Carvalho de Melo · 11 years ago
  12. 1f115cb perf trace: Allow passing parms to arg formatters by Arnaldo Carvalho de Melo · 11 years ago
  13. 01533e9 perf trace: Put syscall formatter parms into struct by Arnaldo Carvalho de Melo · 11 years ago
  14. 165108a tools/perf/build: Clean up feature_print_code() by Jiri Olsa · 11 years ago
  15. aa4acf6 tools/perf/build: Pass through LDFLAGS to feature tests by Ingo Molnar · 11 years ago
  16. 20c99e8 tools/perf/build: Harmonize the style of the feature testcases by Ingo Molnar · 11 years ago
  17. 1f7c645 tools/perf/build: Fix O=/some/dir perf.o type of targets by Ingo Molnar · 11 years ago
  18. b102420 tools/perf/build: Fix non-canonical directory names in O= by Ingo Molnar · 11 years ago
  19. 684f434 tools/perf/build: Exclude MAKEFLAGS from nested invocation by Ingo Molnar · 11 years ago
  20. 1c2d1d8 tools/perf/build: Make sure autodep feature binaries honor the O= setting by Ingo Molnar · 11 years ago
  21. b016a0d tools/perf/build: Pass through all targets to Makefile.perf by Ingo Molnar · 11 years ago
  22. 3ca576a tools/perf/build: Collapse the test-all.c testcase by Ingo Molnar · 11 years ago
  23. 1e3f30f tools/perf/build: Clean up various testcases by Ingo Molnar · 11 years ago
  24. 0648f83 tools/perf/build: Remove unused config/feature-tests.mak by Ingo Molnar · 11 years ago
  25. 1c47661 tools/perf/build: Split out feature checks: 'liberty', 'liberty-z', 'cplus-demangle' by Ingo Molnar · 11 years ago
  26. 73a725f tools/perf/build: Standardize the various messages output by parallel make by Ingo Molnar · 11 years ago
  27. bd69cc2 tools/perf/build: Flip Makefile.parallel and Makefile.perf by Ingo Molnar · 11 years ago
  28. 2cfbe88 tools/perf/build: Automatically build in parallel, based on number of CPUs in the system by Ingo Molnar · 11 years ago
  29. b3b64a1 tools/perf/build: Improve printout-of auto-detected features by Ingo Molnar · 11 years ago
  30. f1138ec tools/perf/build: Speed up auto-detection by Ingo Molnar · 11 years ago
  31. de0f03f tools/perf/build: Invoke feature-checks 'clean' target from the main Makefile by Ingo Molnar · 11 years ago
  32. 31f6be6 tools/perf: Fix double/triple-build of the feature detection logic during 'make install' et al by Ingo Molnar · 11 years ago
  33. c9404c6 tools/perf/build: Speed up the final link by Ingo Molnar · 11 years ago
  34. c72e3f0 tools/perf/build: Speed up git-version test on re-make by Ingo Molnar · 11 years ago
  35. baa9c30 tools/perf/build: Speed up auto-detection of features by adding a 'test-all' target by Ingo Molnar · 11 years ago
  36. fb1c918 tools/perf: Turn strlcpy() into a __weak function by Ingo Molnar · 11 years ago
  37. 7a10822 tools/perf: Clean up util/include/linux/compiler.h by Ingo Molnar · 11 years ago
  38. 4cc9117 tools/perf/build: Split out feature check: 'backtrace' by Ingo Molnar · 11 years ago
  39. 34ef216 tools/perf/build: Split out feature check: 'on-exit' by Ingo Molnar · 11 years ago
  40. d0707c9 tools/perf/build: Split out feature check: 'strlcpy' by Ingo Molnar · 11 years ago
  41. 3b7646e tools/perf/build: Split out feature check: 'libbfd' by Ingo Molnar · 11 years ago
  42. 95d061c tools/perf/build: Split out feature check: 'libpython-version' by Ingo Molnar · 11 years ago
  43. 9734163 tools/perf/build: Split out feature check: 'libpython' by Ingo Molnar · 11 years ago
  44. 7181a67 tools/perf/build: Split out feature check: 'libperl' by Ingo Molnar · 11 years ago
  45. c7a79e9 tools/perf/build: Split out feature check: 'gtk2-infobar' by Ingo Molnar · 11 years ago
  46. 7ef9e05 tools/perf/build: Split out feature check: 'gtk2' by Ingo Molnar · 11 years ago
  47. b9498b5 tools/perf/build: Split out feature check: 'libslang' by Ingo Molnar · 11 years ago
  48. d795a65 tools/perf/build: Split out feature check: 'libaudit' by Ingo Molnar · 11 years ago
  49. 058f952 tools/perf/build: Split out feature check: 'libunwind' by Ingo Molnar · 11 years ago
  50. 308e1e7 tools/perf/build: Clean up the libunwind logic in config/Makefile by Ingo Molnar · 11 years ago
  51. b7bcef6 tools/perf/build: Split out feature check: 'libelf-getphdrnum' by Ingo Molnar · 11 years ago
  52. 8869b17 tools/perf/build: Split out feature check: 'libelf-mmap' by Ingo Molnar · 11 years ago
  53. fb3d333 tools/perf/build: Clean up the mmap logic in config/Makefile by Ingo Molnar · 11 years ago
  54. 8295d4e tools/perf/build: Split out feature check: 'dwarf' by Ingo Molnar · 11 years ago
  55. e12762c tools/perf/build: Split out feature check: 'glibc' by Ingo Molnar · 11 years ago
  56. 8f7f800 tools/perf/build: Split out feature check: 'libelf' by Ingo Molnar · 11 years ago
  57. 50eed7a tools/perf/build: Clean up the libelf logic in config/Makefile by Ingo Molnar · 11 years ago
  58. 78e9d65 tools/perf/build: Split out feature check: 'bionic' by Ingo Molnar · 11 years ago
  59. 1ea6f99 tools/perf/build: Split out feature check: 'fortify-source' by Ingo Molnar · 11 years ago
  60. c251044 tools/perf/build: Split out feature check: 'volatile-register-var' by Ingo Molnar · 11 years ago
  61. 430be5a tools/perf/build: Split out feature check: 'stackprotector' by Ingo Molnar · 11 years ago
  62. 90ac542 tools/perf/build: Split out feature check: 'stackprotector-all' by Ingo Molnar · 11 years ago
  63. 3ae069c tools/perf/build: Split out feature check: 'libnuma' by Ingo Molnar · 11 years ago
  64. 8b6eb56 tools/perf/build: Add 'autodep' functionality, generate feature test dependencies automatically by Ingo Molnar · 11 years ago
  65. b6aa997 tools/perf/build: Add feature check core code by Ingo Molnar · 11 years ago
  66. 89fe808 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT by Ingo Molnar · 11 years ago
  67. 429eb05 Merge branch 'perf/urgent' into tools/perf/build by Ingo Molnar · 11 years ago
  68. b314e5c perf session: Fix infinite loop on invalid perf.data file by Namhyung Kim · 11 years ago
  69. 027a7e8 perf tools: Fix installation of libexec components by Arnaldo Carvalho de Melo · 11 years ago
  70. e08cfd4 perf probe: Fix to find line information for probe list by Masami Hiramatsu · 11 years ago
  71. 47a92b8 perf tools: Fix libaudit test by Arnaldo Carvalho de Melo · 11 years ago
  72. d20a47e perf stat: Set child_pid after perf_evlist__prepare_workload() by Namhyung Kim · 11 years ago
  73. 6adb0b0 perf tools: Add default handler for mmap2 events by David Ahern · 11 years ago
  74. 475eeab tools/perf: Add support for record transaction flags by Andi Kleen · 11 years ago
  75. 0126d49 tools/perf/record: Add abort_tx,no_tx,in_tx branch filter options to perf record -j by Andi Kleen · 11 years ago
  76. f5d05bc tools/perf: Support sorting by in_tx or abort branch flags by Andi Kleen · 11 years ago
  77. 4cabc3d tools/perf/stat: Add perf stat --transaction by Andi Kleen · 11 years ago
  78. 354cc40 tools/perf: Fix sorting for 64bit entries by Andi Kleen · 11 years ago
  79. 14951f2 Revert "perf symbols: Demangle cloned functions" by Ingo Molnar · 11 years ago
  80. de95ab5 perf symbols: Demangle cloned functions by Andi Kleen · 11 years ago
  81. aa7fe3b perf machine: Fix path unpopulated in machine__create_modules() by Adrian Hunter · 11 years ago
  82. 6d19912 perf tools: Explicitly add libdl dependency by David Ahern · 11 years ago
  83. 576b523 perf probe: Fix probing symbols with optimization suffix by Masami Hiramatsu · 11 years ago
  84. 384c671 perf trace: Add mmap2 handler by David Ahern · 11 years ago
  85. 4921e32 perf kmem: Make it work again on non NUMA machines by Jiri Olsa · 11 years ago
  86. fa73158 perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page' by Peter Zijlstra · 11 years ago
  87. 0f96542 perf tools: Fix old GCC build error in trace-event-parse.c:parse_proc_kallsyms() by Ingo Molnar · 11 years ago
  88. 0dbb1ca perf probe: Fix finder to find lines of given function by Masami Hiramatsu · 12 years ago
  89. 33e940a perf session: Check for SIGINT in more loops by Arnaldo Carvalho de Melo · 11 years ago
  90. e955d5c perf tools: Fix compile with libelf without get_phdrnum by Adrian Hunter · 11 years ago
  91. 5b6a42f perf tools: Fix buildid cache handling of kallsyms with kcore by Adrian Hunter · 11 years ago
  92. 886b37b perf annotate: Fix objdump line parsing offset validation by Adrian Hunter · 11 years ago
  93. 456857b perf tools: Fill in new definitions for madvise()/mmap() flags by Ingo Molnar · 11 years ago
  94. 33cbbdc perf tools: Sharpen the libaudit dependencies test by Ingo Molnar · 11 years ago
  95. 5c5e854 perf tools: Add attr->mmap2 support by Stephane Eranian · 11 years ago
  96. e71aa28 perf kvm: Fix sample_type manipulation by Adrian Hunter · 11 years ago
  97. 733cd2f perf evlist: Fix id pos in perf_evlist__open() by Adrian Hunter · 11 years ago
  98. ccf53ea perf trace: Handle perf.data files with no tracepoints by Arnaldo Carvalho de Melo · 11 years ago
  99. 526fd8d perf session: Separate progress bar update when processing events by Jiri Olsa · 11 years ago
  100. 4181781 perf trace: Check if MAP_32BIT is defined by Kyle McMartin · 11 years ago