aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-20perf ui browser: Use libslang to read keysArnaldo Carvalho de Melo1-0/+1
2011-10-07perf top: Reuse the 'report' hist_entry/hists classesArnaldo Carvalho de Melo1-4/+0
2011-09-23perf tools: Add support for disabling -Werror via WERROR=0Darren Hart1-1/+8
2011-08-09Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar1-7/+14
2011-08-08perf tools: Add support to install perf python extensionJiri Olsa1-6/+13
2011-08-08perf tools: Make clean leaves some filesKusanagi Kouichi1-1/+1
2011-07-23Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-linus' and 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+4
2011-07-21perf tools, x86: Fix 32-bit compile on 64-bit systemDavid Ahern1-1/+4
2011-07-15perf-probe: Move dwarf library routines to dwarf-aux.{c, h}Masami Hiramatsu1-0/+2
2011-06-16tools/perf: Fix static build of perf toolMathias Krause1-1/+1
2011-05-26perf tools: Fix build on older systemsArnaldo Carvalho de Melo1-0/+2
2011-05-10Merge commit 'v2.6.39-rc7' into perf/coreIngo Molnar1-6/+10
2011-05-07perf tools: Makefile: Use gcc to determine ARCHLin Ming1-6/+10
2011-04-19perf tools: git mv tools/perf/{features-tests.mak,config/}Michael Witten1-1/+1
2011-04-19perf tools: Makefile: PYTHON{,_CONFIG} to bandage Python 3 incompatibilityMichael Witten1-20/+77
2011-04-19perf tools: Makefile: Clean up `python/perf.so' ruleMichael Witten1-6/+4
2011-03-29perf tools: Fix NO_NEWT=1 python build errorRobert Richter1-2/+6
2011-03-15perf evlist: New command to list the names of events present in a perf.data fileArnaldo Carvalho de Melo1-0/+1
2011-02-18perf tools: Makefile: Remove various and sundry cruftMichael Witten1-203/+10
2011-02-18perf tools: Makefile: Remove tool-specific cruftMichael Witten1-72/+1
2011-02-18perf tools: Makefile: Remove platform-specific cruftMichael Witten1-224/+8
2011-02-18perf tools: Makefile: Remove vestigial git-specific cruftMichael Witten1-61/+1
2011-02-16perf tools: Update Makefile with some helpJesse Brandeburg1-0/+30
2011-02-16perf ui: Serialize screen updatesArnaldo Carvalho de Melo1-0/+1
2011-02-16perf tool: Add cgroup supportStephane Eranian1-0/+2
2011-02-07perf tools: Makefile: Use $(QUIET_GEN) for perf.soMichael Witten1-1/+1
2011-02-05perf annotate: Move annotate functions to util/Arnaldo Carvalho de Melo1-0/+2
2011-02-01perf tools: Don't try to build python bindings if Python.h not availableArnaldo Carvalho de Melo1-3/+5
2011-02-01perf tools: Fix up 'make clean' targetArnaldo Carvalho de Melo1-3/+1
2011-02-01perf tools: Remove verbose build messages for the python bindingArnaldo Carvalho de Melo1-4/+8
2011-01-31perf top: Introduce slang based TUIArnaldo Carvalho de Melo1-0/+4
2011-01-31perf top: Move display agnostic routines to util/top.[ch]Arnaldo Carvalho de Melo1-0/+2
2011-01-30perf tools: Initial python bindingArnaldo Carvalho de Melo1-1/+19
2011-01-28perf tools: Add strfilter for general purpose string filterMasami Hiramatsu1-0/+2
2011-01-24perf threads: Move thread_map to separate fileArnaldo Carvalho de Melo1-0/+2
2011-01-22perf evsel: Introduce perf_evlistArnaldo Carvalho de Melo1-0/+2
2011-01-22perf tools: Fix build by checking if extra warnings are supportedArnaldo Carvalho de Melo1-2/+7
2011-01-06perf tools: Build with frame pointerFrederic Weisbecker1-1/+1
2011-01-03perf tools: Introduce event selectorsArnaldo Carvalho de Melo1-0/+4
2010-12-07perf makefile: Allow strong and weak functions in LIB_OBJSIan Munsie1-1/+1
2010-12-01Merge branch 'perf/rename' into perf/coreIngo Molnar1-1/+1
2010-11-26perf bench: Add feature that measures the performance of the arch/x86/lib/memcpy_64.S memcpy routines via 'perf bench mem'Hitoshi Mitake1-0/+11
2010-11-19perf tools: Remove hardcoded include paths for elfutilsRobert Morell1-2/+2
2010-11-16perf: Rename 'perf trace' to 'perf script'Ingo Molnar1-1/+1
2010-10-05Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+1
2010-10-04perf tools: Fix build breakageKusanagi Kouichi1-1/+1
2010-08-25perf tools: Fix linking errors with --as-needed flagTom Zanussi1-6/+15
2010-08-25Merge branch 'linus' into perf/coreIngo Molnar1-4/+10
2010-08-21perf tools: add test for strlcpy()Kirill A. Shutemov1-0/+9
2010-08-18perf tools: Fix build error on read only source.Kusanagi Kouichi1-4/+10