aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/Makefile
AgeCommit message (Expand)Author
2009-12-01perf probe: Add probe-finder.h without libdwarfMasami Hiramatsu
2009-11-30perf trace/scripting: Ignore shadowed variable warning for perf-trace-perl.cTom Zanussi
2009-11-30perf trace/scripting: Silence PERL_EMBED_* backtick errorsTom Zanussi
2009-11-28perf trace: Add interface to access perf data from Perl handlersTom Zanussi
2009-11-28perf trace: Add perf trace scripting support modules for PerlTom Zanussi
2009-11-28perf trace: Add Perl scripting supportTom Zanussi
2009-11-27perf tools: Reorganize event processing routines, lotsa dups killedArnaldo Carvalho de Melo
2009-11-24perf tools: Use common process_event functions for annotate and reportJohn Kacur
2009-11-24Merge branch 'perf/bench' into perf/coreIngo Molnar
2009-11-23perf: Use default compiler mode by defaultMichael S. Tsirkin
2009-11-22perf tools: Suggest static libraries as wellMichael S. Tsirkin
2009-11-22perf tools: Add V=2 option to help debug config issuesMichael S. Tsirkin
2009-11-20perf: Add 'perf kmem' toolLi Zefan
2009-11-19perf bench: Add memcpy() benchmarkHitoshi Mitake
2009-11-19perf tools: Add ia64 support for tools/perf/Luck, Tony
2009-11-17perf tools: Support static buildMichael S. Tsirkin
2009-11-17Merge branch 'perf/core' into perf/probesIngo Molnar
2009-11-16perf buildid-list: New plumbing commandArnaldo Carvalho de Melo
2009-11-15Merge branches 'perf/powerpc' and 'perf/bench' into perf/coreIngo Molnar
2009-11-11perf tools: Test -fstack-protector-all compiler option for inclusion in CFLAGSMichael Cree
2009-11-08perf tools: Add debugfs utility routines for perfClark Williams
2009-11-08perf bench: Add subcommand 'bench' to the MakefileHitoshi Mitake
2009-11-04Merge commit 'v2.6.32-rc6' into perf/coreIngo Molnar
2009-10-27perf tools: Generalize event synthesizing routinesArnaldo Carvalho de Melo
2009-10-26perf tools: Remove -Wcast-alignPaul Mundt
2009-10-25perf tools: Fix compatibility with libelf 0.8 and autodetectMarti Raudsepp
2009-10-23Merge branch 'perf/core' into perf/probesIngo Molnar
2009-10-23perf tools: Drop asm/types.h wrapperFrederic Weisbecker
2009-10-21perf tools: Add 'make DEBUG=1' to remove the -O6 cflagSteven Rostedt
2009-10-20perf tools: Add bunch of missing headers to LIB_HArnaldo Carvalho de Melo
2009-10-20perf tools: Add missing tools/perf/util/include/string.hArnaldo Carvalho de Melo
2009-10-19perf tools: Display better error messages on missing packagesRandy Dunlap
2009-10-19perf tools: Use kernel bitmap libraryFrederic Weisbecker
2009-10-17Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar
2009-10-17perf: Add DIE_IF() macro for error checkingMasami Hiramatsu
2009-10-17perf: Check libdwarf APIs for perf probeMasami Hiramatsu
2009-10-15Merge branch 'linus' into perf/coreIngo Molnar
2009-10-12perf probe: Add perf probe command support without libdwarfMasami Hiramatsu
2009-10-12perf: Add perf probe subcommand, a kprobe-event setup helperMasami Hiramatsu
2009-10-12perf tools: Fix the NO_64BIT build on pure 64-bit systemsIngo Molnar
2009-10-08perf tools: Unify perf.data mapping and events handlingFrederic Weisbecker
2009-10-06Merge branch 'perf/urgent' into perf/coreIngo Molnar
2009-10-04perf tools: Remove show_mask bitmaskArnaldo Carvalho de Melo
2009-10-02perf tools: Rewrite and improve support for kernel modulesArnaldo Carvalho de Melo
2009-10-01perf tools: Run generate-cmdlist.sh properlyMulyadi Santosa
2009-09-30perf tools: Use rb_tree for mapsArnaldo Carvalho de Melo
2009-09-30perf tools: Put common histogram functions in their own fileJohn Kacur
2009-09-24perf tools: Create util/sort.and use itJohn Kacur
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-09-19perf: Add the timechart toolArjan van de Ven