| Commit message (Expand) | Author | Age | Files | Lines |
* | perf report: Librarize the annotation code and use it in the newt browser | Arnaldo Carvalho de Melo | 2010-05-11 | 1 | -0/+5 |
* | perf symbols: allow forcing use of cplus_demangle | Kyle McMartin | 2010-05-11 | 1 | -0/+3 |
* | perf probe: Check older elfutils and set NO_DWARF | Masami Hiramatsu | 2010-05-11 | 1 | -2/+2 |
* | perf: add perf-inject builtin | Tom Zanussi | 2010-05-02 | 1 | -0/+1 |
* | perf tools: Don't use code surrounded by __KERNEL__ | Arnaldo Carvalho de Melo | 2010-05-02 | 1 | -15/+1 |
* | perf test: Initial regression testing command | Arnaldo Carvalho de Melo | 2010-04-29 | 1 | -0/+1 |
* | perf tools: Create $(OUTPUT)arch/$(ARCH)/util/ directory | Arnaldo Carvalho de Melo | 2010-04-27 | 1 | -0/+2 |
* | perf tools: Fix libdw-dev package name in error message | Stefan Hajnoczi | 2010-04-26 | 1 | -1/+1 |
* | perf: Move arch specific code into separate arch directory | Ian Munsie | 2010-04-22 | 1 | -6/+30 |
* | perf: 'perf kvm' tool for monitoring guest performance from host | Zhang, Yanmin | 2010-04-19 | 1 | -0/+1 |
* | perf tools: Fix perl support installation when O= is used | Arnaldo Carvalho de Melo | 2010-04-09 | 1 | -0/+1 |
* | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-04-03 | 1 | -5/+5 |
|\ |
|
| * | perf, probe-finder: Build fix on Debian | Borislav Petkov | 2010-04-02 | 1 | -5/+5 |
* | | perf tools: Move the prototypes in util/string.h to util.h | Arnaldo Carvalho de Melo | 2010-04-03 | 1 | -1/+0 |
* | | perf tools: Allow specifying O= to build files in a separate directory | Arnaldo Carvalho de Melo | 2010-04-02 | 1 | -155/+167 |
* | | perf tools: Use -o $(BITBUCKET) in one more case | Arnaldo Carvalho de Melo | 2010-04-02 | 1 | -1/+1 |
* | | perf probe: Add NO_DWARF make option | Masami Hiramatsu | 2010-03-22 | 1 | -0/+4 |
* | | perf probe: Cleanup debuginfo related code | Masami Hiramatsu | 2010-03-22 | 1 | -2/+1 |
* | | perf report: Implement initial UI using newt | Arnaldo Carvalho de Melo | 2010-03-12 | 1 | -0/+8 |
|/ |
|
* | perf: Make the install relative to DESTDIR if specified | John Kacur | 2010-03-11 | 1 | -1/+3 |
* | perf tools: Fix sparse CPU numbering related bugs | Paul Mackerras | 2010-03-11 | 1 | -0/+2 |
* | perf probe: Use elfutils-libdw for analyzing debuginfo | Masami Hiramatsu | 2010-02-25 | 1 | -5/+5 |
* | perf/scripts: Add syscall tracing scripts | Tom Zanussi | 2010-02-25 | 1 | -0/+3 |
* | perf/scripts: Add Python scripting engine | Tom Zanussi | 2010-02-25 | 1 | -0/+21 |
* | perf/scripts: Move Perl scripting files to scripting-engines dir | Tom Zanussi | 2010-02-23 | 1 | -4/+5 |
* | perf build-id: Move the routine to find DSOs with hits to the lib | Arnaldo Carvalho de Melo | 2010-02-04 | 1 | -0/+2 |
* | perf lock: Introduce new tool "perf lock", for analyzing lock statistics | Hitoshi Mitake | 2010-01-31 | 1 | -0/+1 |
* | perf: Add util/include/linuxhash.h to include hash.h of kernel | Hitoshi Mitake | 2010-01-31 | 1 | -0/+1 |
* | perf buildid-cache: Add new command to manage build-id cache | Arnaldo Carvalho de Melo | 2010-01-21 | 1 | -0/+1 |
* | perf archive: Fix installation steps in the Makefile | Arnaldo Carvalho de Melo | 2010-01-20 | 1 | -1/+1 |
* | perf archive: Add helper script to package files needed to do analysis | Arnaldo Carvalho de Melo | 2010-01-16 | 1 | -8/+2 |
* | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-01-13 | 1 | -16/+28 |
|\ |
|
| * | perf tools: Check if /dev/null can be used as the -o gcc argument | Arnaldo Carvalho de Melo | 2010-01-13 | 1 | -11/+22 |
| * | perf tools: Move QUIET_STDERR def to before first use | Arnaldo Carvalho de Melo | 2010-01-13 | 1 | -5/+6 |
* | | perf record: Introduce a symtab cache | Arnaldo Carvalho de Melo | 2009-12-28 | 1 | -0/+1 |
* | | perf tools: Move the map class definition to a separate header | Arnaldo Carvalho de Melo | 2009-12-28 | 1 | -0/+1 |
* | | perf session: Move the event processing routines to session.c | Arnaldo Carvalho de Melo | 2009-12-28 | 1 | -1/+0 |
|/ |
|
* | perf tools: Add missing header files to LIB_H Makefile variable | Arnaldo Carvalho de Melo | 2009-12-28 | 1 | -0/+8 |
* | perf probe: Fix libdwarf include path for Debian | Masami Hiramatsu | 2009-12-17 | 1 | -1/+2 |
* | perf trace/scripting: Don't install unneeded files | Tom Zanussi | 2009-12-15 | 1 | -2/+0 |
* | perf diff: Introduce tool to show performance difference | Arnaldo Carvalho de Melo | 2009-12-15 | 1 | -0/+1 |
* | perf session: Ditch register_perf_file_handler | Arnaldo Carvalho de Melo | 2009-12-14 | 1 | -1/+0 |
* | perf tools: Introduce perf_session class | Arnaldo Carvalho de Melo | 2009-12-12 | 1 | -0/+3 |
* | perf tools: Allow cross compiling | Jamie Iles | 2009-12-11 | 1 | -2/+4 |
* | Merge branch 'perf/scripting' into perf/core | Ingo Molnar | 2009-12-03 | 1 | -1/+25 |
|\ |
|
| * | perf trace/scripting: Ignore shadowed variable warning for perf-trace-perl.c | Tom Zanussi | 2009-11-30 | 1 | -1/+1 |
| * | perf trace/scripting: Silence PERL_EMBED_* backtick errors | Tom Zanussi | 2009-11-30 | 1 | -2/+2 |
| * | perf trace: Add interface to access perf data from Perl handlers | Tom Zanussi | 2009-11-28 | 1 | -1/+5 |
| * | perf trace: Add perf trace scripting support modules for Perl | Tom Zanussi | 2009-11-28 | 1 | -0/+7 |
| * | perf trace: Add Perl scripting support | Tom Zanussi | 2009-11-28 | 1 | -0/+13 |