aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile
AgeCommit message (Expand)AuthorFilesLines
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-03-31Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo 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/acm...Ingo 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 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/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
2010-08-17perf tools: Fix build on POSIX shellsBernd Petrovitsch1-6/+10
2010-08-10perf ui: Complete the breakdown of util/newt.cArnaldo Carvalho de Melo1-4/+3
2010-08-10perf ui: Move hists browser to util/ui/browsers/Arnaldo Carvalho de Melo1-0/+4
2010-08-10perf ui: Move map browser to util/ui/browsers/Arnaldo Carvalho de Melo1-0/+5
2010-08-10perf ui: Move annotate browser to util/ui/browsers/Arnaldo Carvalho de Melo1-1/+6
2010-08-10perf ui: Move ui_progress routines to separate file in util/ui/Arnaldo Carvalho de Melo1-0/+2
2010-08-10perf ui: Move ui_helpline routines to separate file in util/ui/Arnaldo Carvalho de Melo1-0/+2
2010-08-06perf ui: Start breaking down newt.c into multiple filesArnaldo Carvalho de Melo1-3/+7
2010-07-02perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not avail...Conny Seidel1-23/+25
2010-06-18perf scripts perl: Makefile fixTom Zanussi1-1/+1
2010-06-09perf tools: Reorganize the Makefile feature testsArnaldo Carvalho de Melo1-53/+56
2010-05-17perf tools: Add mode to build without newt supportArnaldo Carvalho de Melo1-0/+4
2010-05-17perf tui: Add explicit -lslang optionArnaldo Carvalho de Melo1-1/+1
2010-05-14perf newt: Make <- zoom out filtersArnaldo Carvalho de Melo1-0/+2
2010-05-11perf report: Librarize the annotation code and use it in the newt browserArnaldo Carvalho de Melo1-0/+5
2010-05-11perf symbols: allow forcing use of cplus_demangleKyle McMartin1-0/+3
2010-05-11perf probe: Check older elfutils and set NO_DWARFMasami Hiramatsu1-2/+2
2010-05-02perf: add perf-inject builtinTom Zanussi1-0/+1
2010-05-02perf tools: Don't use code surrounded by __KERNEL__Arnaldo Carvalho de Melo1-15/+1
2010-04-29perf test: Initial regression testing commandArnaldo Carvalho de Melo1-0/+1
2010-04-27perf tools: Create $(OUTPUT)arch/$(ARCH)/util/ directoryArnaldo Carvalho de Melo1-0/+2
2010-04-26perf tools: Fix libdw-dev package name in error messageStefan Hajnoczi1-1/+1
2010-04-22perf: Move arch specific code into separate arch directoryIan Munsie1-6/+30
2010-04-19perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin1-0/+1
2010-04-09perf tools: Fix perl support installation when O= is usedArnaldo Carvalho de Melo1-0/+1
2010-04-03Merge branch 'perf/urgent' into perf/coreIngo Molnar1-5/+5
2010-04-03perf tools: Move the prototypes in util/string.h to util.hArnaldo Carvalho de Melo1-1/+0
2010-04-02perf, probe-finder: Build fix on DebianBorislav Petkov1-5/+5
2010-04-02perf tools: Allow specifying O= to build files in a separate directoryArnaldo Carvalho de Melo1-155/+167
2010-04-02perf tools: Use -o $(BITBUCKET) in one more caseArnaldo Carvalho de Melo1-1/+1
2010-03-22perf probe: Add NO_DWARF make optionMasami Hiramatsu1-0/+4
2010-03-22perf probe: Cleanup debuginfo related codeMasami Hiramatsu1-2/+1
2010-03-12perf report: Implement initial UI using newtArnaldo Carvalho de Melo1-0/+8
2010-03-11perf: Make the install relative to DESTDIR if specifiedJohn Kacur1-1/+3
2010-03-11perf tools: Fix sparse CPU numbering related bugsPaul Mackerras1-0/+2
2010-02-25perf probe: Use elfutils-libdw for analyzing debuginfoMasami Hiramatsu1-5/+5
2010-02-25perf/scripts: Add syscall tracing scriptsTom Zanussi1-0/+3
2010-02-25perf/scripts: Add Python scripting engineTom Zanussi1-0/+21
2010-02-23perf/scripts: Move Perl scripting files to scripting-engines dirTom Zanussi1-4/+5
2010-02-04perf build-id: Move the routine to find DSOs with hits to the libArnaldo Carvalho de Melo1-0/+2
2010-01-31perf lock: Introduce new tool "perf lock", for analyzing lock statisticsHitoshi Mitake1-0/+1
2010-01-31perf: Add util/include/linuxhash.h to include hash.h of kernelHitoshi Mitake1-0/+1
2010-01-21perf buildid-cache: Add new command to manage build-id cacheArnaldo Carvalho de Melo1-0/+1
2010-01-20perf archive: Fix installation steps in the MakefileArnaldo Carvalho de Melo1-1/+1
2010-01-16perf archive: Add helper script to package files needed to do analysisArnaldo Carvalho de Melo1-8/+2
2010-01-13Merge branch 'perf/urgent' into perf/coreIngo Molnar1-16/+28
2010-01-13perf tools: Check if /dev/null can be used as the -o gcc argumentArnaldo Carvalho de Melo1-11/+22
2010-01-13perf tools: Move QUIET_STDERR def to before first useArnaldo Carvalho de Melo1-5/+6
2009-12-28perf record: Introduce a symtab cacheArnaldo Carvalho de Melo1-0/+1
2009-12-28perf tools: Move the map class definition to a separate headerArnaldo Carvalho de Melo1-0/+1
2009-12-28perf session: Move the event processing routines to session.cArnaldo Carvalho de Melo1-1/+0
2009-12-28perf tools: Add missing header files to LIB_H Makefile variableArnaldo Carvalho de Melo1-0/+8
2009-12-17perf probe: Fix libdwarf include path for DebianMasami Hiramatsu1-1/+2
2009-12-15perf trace/scripting: Don't install unneeded filesTom Zanussi1-2/+0
2009-12-15perf diff: Introduce tool to show performance differenceArnaldo Carvalho de Melo1-0/+1
2009-12-14perf session: Ditch register_perf_file_handlerArnaldo Carvalho de Melo1-1/+0
2009-12-12perf tools: Introduce perf_session classArnaldo Carvalho de Melo1-0/+3
2009-12-11perf tools: Allow cross compilingJamie Iles1-2/+4
2009-12-03Merge branch 'perf/scripting' into perf/coreIngo Molnar1-1/+25
2009-12-01perf probe: Move probe event utility functions to probe-event.cMasami Hiramatsu1-0/+2
2009-12-01perf probe: Add probe-finder.h without libdwarfMasami Hiramatsu1-1/+1
2009-11-30perf trace/scripting: Ignore shadowed variable warning for perf-trace-perl.cTom Zanussi1-1/+1
2009-11-30perf trace/scripting: Silence PERL_EMBED_* backtick errorsTom Zanussi1-2/+2
2009-11-28perf trace: Add interface to access perf data from Perl handlersTom Zanussi1-1/+5
2009-11-28perf trace: Add perf trace scripting support modules for PerlTom Zanussi1-0/+7
2009-11-28perf trace: Add Perl scripting supportTom Zanussi1-0/+13
2009-11-27perf tools: Reorganize event processing routines, lotsa dups killedArnaldo Carvalho de Melo1-2/+0
2009-11-24perf tools: Use common process_event functions for annotate and reportJohn Kacur1-0/+2
2009-11-24Merge branch 'perf/bench' into perf/coreIngo Molnar1-0/+1
2009-11-23perf: Use default compiler mode by defaultMichael S. Tsirkin1-17/+3
2009-11-22perf tools: Suggest static libraries as wellMichael S. Tsirkin1-2/+2
2009-11-22perf tools: Add V=2 option to help debug config issuesMichael S. Tsirkin1-9/+15
2009-11-20perf: Add 'perf kmem' toolLi Zefan1-0/+1
2009-11-19perf bench: Add memcpy() benchmarkHitoshi Mitake1-0/+1
2009-11-19perf tools: Add ia64 support for tools/perf/Luck, Tony1-3/+5
2009-11-17perf tools: Support static buildMichael S. Tsirkin1-9/+11
2009-11-17Merge branch 'perf/core' into perf/probesIngo Molnar1-5/+22
2009-11-16perf buildid-list: New plumbing commandArnaldo Carvalho de Melo1-0/+1
2009-11-15Merge branches 'perf/powerpc' and 'perf/bench' into perf/coreIngo Molnar1-0/+7
2009-11-11perf tools: Test -fstack-protector-all compiler option for inclusion in CFLAGSMichael Cree1-1/+4
2009-11-08perf tools: Add debugfs utility routines for perfClark Williams1-0/+2
2009-11-08perf bench: Add subcommand 'bench' to the MakefileHitoshi Mitake1-0/+7
2009-11-04Merge commit 'v2.6.32-rc6' into perf/coreIngo Molnar1-8/+7
2009-10-27perf tools: Generalize event synthesizing routinesArnaldo Carvalho de Melo1-0/+1
2009-10-26perf tools: Remove -Wcast-alignPaul Mundt1-2/+1
2009-10-25perf tools: Fix compatibility with libelf 0.8 and autodetectMarti Raudsepp1-1/+5
2009-10-23Merge branch 'perf/core' into perf/probesIngo Molnar1-4/+54
2009-10-23perf tools: Drop asm/types.h wrapperFrederic Weisbecker1-1/+0
2009-10-21perf tools: Add 'make DEBUG=1' to remove the -O6 cflagSteven Rostedt1-1/+8
2009-10-20perf tools: Add bunch of missing headers to LIB_HArnaldo Carvalho de Melo1-0/+17
2009-10-20perf tools: Add missing tools/perf/util/include/string.hArnaldo Carvalho de Melo1-0/+1
2009-10-19perf tools: Display better error messages on missing packagesRandy Dunlap1-1/+5
2009-10-19perf tools: Use kernel bitmap libraryFrederic Weisbecker1-0/+16
2009-10-17Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar1-8/+15
2009-10-17perf: Add DIE_IF() macro for error checkingMasami Hiramatsu1-0/+1
2009-10-17perf: Check libdwarf APIs for perf probeMasami Hiramatsu1-2/+2
2009-10-15Merge branch 'linus' into perf/coreIngo Molnar1-7/+14
2009-10-12perf probe: Add perf probe command support without libdwarfMasami Hiramatsu1-3/+3
2009-10-12perf: Add perf probe subcommand, a kprobe-event setup helperMasami Hiramatsu1-0/+10
2009-10-12perf tools: Fix the NO_64BIT build on pure 64-bit systemsIngo Molnar1-7/+14
2009-10-08perf tools: Unify perf.data mapping and events handlingFrederic Weisbecker1-0/+2
2009-10-06Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+1
2009-10-04perf tools: Remove show_mask bitmaskArnaldo Carvalho de Melo1-0/+1
2009-10-02perf tools: Rewrite and improve support for kernel modulesArnaldo Carvalho de Melo1-2/+0
2009-10-01perf tools: Run generate-cmdlist.sh properlyMulyadi Santosa1-1/+1
2009-09-30perf tools: Use rb_tree for mapsArnaldo Carvalho de Melo1-0/+1
2009-09-30perf tools: Put common histogram functions in their own fileJohn Kacur1-0/+2
2009-09-24perf tools: Create util/sort.and use itJohn Kacur1-0/+2
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-1/+1
2009-09-19perf: Add the timechart toolArjan van de Ven1-0/+7
2009-09-19perf: Add a SVG helper library fileArjan van de Ven1-0/+1
2009-09-13perf: Add 'perf sched' toolIngo Molnar1-0/+1
2009-09-02perf tools: Clean up warnings list in the MakefileIngo Molnar1-1/+24
2009-08-17perf tools: Add perf traceFrederic Weisbecker1-0/+4
2009-08-16perf tools: Substract -Wformat-nonliteral from Wformat=2 in extra flagsFrederic Weisbecker1-1/+1
2009-08-16perf: Build with stack-protector and with -D_FORTIFY_SOURCE=2Ingo Molnar1-1/+1
2009-08-16perf: Enable more compiler warningsIngo Molnar1-1/+6
2009-08-15perf tools: Factorize the thread code in a dedicated fileFrederic Weisbecker1-0/+1
2009-08-15Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar1-11/+18
2009-08-12perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not avail...Arnaldo Carvalho de Melo1-11/+18
2009-08-12perf tools: Factorize the map helpersFrederic Weisbecker1-0/+1
2009-08-12perf tools: Factorize high level dso helpersFrederic Weisbecker1-0/+1
2009-08-09perf report: Fix and improve the displaying of per-thread event countersBrice Goglin1-0/+2
2009-08-09perf_counter tools: Fix libbfd detection for systems with libz dependencyMike Galbraith1-0/+4
2009-08-06perf: Auto-detect libelfPeter Zijlstra1-4/+11
2009-08-05perf: Auto-detect libbfdPeter Zijlstra1-1/+17
2009-08-01perf_counter tools: Fix link errors with older toolchainsIngo Molnar1-1/+1
2009-07-22perf symbol: C++ demanglingArnaldo Carvalho de Melo1-1/+1
2009-07-02perf_counter tools: Add infrastructure to support loading of kernel module sy...Mike Galbraith1-0/+2
2009-07-01perf_counter tools: Share list.h with the kernelArnaldo Carvalho de Melo1-1/+2
2009-07-01perf_counter tools: Share rbtree.with the kernelArnaldo Carvalho de Melo1-2/+5