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