aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-06tools: Let O= makes handle a relative path with -C optionMasami Hiramatsu1-1/+1
2018-08-20perf tools: Disable parallelism for 'make clean'Rasmus Villemoes1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-02-04perf build tests: Do parallell builds with 'build-test'Arnaldo Carvalho de Melo1-1/+1
2016-02-04perf tools: Fix parallel build including 'clean' targetJiri Olsa1-0/+14
2016-01-29perf tools: Speed up build-tests by reducing the number of builds testedArnaldo Carvalho de Melo1-2/+9
2016-01-29perf build: Use feature dump file for build-testWang Nan1-1/+1
2015-11-05perf tools: Allow shuffling the build testsArnaldo Carvalho de Melo1-1/+1
2015-06-22perf build: Fix single target build dependency checkJiri Olsa1-2/+2
2015-05-04perf tools: Use getconf to determine number of online CPUsWill Deacon1-1/+1
2015-03-26perf tools: Set JOBS based on CPU or processorDavid Ahern1-1/+1
2015-03-02perf tools: Compare JOBS to 0 after grepDavid Ahern1-1/+1
2014-01-16perf tools: Add 'build-test' make targetNamhyung Kim1-0/+6
2013-11-27perf tools: Fix tags/TAGS targets rebuildingJiri Olsa1-1/+6
2013-10-14tools/perf/build: Pass through DEBUG parameterIngo Molnar1-1/+14
2013-10-14tools/perf/build: Fix non-existent build directory handlingIngo Molnar1-1/+1
2013-10-11tools: Harmonize the various build messages in perf, lib-traceevent, lib-lkIngo Molnar1-1/+1
2013-10-09tools/perf/build: Fix non-canonical directory names in O=Ingo Molnar1-1/+8
2013-10-09tools/perf/build: Exclude MAKEFLAGS from nested invocationIngo Molnar1-3/+13
2013-10-09tools/perf/build: Pass through all targets to Makefile.perfIngo Molnar1-0/+7
2013-10-09tools/perf/build: Standardize the various messages output by parallel makeIngo Molnar1-3/+20
2013-10-09tools/perf/build: Flip Makefile.parallel and Makefile.perfIngo Molnar1-830/+14
2013-10-09tools/perf/build: Invoke feature-checks 'clean' target from the main MakefileIngo Molnar1-2/+9
2013-10-09tools/perf/build: Speed up the final linkIngo Molnar1-3/+7
2013-10-09tools/perf/build: Speed up git-version test on re-makeIngo Molnar1-2/+13
2013-10-04perf tools: Fix installation of libexec componentsArnaldo Carvalho de Melo1-0/+1
2013-09-05perf tools: Add test for parsing with no sample_id_all bitAdrian Hunter1-1/+2
2013-09-02perf tests: Add 'keep tracking' testAdrian Hunter1-0/+1
2013-08-29perf tests: Add a sample parsing testAdrian Hunter1-0/+1
2013-08-29perf evlist: Move perf_evlist__config() to a new source fileAdrian Hunter1-0/+1
2013-08-26perf tools: Don't install scripting files files when disabledArnaldo Carvalho de Melo1-1/+5
2013-08-07perf tests: Add test for reading object codeAdrian Hunter1-0/+1
2013-07-23perf tools: Add test for converting perf time to/from TSCAdrian Hunter1-0/+3
2013-07-22perf tools: Fix build with perl 5.18Kirill A. Shutemov1-2/+2
2013-07-17perf tools: Fix 'make tools/perf'Robert Richter1-1/+1
2013-07-12perf tools: Use default include path notation for libtraceevent headersRobert Richter1-1/+1
2013-07-08perf tools: Fix build errors with O and DESTDIR make vars setRobert Richter1-3/+2
2013-05-30perf tools: Add missing liblk.a dependency for python/perf.soJiri Olsa1-1/+1
2013-05-30perf tools: Remove '?=' Makefile STRIP assignmentJiri Olsa1-1/+1
2013-05-30perf tools: Replace tabs with spaces for all non-commands statementsJiri Olsa1-40/+40
2013-05-30perf tools: Add NO_BIONIC variable to confiure bionic setupJiri Olsa1-0/+4
2013-05-30perf tools: Switch to full path C include directoriesJiri Olsa1-2/+2
2013-05-30perf tools: Merge all *LDFLAGS* make variable into LDFLAGSJiri Olsa1-4/+2
2013-05-30perf tools: Merge all *CFLAGS* make variable into CFLAGSJiri Olsa1-33/+31
2013-05-29perf tools: Final touches for CHK config moveJiri Olsa1-11/+0
2013-05-29perf tools: Move paths config into config/MakefileJiri Olsa1-58/+0
2013-05-29perf tools: Move libnuma check config into config/MakefileJiri Olsa1-8/+1
2013-05-29perf tools: Move stdlib check config into config/MakefileJiri Olsa1-18/+0
2013-05-29perf tools: Move libbfd check config into config/MakefileJiri Olsa1-37/+0
2013-05-29perf tools: Move libpython check config into config/MakefileJiri Olsa1-65/+3