aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/Makefile
AgeCommit message (Expand)Author
2014-01-16perf tools: Add 'build-test' make targetNamhyung Kim
2013-11-27perf tools: Fix tags/TAGS targets rebuildingJiri Olsa
2013-10-14tools/perf/build: Pass through DEBUG parameterIngo Molnar
2013-10-14tools/perf/build: Fix non-existent build directory handlingIngo Molnar
2013-10-11tools: Harmonize the various build messages in perf, lib-traceevent, lib-lkIngo Molnar
2013-10-09tools/perf/build: Fix non-canonical directory names in O=Ingo Molnar
2013-10-09tools/perf/build: Exclude MAKEFLAGS from nested invocationIngo Molnar
2013-10-09tools/perf/build: Pass through all targets to Makefile.perfIngo Molnar
2013-10-09tools/perf/build: Standardize the various messages output by parallel makeIngo Molnar
2013-10-09tools/perf/build: Flip Makefile.parallel and Makefile.perfIngo Molnar
2013-10-09tools/perf/build: Invoke feature-checks 'clean' target from the main MakefileIngo Molnar
2013-10-09tools/perf/build: Speed up the final linkIngo Molnar
2013-10-09tools/perf/build: Speed up git-version test on re-makeIngo Molnar
2013-10-04perf tools: Fix installation of libexec componentsArnaldo Carvalho de Melo
2013-09-05perf tools: Add test for parsing with no sample_id_all bitAdrian Hunter
2013-09-02perf tests: Add 'keep tracking' testAdrian Hunter
2013-08-29perf tests: Add a sample parsing testAdrian Hunter
2013-08-29perf evlist: Move perf_evlist__config() to a new source fileAdrian Hunter
2013-08-26perf tools: Don't install scripting files files when disabledArnaldo Carvalho de Melo
2013-08-07perf tests: Add test for reading object codeAdrian Hunter
2013-07-23perf tools: Add test for converting perf time to/from TSCAdrian Hunter
2013-07-22perf tools: Fix build with perl 5.18Kirill A. Shutemov
2013-07-17perf tools: Fix 'make tools/perf'Robert Richter
2013-07-12perf tools: Use default include path notation for libtraceevent headersRobert Richter
2013-07-08perf tools: Fix build errors with O and DESTDIR make vars setRobert Richter
2013-05-30perf tools: Add missing liblk.a dependency for python/perf.soJiri Olsa
2013-05-30perf tools: Remove '?=' Makefile STRIP assignmentJiri Olsa
2013-05-30perf tools: Replace tabs with spaces for all non-commands statementsJiri Olsa
2013-05-30perf tools: Add NO_BIONIC variable to confiure bionic setupJiri Olsa
2013-05-30perf tools: Switch to full path C include directoriesJiri Olsa
2013-05-30perf tools: Merge all *LDFLAGS* make variable into LDFLAGSJiri Olsa
2013-05-30perf tools: Merge all *CFLAGS* make variable into CFLAGSJiri Olsa
2013-05-29perf tools: Final touches for CHK config moveJiri Olsa
2013-05-29perf tools: Move paths config into config/MakefileJiri Olsa
2013-05-29perf tools: Move libnuma check config into config/MakefileJiri Olsa
2013-05-29perf tools: Move stdlib check config into config/MakefileJiri Olsa
2013-05-29perf tools: Move libbfd check config into config/MakefileJiri Olsa
2013-05-29perf tools: Move libpython check config into config/MakefileJiri Olsa
2013-05-29perf tools: Move libperl check config into config/MakefileJiri Olsa
2013-05-29perf tools: Move gtk2 check config into config/MakefileJiri Olsa
2013-05-29perf tools: Move slang check config into config/MakefileJiri Olsa
2013-05-29perf tools: Move libaudit check config into config/MakefileJiri Olsa
2013-05-29perf tools: Move libunwind check config into config/MakefileJiri Olsa
2013-05-28perf tools: Move libdw check config into config/MakefileJiri Olsa
2013-05-28perf tools: Move libelf check config into config/MakefileJiri Olsa
2013-05-28perf tools: Move compiler and linker flags check into config/MakefileJiri Olsa
2013-05-28perf tools: Move programs check into config/MakefileJiri Olsa
2013-05-28perf tools: Move arch check into config/MakefileJiri Olsa
2013-05-28perf tools: Fix tab vs spaces issue in Makefile ifdef/endifJiri Olsa
2013-04-01perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo