aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2-0/+1101
2010-05-20USB: testusb: testusb compatibility with FunctionFS gadgetMichal Nazarewicz1-70/+190
2010-05-20USB: testusb: an USB testing applicationDavid Brownell1-0/+427
2010-05-20USB: ffs-test: FunctionFS testing programMichal Nazarewicz1-0/+554
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds132-3512/+10256
2010-05-17perf tools: Add mode to build without newt supportArnaldo Carvalho de Melo1-0/+4
2010-05-17perf symbols: symbol inconsistency message should be done only at verbose=1Arnaldo Carvalho de Melo1-1/+1
2010-05-17perf tui: Add explicit -lslang optionArnaldo Carvalho de Melo1-1/+1
2010-05-17perf options: Type check all the remaining OPT_ variantsArnaldo Carvalho de Melo12-33/+33
2010-05-17perf options: Type check OPT_BOOLEAN and fix the offendersArnaldo Carvalho de Melo5-7/+8
2010-05-17perf options: Check v type in OPT_U?INTEGERArnaldo Carvalho de Melo6-17/+18
2010-05-17perf options: Introduce OPT_UINTEGERArnaldo Carvalho de Melo2-2/+22
2010-05-17perf tui: Add workaround for slang < 2.1.4Arnaldo Carvalho de Melo1-10/+21
2010-05-17perf record: Fix bug mismatch with -c option definitionStephane Eranian1-6/+5
2010-05-17perf options: Introduce OPT_U64Arnaldo Carvalho de Melo2-0/+20
2010-05-16perf tui: Add help window to show key associationsArnaldo Carvalho de Melo1-0/+60
2010-05-16perf tui: Make <- exit menus tooArnaldo Carvalho de Melo1-2/+1
2010-05-15perf newt: Add single key shortcuts for zoom into DSO and threadsArnaldo Carvalho de Melo1-3/+20
2010-05-15perf newt: Exit browser unconditionally when CTRL+C, q or Q is pressedArnaldo Carvalho de Melo1-3/+4
2010-05-15perf newt: Fix the 'A'/'a' shortcut for annotateArnaldo Carvalho de Melo1-2/+2
2010-05-15perf newt: Make <- exit the ui_browserArnaldo Carvalho de Melo1-1/+3
2010-05-14perf newt: Make <- zoom out filtersArnaldo Carvalho de Melo4-3/+120
2010-05-14perf report: Report number of events, not samplesArnaldo Carvalho de Melo8-63/+107
2010-05-14perf hist: Clarify events_stats fields usageArnaldo Carvalho de Melo9-34/+41
2010-05-14perf hist: Make event__totals per histsArnaldo Carvalho de Melo8-38/+62
2010-05-13perf trace scripts: Fix typos in perf-trace-python.txtKirill Smelkov1-2/+2
2010-05-13perf tools: change event inheritance logic in stat and recordStephane Eranian4-15/+15
2010-05-13perf hist: Fix missing getline declarationFrederic Weisbecker1-0/+1
2010-05-13perf hist: Fix hists__browse no-newt caseFrederic Weisbecker1-1/+1
2010-05-13perf record: Add a fallback to the reference relocation symbolArnaldo Carvalho de Melo1-0/+3
2010-05-11perf report: Librarize the annotation code and use it in the newt browserArnaldo Carvalho de Melo7-249/+544
2010-05-11perf ui: Add ui_helpline methodsArnaldo Carvalho de Melo1-19/+50
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-11perf hist: Adopt filter by dso and by thread methods from the newt browserArnaldo Carvalho de Melo5-85/+89
2010-05-11perf: Fix static strings treated like dynamic onesFrederic Weisbecker1-1/+1
2010-05-10perf/trace/scripting: syscall-counts script cleanupTom Zanussi1-1/+1
2010-05-10perf/trace/scripting: syscall-counts-by-pid script cleanupTom Zanussi1-1/+1
2010-05-10perf/trace/scripting: failed-syscalls-by-pid script cleanupTom Zanussi1-1/+1
2010-05-10perf/trace/scripting: don't show script start/stop messages by defaultTom Zanussi3-7/+3
2010-05-10perf/trace/scripting: workqueue-stats script cleanupTom Zanussi1-6/+6
2010-05-10perf/trace/scripting: wakeup-latency script cleanupTom Zanussi1-4/+8
2010-05-10perf/trace/scripting: rwtop script cleanupTom Zanussi1-13/+35
2010-05-10perf/trace/scripting: rw-by-pid script cleanupTom Zanussi1-23/+37
2010-05-10perf/trace/scripting: failed-syscalls script cleanupTom Zanussi2-2/+6
2010-05-10perf hist: Calculate max_sym name len and nr_entriesArnaldo Carvalho de Melo5-13/+30
2010-05-10perf hist: Introduce hists class and move lots of methods to itArnaldo Carvalho de Melo10-164/+146
2010-05-10perf session: create_kernel_maps should use ->host_machineArnaldo Carvalho de Melo1-3/+2
2010-05-10perf callchains: Use zalloc to allocate objectsArnaldo Carvalho de Melo1-3/+3
2010-05-10perf newt: Use newtAddComponent()Arnaldo Carvalho de Melo1-3/+3