1. aae6b58 tools: Let O= makes handle a relative path with -C option by Masami Hiramatsu · 4 years, 3 months ago
  2. 9a7f15e perf tools: Disable parallelism for 'make clean' by Rasmus Villemoes · 6 years ago
  3. be9e499 perf build tests: Do parallell builds with 'build-test' by Arnaldo Carvalho de Melo · 8 years ago
  4. 3e2751d perf tools: Fix parallel build including 'clean' target by Jiri Olsa · 8 years ago
  5. a639a62 perf tools: Speed up build-tests by reducing the number of builds tested by Arnaldo Carvalho de Melo · 8 years ago
  6. 79191c8 perf build: Use feature dump file for build-test by Wang Nan · 8 years ago
  7. 9891639 perf tools: Allow shuffling the build tests by Arnaldo Carvalho de Melo · 9 years ago
  8. 8e55735 perf build: Fix single target build dependency check by Jiri Olsa · 9 years ago
  9. 762abdc perf tools: Use getconf to determine number of online CPUs by Will Deacon · 9 years ago
  10. 6428c59a perf tools: Set JOBS based on CPU or processor by David Ahern · 9 years ago
  11. c65568c perf tools: Compare JOBS to 0 after grep by David Ahern · 9 years ago
  12. a707723 perf tools: Add 'build-test' make target by Namhyung Kim · 10 years ago
  13. 2628614 perf tools: Fix tags/TAGS targets rebuilding by Jiri Olsa · 11 years ago
  14. fcf9258 tools/perf/build: Pass through DEBUG parameter by Ingo Molnar · 11 years ago
  15. 3fb6633 tools/perf/build: Fix non-existent build directory handling by Ingo Molnar · 11 years ago
  16. 65fb099 tools: Harmonize the various build messages in perf, lib-traceevent, lib-lk by Ingo Molnar · 11 years ago
  17. b102420 tools/perf/build: Fix non-canonical directory names in O= by Ingo Molnar · 11 years ago
  18. 684f434 tools/perf/build: Exclude MAKEFLAGS from nested invocation by Ingo Molnar · 11 years ago
  19. b016a0d tools/perf/build: Pass through all targets to Makefile.perf by Ingo Molnar · 11 years ago
  20. 73a725f tools/perf/build: Standardize the various messages output by parallel make by Ingo Molnar · 11 years ago
  21. bd69cc2 tools/perf/build: Flip Makefile.parallel and Makefile.perf by Ingo Molnar · 11 years ago
  22. de0f03f tools/perf/build: Invoke feature-checks 'clean' target from the main Makefile by Ingo Molnar · 11 years ago
  23. c9404c6 tools/perf/build: Speed up the final link by Ingo Molnar · 11 years ago
  24. c72e3f0 tools/perf/build: Speed up git-version test on re-make by Ingo Molnar · 11 years ago
  25. 027a7e8 perf tools: Fix installation of libexec components by Arnaldo Carvalho de Melo · 11 years ago
  26. 53a277e perf tools: Add test for parsing with no sample_id_all bit by Adrian Hunter · 11 years ago
  27. 395c307 perf tests: Add 'keep tracking' test by Adrian Hunter · 11 years ago
  28. 045f8cd8 perf tests: Add a sample parsing test by Adrian Hunter · 11 years ago
  29. faf9670 perf evlist: Move perf_evlist__config() to a new source file by Adrian Hunter · 11 years ago
  30. 8c9dc52 perf tools: Don't install scripting files files when disabled by Arnaldo Carvalho de Melo · 11 years ago
  31. b55ae0a perf tests: Add test for reading object code by Adrian Hunter · 11 years ago
  32. 3bd5a5f perf tools: Add test for converting perf time to/from TSC by Adrian Hunter · 11 years ago
  33. 575bf1d perf tools: Fix build with perl 5.18 by Kirill A. Shutemov · 11 years ago
  34. ab4ecda perf tools: Fix 'make tools/perf' by Robert Richter · 11 years ago
  35. 4e31902 perf tools: Use default include path notation for libtraceevent headers by Robert Richter · 11 years ago
  36. 107de37 perf tools: Fix build errors with O and DESTDIR make vars set by Robert Richter · 11 years ago
  37. c3c4470 perf tools: Add missing liblk.a dependency for python/perf.so by Jiri Olsa · 11 years ago
  38. 0dce60f perf tools: Remove '?=' Makefile STRIP assignment by Jiri Olsa · 11 years ago
  39. 8e1b3f6 perf tools: Replace tabs with spaces for all non-commands statements by Jiri Olsa · 11 years ago
  40. 4e22db4 perf tools: Add NO_BIONIC variable to confiure bionic setup by Jiri Olsa · 11 years ago
  41. 7c53746 perf tools: Switch to full path C include directories by Jiri Olsa · 11 years ago
  42. 1e9f7aa perf tools: Merge all *LDFLAGS* make variable into LDFLAGS by Jiri Olsa · 11 years ago
  43. 9c12cf9 perf tools: Merge all *CFLAGS* make variable into CFLAGS by Jiri Olsa · 11 years ago
  44. 4ddc929 perf tools: Final touches for CHK config move by Jiri Olsa · 11 years ago
  45. cd1c39f perf tools: Move paths config into config/Makefile by Jiri Olsa · 11 years ago
  46. 58a0abd perf tools: Move libnuma check config into config/Makefile by Jiri Olsa · 11 years ago
  47. a1c7c9e perf tools: Move stdlib check config into config/Makefile by Jiri Olsa · 11 years ago
  48. c3cf836 perf tools: Move libbfd check config into config/Makefile by Jiri Olsa · 11 years ago
  49. 6e533cf perf tools: Move libpython check config into config/Makefile by Jiri Olsa · 11 years ago
  50. 3082cb3 perf tools: Move libperl check config into config/Makefile by Jiri Olsa · 11 years ago
  51. 58cabf6 perf tools: Move gtk2 check config into config/Makefile by Jiri Olsa · 11 years ago
  52. 4a8f888 perf tools: Move slang check config into config/Makefile by Jiri Olsa · 11 years ago
  53. a827952 perf tools: Move libaudit check config into config/Makefile by Jiri Olsa · 11 years ago
  54. 0e433fe perf tools: Move libunwind check config into config/Makefile by Jiri Olsa · 11 years ago
  55. 779724f perf tools: Move libdw check config into config/Makefile by Jiri Olsa · 11 years ago
  56. cf4cca1 perf tools: Move libelf check config into config/Makefile by Jiri Olsa · 11 years ago
  57. 362493f perf tools: Move compiler and linker flags check into config/Makefile by Jiri Olsa · 11 years ago
  58. a32f493 perf tools: Move programs check into config/Makefile by Jiri Olsa · 11 years ago
  59. 8bd407b perf tools: Move arch check into config/Makefile by Jiri Olsa · 11 years ago
  60. f9619d6 perf tools: Fix tab vs spaces issue in Makefile ifdef/endif by Jiri Olsa · 11 years ago
  61. 6692c26 perf tools: Remove dependency on libnewt by Arnaldo Carvalho de Melo · 11 years ago
  62. 707ef2e perf python: Fix dependency for python/perf.so by Naohiro Aota · 11 years ago
  63. 028f12e perf tools: Add new mem command for memory access profiling by Stephane Eranian · 11 years ago
  64. bc96b36 perf tests: Add a test case for checking sw clock event frequency by Namhyung Kim · 11 years ago
  65. d723a55 perf test: Add test case for checking number of EXIT events by Namhyung Kim · 11 years ago
  66. 06933e3 perf tests: Test breakpoint overflow signal handler counts by Jiri Olsa · 11 years ago
  67. 5a6bef4 perf tests: Test breakpoint overflow signal handler by Jiri Olsa · 11 years ago
  68. 85c66be perf tools: Introduce tools/lib/lk library by Borislav Petkov · 11 years ago
  69. d2f3247 perf tools: check if -DFORTIFY_SOURCE=2 is allowed by Marcin Slusarz · 11 years ago
  70. 85df3b3 perf tools: Fix build with bison 2.3 and older. by Vinson Lee · 11 years ago
  71. 0232093 perf tools: Limit unwind support to x86 archs by Jiri Olsa · 11 years ago
  72. 2b676bf perf ui/gtk: Implement basic GTK2 annotation browser by Namhyung Kim · 11 years ago
  73. 2209001 perf tools: Check for flex and bison before continuing building by Borislav Petkov · 11 years ago
  74. 79d824e perf tools: Make numa benchmark optional by Peter Hurley · 11 years ago
  75. 1c13f3c perf: Add 'perf bench numa mem' NUMA performance measurement suite by Ingo Molnar · 11 years ago
  76. 3cecaa2 perf tools: Do not include PERF-VERSION-FILE to Makefile by Namhyung Kim · 11 years ago
  77. 1aa3d17 perf tools: Get rid of unused include of config.mak by Namhyung Kim · 11 years ago
  78. 0da41ce9 perf ui/gtk: Factor out common browser routines by Namhyung Kim · 11 years ago
  79. 09ecbb0 perf tests: Fix PYTHONPATH for python-use test tracepoints by Jiri Olsa · 11 years ago
  80. 000ae33 perf tests: Check python path on attr and binding test by Namhyung Kim · 11 years ago
  81. 54359d3 perf test: Check for linking problems in the python binding by Arnaldo Carvalho de Melo · 11 years ago
  82. f8ebb0c perf test: Add a test case for hists__{match,link} by Namhyung Kim · 11 years ago
  83. 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 · 11 years ago
  84. f1b9939 arm64: makefile: fix uname munging when setting ARCH on native machine by Will Deacon · 11 years ago
  85. 40c5ec7 perf tools: Add install-bin Makefile target by Arnaldo Carvalho de Melo · 11 years ago
  86. a60d795 perf test: Use perf_evsel__newtp constructor in the tracepoint tests by Arnaldo Carvalho de Melo · 11 years ago
  87. 3b761f9 perf tools: Don't check configuration on make tags by Arnaldo Carvalho de Melo · 12 years ago
  88. 3cde41b perf tools: Don't check configuration on make clean by Namhyung Kim · 12 years ago
  89. 7529142 perf ui: Always compile error printing code by Namhyung Kim · 12 years ago
  90. f0b9abf Merge branch 'linus' into perf/core by Ingo Molnar · 11 years ago
  91. d2709c7 perf: Make perf build for x86 with UAPI disintegration applied by David Howells · 12 years ago
  92. 59ed16b perf ui: Always compile browser setup code by Namhyung Kim · 12 years ago
  93. a753579 perf ui gtk: Implement ui_progress functions by Namhyung Kim · 12 years ago
  94. 688f2f5 perf ui: Introduce generic ui_progress helper by Namhyung Kim · 12 years ago
  95. 7da5c85 perf ui tui: Move progress.c under ui/tui directory by Namhyung Kim · 12 years ago
  96. cff7f95 perf tests: Move pmu tests into separate object by Jiri Olsa · 12 years ago
  97. dc447ee perf tests: Move test__syscall_open_tp_fields into separate object by Jiri Olsa · 12 years ago
  98. 5e24a09 perf tests: Move perf_evsel__tp_sched_test into separate object by Jiri Olsa · 12 years ago
  99. cfffae2 perf tests: Move perf_evsel__roundtrip_name_test into separate object by Jiri Olsa · 12 years ago
  100. bacf7e5 perf tests: Move test__rdpmc into separate object by Jiri Olsa · 12 years ago