1. 73a725f tools/perf/build: Standardize the various messages output by parallel make by Ingo Molnar · 11 years ago
  2. bd69cc2 tools/perf/build: Flip Makefile.parallel and Makefile.perf by Ingo Molnar · 11 years ago
  3. 2cfbe88 tools/perf/build: Automatically build in parallel, based on number of CPUs in the system by Ingo Molnar · 11 years ago
  4. b3b64a1 tools/perf/build: Improve printout-of auto-detected features by Ingo Molnar · 11 years ago
  5. f1138ec tools/perf/build: Speed up auto-detection by Ingo Molnar · 11 years ago
  6. de0f03f tools/perf/build: Invoke feature-checks 'clean' target from the main Makefile by Ingo Molnar · 11 years ago
  7. 31f6be6 tools/perf: Fix double/triple-build of the feature detection logic during 'make install' et al by Ingo Molnar · 11 years ago
  8. c9404c6 tools/perf/build: Speed up the final link by Ingo Molnar · 11 years ago
  9. c72e3f0 tools/perf/build: Speed up git-version test on re-make by Ingo Molnar · 11 years ago
  10. baa9c30 tools/perf/build: Speed up auto-detection of features by adding a 'test-all' target by Ingo Molnar · 11 years ago
  11. fb1c918 tools/perf: Turn strlcpy() into a __weak function by Ingo Molnar · 11 years ago
  12. 7a10822 tools/perf: Clean up util/include/linux/compiler.h by Ingo Molnar · 11 years ago
  13. 4cc9117 tools/perf/build: Split out feature check: 'backtrace' by Ingo Molnar · 11 years ago
  14. 34ef216 tools/perf/build: Split out feature check: 'on-exit' by Ingo Molnar · 11 years ago
  15. d0707c9 tools/perf/build: Split out feature check: 'strlcpy' by Ingo Molnar · 11 years ago
  16. 3b7646e tools/perf/build: Split out feature check: 'libbfd' by Ingo Molnar · 11 years ago
  17. 95d061c tools/perf/build: Split out feature check: 'libpython-version' by Ingo Molnar · 11 years ago
  18. 9734163 tools/perf/build: Split out feature check: 'libpython' by Ingo Molnar · 11 years ago
  19. 7181a67 tools/perf/build: Split out feature check: 'libperl' by Ingo Molnar · 11 years ago
  20. c7a79e9 tools/perf/build: Split out feature check: 'gtk2-infobar' by Ingo Molnar · 11 years ago
  21. 7ef9e05 tools/perf/build: Split out feature check: 'gtk2' by Ingo Molnar · 11 years ago
  22. b9498b5 tools/perf/build: Split out feature check: 'libslang' by Ingo Molnar · 11 years ago
  23. d795a65 tools/perf/build: Split out feature check: 'libaudit' by Ingo Molnar · 11 years ago
  24. 058f952 tools/perf/build: Split out feature check: 'libunwind' by Ingo Molnar · 11 years ago
  25. 308e1e7 tools/perf/build: Clean up the libunwind logic in config/Makefile by Ingo Molnar · 11 years ago
  26. b7bcef6 tools/perf/build: Split out feature check: 'libelf-getphdrnum' by Ingo Molnar · 11 years ago
  27. 8869b17 tools/perf/build: Split out feature check: 'libelf-mmap' by Ingo Molnar · 11 years ago
  28. fb3d333 tools/perf/build: Clean up the mmap logic in config/Makefile by Ingo Molnar · 11 years ago
  29. 8295d4e tools/perf/build: Split out feature check: 'dwarf' by Ingo Molnar · 11 years ago
  30. e12762c tools/perf/build: Split out feature check: 'glibc' by Ingo Molnar · 11 years ago
  31. 8f7f800 tools/perf/build: Split out feature check: 'libelf' by Ingo Molnar · 11 years ago
  32. 50eed7a tools/perf/build: Clean up the libelf logic in config/Makefile by Ingo Molnar · 11 years ago
  33. 78e9d65 tools/perf/build: Split out feature check: 'bionic' by Ingo Molnar · 11 years ago
  34. 1ea6f99 tools/perf/build: Split out feature check: 'fortify-source' by Ingo Molnar · 11 years ago
  35. c251044 tools/perf/build: Split out feature check: 'volatile-register-var' by Ingo Molnar · 11 years ago
  36. 430be5a tools/perf/build: Split out feature check: 'stackprotector' by Ingo Molnar · 11 years ago
  37. 90ac542 tools/perf/build: Split out feature check: 'stackprotector-all' by Ingo Molnar · 11 years ago
  38. 3ae069c tools/perf/build: Split out feature check: 'libnuma' by Ingo Molnar · 11 years ago
  39. 8b6eb56 tools/perf/build: Add 'autodep' functionality, generate feature test dependencies automatically by Ingo Molnar · 11 years ago
  40. b6aa997 tools/perf/build: Add feature check core code by Ingo Molnar · 11 years ago
  41. 89fe808 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT by Ingo Molnar · 11 years ago
  42. 429eb05 Merge branch 'perf/urgent' into tools/perf/build by Ingo Molnar · 11 years ago
  43. b314e5c perf session: Fix infinite loop on invalid perf.data file by Namhyung Kim · 11 years ago
  44. 027a7e8 perf tools: Fix installation of libexec components by Arnaldo Carvalho de Melo · 11 years ago
  45. e08cfd4 perf probe: Fix to find line information for probe list by Masami Hiramatsu · 11 years ago
  46. 47a92b8 perf tools: Fix libaudit test by Arnaldo Carvalho de Melo · 11 years ago
  47. d20a47e perf stat: Set child_pid after perf_evlist__prepare_workload() by Namhyung Kim · 11 years ago
  48. 6adb0b0 perf tools: Add default handler for mmap2 events by David Ahern · 11 years ago
  49. 475eeab tools/perf: Add support for record transaction flags by Andi Kleen · 11 years ago
  50. 0126d49 tools/perf/record: Add abort_tx,no_tx,in_tx branch filter options to perf record -j by Andi Kleen · 11 years ago
  51. f5d05bc tools/perf: Support sorting by in_tx or abort branch flags by Andi Kleen · 11 years ago
  52. 4cabc3d tools/perf/stat: Add perf stat --transaction by Andi Kleen · 11 years ago
  53. 354cc40 tools/perf: Fix sorting for 64bit entries by Andi Kleen · 11 years ago
  54. 14951f2 Revert "perf symbols: Demangle cloned functions" by Ingo Molnar · 11 years ago
  55. de95ab5 perf symbols: Demangle cloned functions by Andi Kleen · 11 years ago
  56. aa7fe3b perf machine: Fix path unpopulated in machine__create_modules() by Adrian Hunter · 11 years ago
  57. 6d19912 perf tools: Explicitly add libdl dependency by David Ahern · 11 years ago
  58. 576b523 perf probe: Fix probing symbols with optimization suffix by Masami Hiramatsu · 11 years ago
  59. 384c671 perf trace: Add mmap2 handler by David Ahern · 11 years ago
  60. 4921e32 perf kmem: Make it work again on non NUMA machines by Jiri Olsa · 11 years ago
  61. fa73158 perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page' by Peter Zijlstra · 11 years ago
  62. 0f96542 perf tools: Fix old GCC build error in trace-event-parse.c:parse_proc_kallsyms() by Ingo Molnar · 11 years ago
  63. 0dbb1ca perf probe: Fix finder to find lines of given function by Masami Hiramatsu · 13 years ago
  64. 33e940a perf session: Check for SIGINT in more loops by Arnaldo Carvalho de Melo · 11 years ago
  65. e955d5c perf tools: Fix compile with libelf without get_phdrnum by Adrian Hunter · 11 years ago
  66. 5b6a42f perf tools: Fix buildid cache handling of kallsyms with kcore by Adrian Hunter · 11 years ago
  67. 886b37b perf annotate: Fix objdump line parsing offset validation by Adrian Hunter · 11 years ago
  68. 456857b perf tools: Fill in new definitions for madvise()/mmap() flags by Ingo Molnar · 11 years ago
  69. 33cbbdc perf tools: Sharpen the libaudit dependencies test by Ingo Molnar · 11 years ago
  70. 5c5e854 perf tools: Add attr->mmap2 support by Stephane Eranian · 11 years ago
  71. e71aa28 perf kvm: Fix sample_type manipulation by Adrian Hunter · 11 years ago
  72. 733cd2f perf evlist: Fix id pos in perf_evlist__open() by Adrian Hunter · 11 years ago
  73. ccf53ea perf trace: Handle perf.data files with no tracepoints by Arnaldo Carvalho de Melo · 11 years ago
  74. 526fd8d perf session: Separate progress bar update when processing events by Jiri Olsa · 11 years ago
  75. 4181781 perf trace: Check if MAP_32BIT is defined by Kyle McMartin · 11 years ago
  76. 99cf666 perf hists: Fix formatting of long symbol names by Arnaldo Carvalho de Melo · 11 years ago
  77. 98be696 perf evlist: Fix parsing with no sample_id_all bit set by Adrian Hunter · 11 years ago
  78. 53a277e perf tools: Add test for parsing with no sample_id_all bit by Adrian Hunter · 11 years ago
  79. 20c5f10 perf trace: Check control+C more often by Arnaldo Carvalho de Melo · 11 years ago
  80. 31cd385 perf trace: Tell arg formatters the arg index by Arnaldo Carvalho de Melo · 11 years ago
  81. be65a89 perf trace: Add beautifier for open's flags arg by Arnaldo Carvalho de Melo · 11 years ago
  82. 579e786 perf trace: Add beautifier for lseek's whence arg by Arnaldo Carvalho de Melo · 11 years ago
  83. 0b8c25d perf tools: Fix symbol offset computation for some dsos by David Ahern · 11 years ago
  84. b41f1ce perf list: Skip unsupported events by Namhyung Kim · 11 years ago
  85. 395c307 perf tests: Add 'keep tracking' test by Adrian Hunter · 11 years ago
  86. d22d1a2 perf tools: Add support for PERF_COUNT_SW_DUMMY by Adrian Hunter · 11 years ago
  87. f9da0b0 perf trace: Add beautifier for futex 'operation' parm by Arnaldo Carvalho de Melo · 11 years ago
  88. 6e7eeb5 perf trace: Allow syscall arg formatters to mask args by Arnaldo Carvalho de Melo · 11 years ago
  89. f2935f3 perf trace: Handle missing HUGEPAGE defines by David Ahern · 11 years ago
  90. bdc8966 perf trace: Honor target pid / tid options when analyzing a file by David Ahern · 11 years ago
  91. 6810fc9 perf trace: Add option to analyze events in a file versus live by David Ahern · 11 years ago
  92. a2f2804 perf evlist: Add tracepoint lookup by name by David Ahern · 11 years ago
  93. 045f8cd8 perf tests: Add a sample parsing test by Adrian Hunter · 11 years ago
  94. b1cf6f6 perf tools: Add a function to calculate sample event size by Adrian Hunter · 11 years ago
  95. d03f217 perf tools: Expand perf_event__synthesize_sample() by Adrian Hunter · 11 years ago
  96. 5b95a4a3 perf tools: Add missing 'abi' member to 'struct regs_dump' by Adrian Hunter · 11 years ago
  97. 7556257 perf tools: Add support for PERF_SAMPLE_IDENTIFIER by Adrian Hunter · 11 years ago
  98. faf9670 perf evlist: Move perf_evlist__config() to a new source file by Adrian Hunter · 11 years ago
  99. ef89325 perf tools: Remove references to struct ip_event by Adrian Hunter · 11 years ago
  100. 0794029 perf callchain: Remove unnecessary validation by Adrian Hunter · 11 years ago