summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-30
|\
| * perf tui: Fix last use_browser problem related to .perfconfigArnaldo Carvalho de Melo2010-05-27
| * perf symbols: Add the build id cache to the vmlinux pathArnaldo Carvalho de Melo2010-05-26
| * perf tui: Reset use_browser if stdout is not a ttyArnaldo Carvalho de Melo2010-05-26
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-27
|\ \ | |/
| * perf report: Support multiple events on the TUIArnaldo Carvalho de Melo2010-05-23
| * perf annotate: Fix up usage of the build id cacheArnaldo Carvalho de Melo2010-05-23
| * perf annotate: Add TUI interfaceArnaldo Carvalho de Melo2010-05-22
| * perf tui: Remove annotate from popup menu after failureArnaldo Carvalho de Melo2010-05-22
| * perf report: Don't start the TUI if -D is usedArnaldo Carvalho de Melo2010-05-21
| * perf: Fix getline undeclaredFrederic Weisbecker2010-05-21
| * perf-record: Share per-cpu buffersPeter Zijlstra2010-05-21
| * perf-record: Remove -MPeter Zijlstra2010-05-21
| * Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar2010-05-21
| |\
| | * perf tui: Allow disabling the TUI on a per command basis in ~/.perfconfigArnaldo Carvalho de Melo2010-05-20
| | * perf record: remove unneeded gettimeofday() callRuss Anderson2010-05-20
| * | perf annotate: Use build-ids to find the right DSOArnaldo Carvalho de Melo2010-05-20
| * | perf TUI: Make 'space' be an alias to 'PgDn'Arnaldo Carvalho de Melo2010-05-20
| |/
| * Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-05-20
| |\
| | * perf: Fix unaligned accesses while fetching trace valuesFrederic Weisbecker2010-05-20
| | * perf: Use read() instead of lseek() in trace_event_read.c:skip()Tom Zanussi2010-05-20
| * | perf session: Make read_build_id routines look at the host_machine tooArnaldo Carvalho de Melo2010-05-19
| * | perf symbols: Don't try to read the build-id twiceArnaldo Carvalho de Melo2010-05-19
| * | perf tools: remove xstrndup, xmalloc, xzallocArnaldo Carvalho de Melo2010-05-18
| * | perf probe: Don't call die()Arnaldo Carvalho de Melo2010-05-18
| * | perf probe: Fix some error exit pathsArnaldo Carvalho de Melo2010-05-18
| * | perf tools: Remove some unused functionsArnaldo Carvalho de Melo2010-05-18
| * | perf stat: add perf stat -B to pretty print large numbersStephane Eranian2010-05-18
| * | perf tui: Fix build problem with slang <= 2.0.6Arnaldo Carvalho de Melo2010-05-18
| * | perf probe: Don't compile CFI related code if elfutils is oldMasami Hiramatsu2010-05-17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-05-20
|\ \ \ | |_|/ |/| |
| * | USB: testusb: testusb compatibility with FunctionFS gadgetMichal Nazarewicz2010-05-20
| * | USB: testusb: an USB testing applicationDavid Brownell2010-05-20
| * | USB: ffs-test: FunctionFS testing programMichal Nazarewicz2010-05-20
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-18
|\ \ \ | |/ / |/| / | |/
| * perf tools: Add mode to build without newt supportArnaldo Carvalho de Melo2010-05-17
| * perf symbols: symbol inconsistency message should be done only at verbose=1Arnaldo Carvalho de Melo2010-05-17
| * perf tui: Add explicit -lslang optionArnaldo Carvalho de Melo2010-05-17
| * perf options: Type check all the remaining OPT_ variantsArnaldo Carvalho de Melo2010-05-17
| * perf options: Type check OPT_BOOLEAN and fix the offendersArnaldo Carvalho de Melo2010-05-17
| * perf options: Check v type in OPT_U?INTEGERArnaldo Carvalho de Melo2010-05-17
| * perf options: Introduce OPT_UINTEGERArnaldo Carvalho de Melo2010-05-17
| * perf tui: Add workaround for slang < 2.1.4Arnaldo Carvalho de Melo2010-05-17
| * perf record: Fix bug mismatch with -c option definitionStephane Eranian2010-05-17
| * perf options: Introduce OPT_U64Arnaldo Carvalho de Melo2010-05-17
| * perf tui: Add help window to show key associationsArnaldo Carvalho de Melo2010-05-16
| * perf tui: Make <- exit menus tooArnaldo Carvalho de Melo2010-05-16
| * perf newt: Add single key shortcuts for zoom into DSO and threadsArnaldo Carvalho de Melo2010-05-15
| * perf newt: Exit browser unconditionally when CTRL+C, q or Q is pressedArnaldo Carvalho de Melo2010-05-15
| * perf newt: Fix the 'A'/'a' shortcut for annotateArnaldo Carvalho de Melo2010-05-15