summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/rename' into perf/coreIngo Molnar2010-12-012-5/+5
|\
| * perf: Rename 'perf trace' to 'perf script'Ingo Molnar2010-11-162-5/+5
* | perf tools: fix event parsing of comma-separated tracepoint eventsCorey Ashford2010-11-301-4/+8
* | perf debug: Simplify trace_eventArnaldo Carvalho de Melo2010-11-301-28/+13
* | perf session: Allocate chunks of sample objectsThomas Gleixner2010-11-302-5/+19
* | perf session: Cache sample objectsThomas Gleixner2010-11-302-4/+27
* | perf session: Keep file mmaped instead of malloc/memcpyThomas Gleixner2010-11-301-16/+11
* | perf session: Use sensible mmap sizeThomas Gleixner2010-11-301-12/+29
* | perf session: Simplify termination checksThomas Gleixner2010-11-301-9/+11
* | perf session: Move ui_progress_update in __perf_session__process_events()Thomas Gleixner2010-11-301-1/+1
* | perf session: Cleanup __perf_session__process_events()Thomas Gleixner2010-11-301-40/+37
* | perf session: Use appropriate pointer type instead of silly typecastingThomas Gleixner2010-11-301-2/+2
* | perf session: Fix list sort algorithmThomas Gleixner2010-11-302-68/+49
* | perf tools: Fix lost and unknown events handlingArnaldo Carvalho de Melo2010-11-274-1/+46
* | perf symbols: Correct final kernel map guessesIan Munsie2010-11-272-2/+2
* | perf events: Default to using event__process_lostArnaldo Carvalho de Melo2010-11-261-1/+1
* | perf record: Add option to disable collecting build-idsArnaldo Carvalho de Melo2010-11-263-2/+15
* | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-11-261-1/+3
|\ \
| * | perf symbols: Remove incorrect open-coded container_of()Rabin Vincent2010-11-231-1/+3
| |/
* | perf bench: Add feature that measures the performance of the arch/x86/lib/mem...Hitoshi Mitake2010-11-263-0/+33
* | perf tools: Remove hardcoded include paths for elfutilsRobert Morell2010-11-191-3/+3
|/
* perf, ui: Eliminate stack-smashing protection compiler complaintCyrill Gorcunov2010-11-101-2/+3
* perf scripting: Shut up 'perf record' final statusArnaldo Carvalho de Melo2010-10-262-3/+3
* perf probe: Fix format specified for Dwarf_Off parameterArnaldo Carvalho de Melo2010-10-231-1/+2
* perf tools: Remove direct slang.h includeArnaldo Carvalho de Melo2010-10-221-1/+0
* perf probe: Add basic module supportMasami Hiramatsu2010-10-215-64/+224
* perf probe: Show accessible global variablesMasami Hiramatsu2010-10-214-11/+30
* perf probe: Function style fixMasami Hiramatsu2010-10-212-2/+2
* perf probe: Show accessible local variablesMasami Hiramatsu2010-10-214-98/+419
* perf probe: Support global variablesMasami Hiramatsu2010-10-211-8/+17
* perf probe: Fix local variable searching loopMasami Hiramatsu2010-10-211-8/+18
* perf probe: Fix type searchingMasami Hiramatsu2010-10-211-8/+17
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-10-051-2/+2
|\
| * perf trace scripting: Fix extern struct definitionsStephane Eranian2010-10-041-2/+2
| * perf ui hist browser: Fix segfault on 'a' for annotateFrederik Deweerdt2010-10-041-1/+1
* | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-152-1/+9
|\ \ | |/
| * perf symbols: Fix multiple initialization of symbol systemJovi Zhang2010-09-092-1/+9
* | perf ui browser: Don't use windows, slang is enoughArnaldo Carvalho de Melo2010-09-133-40/+34
* | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-09-092-13/+30
|\ \ | |/
| * perf probe: Fix handling of arguments namesMasami Hiramatsu2010-09-081-13/+19
| * perf probe: Fix return probe supportMasami Hiramatsu2010-09-082-0/+11
* | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-08-301-0/+1
|\ \
| * \ Merge branch 'perf/urgent' into perf/coreFrederic Weisbecker2010-08-271-0/+1
| |\ \ | | |/
| | * perf: Initialize callchains roots's childen hitsFrederic Weisbecker2010-08-271-0/+1
* | | perf symbols: List symbols in a dso in ascending name orderSrikar Dronamraju2010-08-252-0/+15
* | | perf hists browser: Introduce "expand/collapse all callchains" actionArnaldo Carvalho de Melo2010-08-251-6/+106
* | | perf hists browser: Init the has_children fields just onceArnaldo Carvalho de Melo2010-08-251-14/+4
* | | perf hists browser: replace rb_first() != NULL by !RB_EMPTY_ROOT()Arnaldo Carvalho de Melo2010-08-251-7/+7
* | | perf hists: Fix hist_entry__init_have_childrenArnaldo Carvalho de Melo2010-08-251-0/+1
|/ /
* | perf: Support for callchains mergeFrederic Weisbecker2010-08-223-0/+59
OpenPOWER on IntegriCloud