aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/Makefile
AgeCommit message (Expand)Author
2010-07-22perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not avail...Conny Seidel
2010-05-17perf tools: Add mode to build without newt supportArnaldo Carvalho de Melo
2010-05-17perf tui: Add explicit -lslang optionArnaldo Carvalho de Melo
2010-05-14perf newt: Make <- zoom out filtersArnaldo Carvalho de Melo
2010-05-11perf report: Librarize the annotation code and use it in the newt browserArnaldo Carvalho de Melo
2010-05-11perf symbols: allow forcing use of cplus_demangleKyle McMartin
2010-05-11perf probe: Check older elfutils and set NO_DWARFMasami Hiramatsu
2010-05-02perf: add perf-inject builtinTom Zanussi
2010-05-02perf tools: Don't use code surrounded by __KERNEL__Arnaldo Carvalho de Melo
2010-04-29perf test: Initial regression testing commandArnaldo Carvalho de Melo
2010-04-27perf tools: Create $(OUTPUT)arch/$(ARCH)/util/ directoryArnaldo Carvalho de Melo
2010-04-26perf tools: Fix libdw-dev package name in error messageStefan Hajnoczi
2010-04-22perf: Move arch specific code into separate arch directoryIan Munsie
2010-04-19perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin
2010-04-09perf tools: Fix perl support installation when O= is usedArnaldo Carvalho de Melo
2010-04-03Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-04-03perf tools: Move the prototypes in util/string.h to util.hArnaldo Carvalho de Melo
2010-04-02perf, probe-finder: Build fix on DebianBorislav Petkov
2010-04-02perf tools: Allow specifying O= to build files in a separate directoryArnaldo Carvalho de Melo
2010-04-02perf tools: Use -o $(BITBUCKET) in one more caseArnaldo Carvalho de Melo
2010-03-22perf probe: Add NO_DWARF make optionMasami Hiramatsu
2010-03-22perf probe: Cleanup debuginfo related codeMasami Hiramatsu
2010-03-12perf report: Implement initial UI using newtArnaldo Carvalho de Melo
2010-03-11perf: Make the install relative to DESTDIR if specifiedJohn Kacur
2010-03-11perf tools: Fix sparse CPU numbering related bugsPaul Mackerras
2010-02-25perf probe: Use elfutils-libdw for analyzing debuginfoMasami Hiramatsu
2010-02-25perf/scripts: Add syscall tracing scriptsTom Zanussi
2010-02-25perf/scripts: Add Python scripting engineTom Zanussi
2010-02-23perf/scripts: Move Perl scripting files to scripting-engines dirTom Zanussi
2010-02-04perf build-id: Move the routine to find DSOs with hits to the libArnaldo Carvalho de Melo
2010-01-31perf lock: Introduce new tool "perf lock", for analyzing lock statisticsHitoshi Mitake
2010-01-31perf: Add util/include/linuxhash.h to include hash.h of kernelHitoshi Mitake
2010-01-21perf buildid-cache: Add new command to manage build-id cacheArnaldo Carvalho de Melo
2010-01-20perf archive: Fix installation steps in the MakefileArnaldo Carvalho de Melo
2010-01-16perf archive: Add helper script to package files needed to do analysisArnaldo Carvalho de Melo
2010-01-13Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-01-13perf tools: Check if /dev/null can be used as the -o gcc argumentArnaldo Carvalho de Melo
2010-01-13perf tools: Move QUIET_STDERR def to before first useArnaldo Carvalho de Melo
2009-12-28perf record: Introduce a symtab cacheArnaldo Carvalho de Melo
2009-12-28perf tools: Move the map class definition to a separate headerArnaldo Carvalho de Melo
2009-12-28perf session: Move the event processing routines to session.cArnaldo Carvalho de Melo
2009-12-28perf tools: Add missing header files to LIB_H Makefile variableArnaldo Carvalho de Melo
2009-12-17perf probe: Fix libdwarf include path for DebianMasami Hiramatsu
2009-12-15perf trace/scripting: Don't install unneeded filesTom Zanussi
2009-12-15perf diff: Introduce tool to show performance differenceArnaldo Carvalho de Melo
2009-12-14perf session: Ditch register_perf_file_handlerArnaldo Carvalho de Melo
2009-12-12perf tools: Introduce perf_session classArnaldo Carvalho de Melo
2009-12-11perf tools: Allow cross compilingJamie Iles
2009-12-03Merge branch 'perf/scripting' into perf/coreIngo Molnar
2009-12-01perf probe: Move probe event utility functions to probe-event.cMasami Hiramatsu