aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/Makefile
AgeCommit message (Expand)Author
2013-03-04perf tools: Fix build with bison 2.3 and older.Vinson Lee
2012-10-13kbuild: Fix gcc -x syntaxJean Delvare
2012-05-07perf: Turn off compiler warnings for flex and bison generated filesGreg Kroah-Hartman
2012-04-16perf tools: Drop CROSS_COMPILE from flex and bison callsOtavio Salvador
2012-04-14perf tools: Fix parsers' rules to dependenciesJiri Olsa
2012-04-12perf tools: fix NO_GTK2 Makefile config errorStephane Eranian
2012-03-31Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar
2012-03-30perf tools: Remove auto-generated bison/flex filesIngo Molnar
2012-03-26perf tools: Switch module.h into export.hJiri Olsa
2012-03-22Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo
2012-03-19perf report: Add a simple GTK2-based 'perf report' browserPekka Enberg
2012-03-16perf tools: Add perf pmu object to access pmu format definitionJiri Olsa
2012-03-16perf tools: Add parser generator for events parsingJiri Olsa
2012-03-15perf tools: Adjust make rulesJan Beulich
2012-03-14perf tools, x86: Build perf on older user-space as wellIngo Molnar
2012-03-05perf tools: Add descriptions of missing Makefile argumentsNamhyung Kim
2012-02-13perf tools: Add sysfs mountpoint interfaceJiri Olsa
2012-02-13perf tools: Fix build dependency of perf python extensionNamhyung Kim
2012-02-02perf tools: Remove distclean from Makefile help outputJohn Kacur
2012-01-30perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney
2012-01-24perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney
2012-01-24perf bench: Also allow measuring memset()Jan Beulich
2011-11-28perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo
2011-10-20perf ui browser: Use libslang to read keysArnaldo Carvalho de Melo
2011-10-07perf top: Reuse the 'report' hist_entry/hists classesArnaldo Carvalho de Melo
2011-09-23perf tools: Add support for disabling -Werror via WERROR=0Darren Hart
2011-08-09Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar
2011-08-08perf tools: Add support to install perf python extensionJiri Olsa
2011-08-08perf tools: Make clean leaves some filesKusanagi Kouichi
2011-07-23Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-...Linus Torvalds
2011-07-21perf tools, x86: Fix 32-bit compile on 64-bit systemDavid Ahern
2011-07-15perf-probe: Move dwarf library routines to dwarf-aux.{c, h}Masami Hiramatsu
2011-06-16tools/perf: Fix static build of perf toolMathias Krause
2011-05-26perf tools: Fix build on older systemsArnaldo Carvalho de Melo
2011-05-10Merge commit 'v2.6.39-rc7' into perf/coreIngo Molnar
2011-05-07perf tools: Makefile: Use gcc to determine ARCHLin Ming
2011-04-19perf tools: git mv tools/perf/{features-tests.mak,config/}Michael Witten
2011-04-19perf tools: Makefile: PYTHON{,_CONFIG} to bandage Python 3 incompatibilityMichael Witten
2011-04-19perf tools: Makefile: Clean up `python/perf.so' ruleMichael Witten
2011-03-29perf tools: Fix NO_NEWT=1 python build errorRobert Richter
2011-03-15perf evlist: New command to list the names of events present in a perf.data fileArnaldo Carvalho de Melo
2011-02-18perf tools: Makefile: Remove various and sundry cruftMichael Witten
2011-02-18perf tools: Makefile: Remove tool-specific cruftMichael Witten
2011-02-18perf tools: Makefile: Remove platform-specific cruftMichael Witten
2011-02-18perf tools: Makefile: Remove vestigial git-specific cruftMichael Witten
2011-02-16perf tools: Update Makefile with some helpJesse Brandeburg
2011-02-16perf ui: Serialize screen updatesArnaldo Carvalho de Melo
2011-02-16perf tool: Add cgroup supportStephane Eranian
2011-02-07perf tools: Makefile: Use $(QUIET_GEN) for perf.soMichael Witten
2011-02-05perf annotate: Move annotate functions to util/Arnaldo Carvalho de Melo