summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: Fix handling of goto labels that are valid hex numbersArnaldo Carvalho de Melo2010-07-221-2/+6
* perf symbols: Fix directory descriptor leakingGui Jianfeng2010-07-161-7/+10
* perf: Fix various display bugs with parent filteringFrederic Weisbecker2010-07-161-5/+16
* perf: Sync callchains with period based hitsFrederic Weisbecker2010-07-082-18/+19
* perf: Resurrect flat callchainsFrederic Weisbecker2010-07-081-0/+3
* perf: Version String fix, for fallback if not from gitThavidu Ranatunga2010-07-051-8/+9
* perf: Version String fix, using kernel versionThavidu Ranatunga2010-07-051-1/+1
* perf tools: Fix find tids routine by excluding "." and ".."Gui Jianfeng2010-07-011-1/+10
* perf session: Remove threads from tree on PERF_RECORD_EXITArnaldo Carvalho de Melo2010-06-174-2/+20
* perf record: Don't call newt functions when not initializedArnaldo Carvalho de Melo2010-06-101-2/+13
* perf symbols: Set the DSO long name when using symbol_conf.vmlinux_nameArnaldo Carvalho de Melo2010-06-041-2/+6
* Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar2010-06-022-17/+35
|\
| * perf scripts python: Give field dict to unhandled callbackPierre Tardy2010-06-011-16/+34
| * perf hist: fix objdump output parsingKonstantin Stepanyuk2010-06-011-1/+1
* | perf: Do the comm inheritance per thread in event__process_taskFrederic Weisbecker2010-06-011-7/+2Star
* | perf: Process comm events by tidFrederic Weisbecker2010-05-311-2/+2
|/
* perf tui: Fix last use_browser problem related to .perfconfigArnaldo Carvalho de Melo2010-05-271-1/+1
* perf symbols: Add the build id cache to the vmlinux pathArnaldo Carvalho de Melo2010-05-262-5/+24
* perf tui: Reset use_browser if stdout is not a ttyArnaldo Carvalho de Melo2010-05-261-0/+1
* perf report: Support multiple events on the TUIArnaldo Carvalho de Melo2010-05-242-16/+72
* perf annotate: Fix up usage of the build id cacheArnaldo Carvalho de Melo2010-05-241-2/+11
* perf annotate: Add TUI interfaceArnaldo Carvalho de Melo2010-05-224-28/+66
* perf tui: Remove annotate from popup menu after failureArnaldo Carvalho de Melo2010-05-221-0/+5
* perf: Fix getline undeclaredFrederic Weisbecker2010-05-211-1/+1
* Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar2010-05-212-4/+7
|\
| * perf tui: Allow disabling the TUI on a per command basis in ~/.perfconfigArnaldo Carvalho de Melo2010-05-212-4/+7
* | perf annotate: Use build-ids to find the right DSOArnaldo Carvalho de Melo2010-05-206-18/+54
* | perf TUI: Make 'space' be an alias to 'PgDn'Arnaldo Carvalho de Melo2010-05-201-0/+2
|/
* Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-05-203-8/+20
|\
| * perf: Fix unaligned accesses while fetching trace valuesFrederic Weisbecker2010-05-201-1/+6
| * perf: Use read() instead of lseek() in trace_event_read.c:skip()Tom Zanussi2010-05-201-6/+13
| * Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-1855-1977/+6975
| |\
| * | perf: Fix static strings treated like dynamic onesFrederic Weisbecker2010-05-111-1/+1
* | | perf session: Make read_build_id routines look at the host_machine tooArnaldo Carvalho de Melo2010-05-195-40/+69
* | | perf symbols: Don't try to read the build-id twiceArnaldo Carvalho de Melo2010-05-191-0/+4
* | | perf tools: remove xstrndup, xmalloc, xzallocArnaldo Carvalho de Melo2010-05-194-51/+3Star
* | | perf probe: Fix some error exit pathsArnaldo Carvalho de Melo2010-05-191-10/+19
* | | perf tools: Remove some unused functionsArnaldo Carvalho de Melo2010-05-1918-1909/+19Star
* | | perf tui: Fix build problem with slang <= 2.0.6Arnaldo Carvalho de Melo2010-05-181-1/+9
* | | perf probe: Don't compile CFI related code if elfutils is oldMasami Hiramatsu2010-05-182-0/+7
| |/ |/|
* | perf symbols: symbol inconsistency message should be done only at verbose=1Arnaldo Carvalho de Melo2010-05-171-1/+1
* | perf options: Type check all the remaining OPT_ variantsArnaldo Carvalho de Melo2010-05-176-23/+23
* | perf options: Type check OPT_BOOLEAN and fix the offendersArnaldo Carvalho de Melo2010-05-171-1/+2
* | perf options: Check v type in OPT_U?INTEGERArnaldo Carvalho de Melo2010-05-172-2/+8
* | perf options: Introduce OPT_UINTEGERArnaldo Carvalho de Melo2010-05-172-2/+22
* | perf tui: Add workaround for slang < 2.1.4Arnaldo Carvalho de Melo2010-05-171-10/+21
* | perf options: Introduce OPT_U64Arnaldo Carvalho de Melo2010-05-172-0/+20
* | perf tui: Add help window to show key associationsArnaldo Carvalho de Melo2010-05-171-0/+60
* | perf tui: Make <- exit menus tooArnaldo Carvalho de Melo2010-05-171-2/+1Star
* | perf newt: Add single key shortcuts for zoom into DSO and threadsArnaldo Carvalho de Melo2010-05-161-3/+20