aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-24perf tools: Do not use _FORTIFY_SOURCE when DEBUG=1 is specifiedArnaldo Carvalho de Melo1-2/+2
2012-05-22perf tools: Always try to build libtraceeventNamhyung Kim1-2/+2
2012-05-22perf tools: Rename libparsevent to libtraceevent in MakefileNamhyung Kim1-11/+11
2012-05-22perf tools: Add support for displaying event parser debug infoJiri Olsa1-3/+9
2012-05-22perf test: Move parse event automated tests to separated objectJiri Olsa1-0/+1
2012-05-21Merge branch 'perf/parse-events-4' of git://github.com/fweisbec/tracing into perf/coreIngo Molnar1-2/+18
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo1-4/+4
2012-05-07perf: Turn off compiler warnings for flex and bison generated filesGreg Kroah-Hartman1-2/+2
2012-05-02perf ui: Add gtk2 support into setup_browser()Namhyung Kim1-0/+6
2012-05-02perf target: Split out perf_target handling codeNamhyung Kim1-0/+2
2012-04-25perf: Have perf use the new libtraceevent.a librarySteven Rostedt1-7/+13
2012-04-25perf: Build libtraceevent.aSteven Rostedt1-1/+9
2012-04-25perf: Separate out trace-cmd parse-events from perf filesSteven Rostedt1-0/+2
2012-04-16perf tools: Drop CROSS_COMPILE from flex and bison callsOtavio Salvador1-2/+2
2012-04-14perf tools: Fix parsers' rules to dependenciesJiri Olsa1-11/+8
2012-04-12perf tools: fix NO_GTK2 Makefile config errorStephane Eranian1-1/+1
2012-04-11perf tools: Move GTK+ bits to tools/perf/ui/gtk directoryNamhyung Kim1-2/+2
2012-04-11perf tools: Move UI bits to tools/perf/ui directoryNamhyung Kim1-20/+20
2012-04-11perf tools: Fix parsers' rules to dependenciesJiri Olsa1-11/+8
2012-04-11tools: Add Makefile.includeBorislav Petkov1-46/+1
2012-03-31Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar1-17/+30
2012-03-30perf tools: Remove auto-generated bison/flex filesIngo Molnar1-17/+30
2012-03-26perf tools: Switch module.h into export.hJiri Olsa1-1/+1
2012-03-22Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo1-0/+2
2012-03-19perf report: Add a simple GTK2-based 'perf report' browserPekka Enberg1-0/+14
2012-03-16perf tools: Add perf pmu object to access pmu format definitionJiri Olsa1-0/+12
2012-03-16perf tools: Add parser generator for events parsingJiri Olsa1-0/+17
2012-03-15perf tools: Adjust make rulesJan Beulich1-1/+5
2012-03-14perf tools, x86: Build perf on older user-space as wellIngo Molnar1-0/+2
2012-03-05perf tools: Add descriptions of missing Makefile argumentsNamhyung Kim1-0/+14
2012-02-13perf tools: Add sysfs mountpoint interfaceJiri Olsa1-0/+2
2012-02-13perf tools: Fix build dependency of perf python extensionNamhyung Kim1-1/+4
2012-02-02perf tools: Remove distclean from Makefile help outputJohn Kacur1-1/+0
2012-01-30perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney1-5/+2
2012-01-24perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney1-5/+2
2012-01-24perf bench: Also allow measuring memset()Jan Beulich1-1/+3
2011-11-28perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo1-0/+1
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