aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-5/+5
2012-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-0/+3
2012-01-03perf kvm: Fix copy & paste error in descriptionJoerg Roedel1-1/+1
2012-01-03perf script: Kill script_spec__deleteNamhyung Kim1-12/+1
2012-01-03perf top: Fix a memory leakNamhyung Kim1-1/+0
2012-01-03perf stat: Introduce get_ratio_color() helperNamhyung Kim1-56/+35
2012-01-03perf session: Remove impossible condition checkNamhyung Kim1-2/+1
2012-01-02misc latin1 to utf8 conversionsAl Viro1-1/+1
2011-12-29perf tools: Fix feature-bits rework fallout, remove unused variableIngo Molnar1-3/+0
2011-12-23perf script: Add generic perl handler to process eventsRobert Richter1-6/+67
2011-12-23perf tools: Use for_each_set_bit() to iterate over feature flagsRobert Richter3-93/+149
2011-12-23perf tools: Unify handling of features when writing feature sectionRobert Richter2-9/+12
2011-12-23perf report: Accept fifos as input fileRobert Richter19-33/+51
2011-12-23perf tools: Moving code in some filesRobert Richter2-267/+264
2011-12-23perf tools: Fix out-of-bound access to struct perf_sessionRobert Richter2-2/+2
2011-12-23perf tools: Continue processing header on unknown featuresRobert Richter1-1/+1
2011-12-23perf tools: Improve macros for struct feature_opsRobert Richter1-18/+22
2011-12-23perf: builtin-record: Document and check that mmap_pages must be a power of two.Nelson Elhage4-1/+17
2011-12-23perf: builtin-record: Provide advice if mmap'ing fails with EPERM.Nelson Elhage1-1/+8
2011-12-23perf tools: Fix truncated annotationIngo Molnar1-1/+1
2011-12-23perf script: look up thread using tid instead of pidDavid Ahern1-1/+1
2011-12-23perf tools: Look up thread names for system wide profilingDavid Ahern1-22/+53
2011-12-23perf tools: Fix comm for processes with named threadsDavid Ahern1-5/+32
2011-12-22perf report: Fix usage stringNamhyung Kim1-1/+1
2011-12-21perf: Add support for PERF_HW_COUNT_REF_CPU_CYCLESStephane Eranian1-0/+2
2011-12-20Merge branch 'perf/core' of git://github.com/acmel/linux into perf/coreIngo Molnar12-24/+160
2011-12-20Merge commit 'v3.2-rc6' into perf/coreIngo Molnar3-2/+19
2011-12-20perf test: Add more automated tests for event parsingJiri Olsa1-1/+126
2011-12-20perf events: Tidy up perf_event__preprocess_sampleNamhyung Kim1-6/+7
2011-12-20perf tools: Remove stale git headlines from top commentNamhyung Kim2-2/+8
2011-12-20perf tools: Fix a memory leak on perf_read_values_destroyNamhyung Kim1-0/+1
2011-12-20perf symbols: Fix error path on symbol__init()Namhyung Kim1-2/+2
2011-12-20perf symbols: Get rid of duplicated snprintf()Namhyung Kim1-6/+1
2011-12-20perf evlist: Fix errno value reporting on failed mmapNelson Elhage1-1/+3
2011-12-20perf report: Document '--call-graph' for optional print_limit argumentNamhyung Kim2-5/+6
2011-12-20perf evsel: Fix uninitialized memory access to struct perf_sampleRobert Richter1-1/+1
2011-12-20perf record: Add ability to record event periodAndrew Vagin3-0/+5
2011-12-15tools/power turbostat: update fields in manpageArun Thomas1-4/+4
2011-12-12perf tools: Add ability to synthesize event according to a sampleAndrew Vagin3-0/+90
2011-12-12perf script: Implement option for system-wide profilingRobert Richter1-5/+10
2011-12-12perf script: Fix mem leaks and NULL pointer checks around strdup()sRobert Richter1-19/+29
2011-12-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+3
2011-12-07Merge branch 'perf/urgent' of git://github.com/acmel/linux into perf/urgentIngo Molnar2-2/+3
2011-12-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2011-12-06perf header: Use event_name() to get an event nameAndrew Vagin1-1/+1
2011-12-06Merge branch 'perf/urgent' into perf/coreIngo Molnar4-12/+14
2011-12-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-12/+14
2011-12-05perf: Fix parsing of __print_flags() in TP_printk()Steven Rostedt1-0/+2
2011-12-05perf stat: Failure with "Operation not supported"Anton Blanchard1-1/+2
2011-12-02perf test: Soft errors shouldn't stop the "Validate PERF_RECORD_" testArnaldo Carvalho de Melo1-24/+21
2011-12-02perf test: Validate PERF_RECORD_ events and perf_sample fieldsArnaldo Carvalho de Melo1-0/+337
2011-12-02perf event: Introduce perf_event__fprintfArnaldo Carvalho de Melo2-6/+54
2011-11-29perf test: Allow running just a subset of the available testsArnaldo Carvalho de Melo2-22/+67
2011-11-29perf evlist: Always do automatic allocation of pollfd and mmap structuresArnaldo Carvalho de Melo5-27/+7
2011-11-28perf tools: Save some loops using perf_evlist__id2evselArnaldo Carvalho de Melo5-75/+136
2011-11-28perf script: Add comm filtering optionDavid Ahern2-0/+17
2011-11-28perf tools: make -C consistent across commands (for cpu list arg)David Ahern6-8/+8
2011-11-28perf top: Stop using globals for tool stateArnaldo Carvalho de Melo2-235/+245
2011-11-28perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo22-277/+301
2011-11-28perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo24-375/+376
2011-11-28perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo20-373/+520
2011-11-28perf annotate: Group options in a structArnaldo Carvalho de Melo1-31/+33
2011-11-28perf report: Group options in a structArnaldo Carvalho de Melo1-52/+59
2011-11-28perf tools: Use evsel->attr.sample_type instead of session->sample_typeArnaldo Carvalho de Melo2-6/+8
2011-11-28perf session: Remove superfluous callchain_cursor memberArnaldo Carvalho de Melo5-14/+14
2011-11-28perf event: perf_event_ops->attr() manipulates only an evlistArnaldo Carvalho de Melo5-17/+34
2011-11-28perf evlist: Introduce id_hdr_size method out of perf_sessionArnaldo Carvalho de Melo3-28/+34
2011-11-28perf symbols: Add nr_events to symbol_confArnaldo Carvalho de Melo10-37/+30
2011-11-28perf ui progress: Fix divide by zeroArnaldo Carvalho de Melo1-0/+3
2011-11-28perf record: Move 'group' to perf_event_opsArnaldo Carvalho de Melo2-5/+5
2011-11-28perf session: Move threads to struct machineArnaldo Carvalho de Melo6-15/+58
2011-11-28perf record: Move mmap_pages to perf_record_optsArnaldo Carvalho de Melo2-4/+6
2011-11-28perf evlist: Handle default value for 'pages' on mmap methodArnaldo Carvalho de Melo3-8/+11
2011-11-28perf evlist: Introduce {prepare,start}_workload refactored from 'perf record'Arnaldo Carvalho de Melo4-68/+120
2011-11-28perf evsel: Introduce config attr methodArnaldo Carvalho de Melo6-132/+162
2011-11-28perf evlist: Introduce add_tracepoints methodArnaldo Carvalho de Melo3-2/+63
2011-11-28perf evlist: Introduce perf_evlist__add_attrsArnaldo Carvalho de Melo3-33/+48
2011-11-28perf tools: Simplify debugfs mountpoint handling codeArnaldo Carvalho de Melo6-51/+43
2011-11-28perf tools: Eliminate duplicate code and use PATH_MAX consistentlyArnaldo Carvalho de Melo6-62/+24
2011-11-25perf/powerpc: Fix build for PowerPC with uclibc toolchainsFlorian Fainelli1-0/+3
2011-11-18ktest: Check parent options for iterated testsRabin Vincent1-0/+16
2011-11-16perf session: Fix crash with invalid CPU listDavid Ahern1-0/+4
2011-11-16perf python: Fix undefined symbol problemArnaldo Carvalho de Melo3-12/+10
2011-11-11Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-0/+2
2011-11-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2-108/+553
2011-11-07Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds31-288/+624
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-13/+15
2011-11-07perf: Fix parsing of __print_flags() in TP_printk()Steven Rostedt1-0/+2
2011-11-06Merge branches 'acpi', 'idle', 'mrst-pmu' and 'pm-tools' into nextLen Brown1-13/+15
2011-11-03perf top: Fix live annotation in the --stdio interfaceArnaldo Carvalho de Melo1-1/+2
2011-11-02perf top tui: Don't recalc column widths considering just the first pageArnaldo Carvalho de Melo1-1/+0
2011-11-02perf report: Add progress bar when processing time ordered eventsArnaldo Carvalho de Melo2-0/+10
2011-11-02perf hists browser: Warn about lost eventsArnaldo Carvalho de Melo7-29/+112
2011-10-28ktest: Evaluate variables entered on the command lineSteven Rostedt1-4/+6
2011-10-28perf tools: Fix a typo of command name as trace-cmdMasami Hiramatsu1-1/+1
2011-10-27perf hists: Fix recalculation of total_period when sorting entriesArnaldo Carvalho de Melo1-2/+1
2011-10-26Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+9
2011-10-26perf header: Fix build on old systemsArnaldo Carvalho de Melo1-1/+1
2011-10-26perf ui browser: Handle K_RESIZE in dialog windowsArnaldo Carvalho de Melo9-26/+94
2011-10-26perf ui browser: No need to switch char sets that oftenArnaldo Carvalho de Melo1-3/+5
2011-10-26perf hists browser: Use K_TIMERArnaldo Carvalho de Melo1-3/+2
2011-10-26perf ui: Rename ui__warning_paranoid to ui__error_paranoidArnaldo Carvalho de Melo4-6/+8
2011-10-26Merge branches 'slab/next' and 'slub/partial' into slab/for-linusPekka Enberg1-1/+9
2011-10-26perf ui: Reimplement the popup windows using libslangArnaldo Carvalho de Melo6-67/+77
2011-10-26perf ui: Reimplement ui__popup_menu using ui__browserArnaldo Carvalho de Melo3-30/+97
2011-10-26perf ui: Reimplement ui_helpline using libslangArnaldo Carvalho de Melo1-4/+6
2011-10-26perf ui: Improve handling sigwinch a bitArnaldo Carvalho de Melo5-47/+82
2011-10-26perf ui progress: Reimplement using slangArnaldo Carvalho de Melo4-69/+22
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds60-1209/+3447
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+500
2011-10-26perf evlist: Fix grouping of multiple eventsArnaldo Carvalho de Melo9-29/+135
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2011-10-25Merge branch 'staging-next' into Linux 3.1Greg Kroah-Hartman1-0/+500
2011-10-22ktest: Add variable ${PWD}Steven Rostedt1-0/+3
2011-10-22ktest: Add another monitor flush before installing kernelSteven Rostedt1-0/+5
2011-10-21perf symbols: Increase symbol KSYM_NAME_LEN sizeRicardo Ribalda Delgado1-1/+1
2011-10-21perf hists browser: Refuse 'a' hotkey on non symbolic viewsArnaldo Carvalho de Melo1-0/+7
2011-10-20perf ui browser: Use libslang to read keysArnaldo Carvalho de Melo9-64/+125
2011-10-20perf tools: Fix tracing info recordingJiri Olsa3-29/+123
2011-10-20ktest: Do not opencode reboot in grub settingSteven Rostedt1-1/+2
2011-10-20perf hists browser: Elide DSO column when it is set to just one DSO, ditto fo...Arnaldo Carvalho de Melo2-1/+7
2011-10-20perf hists: Don't consider filtered entries when calculating column widthsArnaldo Carvalho de Melo1-1/+2
2011-10-20perf hists: Don't decay total_period for filtered entriesArnaldo Carvalho de Melo1-3/+8
2011-10-19perf hists browser: Honour symbol_conf.show_{nr_samples,total_period}Arnaldo Carvalho de Melo1-0/+10
2011-10-19perf hists browser: Do not exit on tab key with single eventDavid Ahern1-0/+2
2011-10-19perf annotate browser: Don't change selection line when returning from callqArnaldo Carvalho de Melo1-1/+1
2011-10-19perf tools: handle endianness of feature bitmapDavid Ahern1-11/+31
2011-10-19perf tools: Add prelink suggestion to dso update messageDavid Ahern1-2/+2
2011-10-19perf script: Fix unknown feature commentDavid Ahern1-0/+15
2011-10-19perf hists browser: Apply the dso and thread filters when merging new batchesArnaldo Carvalho de Melo1-9/+46
2011-10-19perf hists: Move the dso and thread filters from hist_browserArnaldo Carvalho de Melo3-32/+35
2011-10-19perf ui browser: Honour the xterm colorsArnaldo Carvalho de Melo1-5/+5
2011-10-18perf top tui: Give color hints just on the percentage, like on --stdioArnaldo Carvalho de Melo1-0/+3
2011-10-18perf ui browser: Make the colors configurable and change the defaultsArnaldo Carvalho de Melo2-18/+101
2011-10-18perf tui: Remove unneeded call to newtCls on startupArnaldo Carvalho de Melo1-1/+0
2011-10-18perf hists: Don't format the percentage on hist_entry__snprintfArnaldo Carvalho de Melo3-15/+25
2011-10-18perf ui browser: Allow initial use without navigation UI elementsArnaldo Carvalho de Melo4-17/+39
2011-10-18tools, slub: Fix off-by-one buffer corruption after readlink() callThomas Jarosch1-1/+1
2011-10-18perf tui: Catch signals to exit gracefullyArnaldo Carvalho de Melo1-1/+23
2011-10-18perf hists browser: Add missing hotkeys to the help windowArnaldo Carvalho de Melo1-10/+13
2011-10-17ktest: Add processing of complex conditionalsSteven Rostedt2-5/+58
2011-10-17ktest: Fix parsing of config section linesSteven Rostedt1-18/+31
2011-10-17ktest: Sort make_min_config configs by dependeciesSteven Rostedt1-22/+49
2011-10-17ktest: Add DEFINED keyword for IF statementsSteven Rostedt2-1/+33
2011-10-17ktest: Add OVERRIDE keyword to DEFAULTS sectionSteven Rostedt2-8/+44
2011-10-17ktest: Consolidate TEST_TYPE and DEFAULT codeSteven Rostedt1-40/+21
2011-10-17ktest: Add INCLUDE keyword to include other config filesSteven Rostedt2-9/+78
2011-10-17ktest: Let IF keyword take comparisonsSteven Rostedt2-6/+62
2011-10-17ktest: Add IF and ELSE to config sectionsSteven Rostedt2-4/+98
2011-10-17ktest: Do not reboot on config or build issuesSteven Rostedt1-2/+20
2011-10-17ktest: Add option REBOOT_SUCCESS_LINE to stop waiting after a rebootSteven Rostedt2-6/+37
2011-10-17ktest: Add NO_INSTALL option to not install for a testSteven Rostedt2-1/+16
2011-10-17ktest: Fail when grub menu not foundSteven Rostedt1-1/+4
2011-10-17ktest: Include monitor in reboot codeAndrew Jones1-20/+16
2011-10-17ktest: Only need to save .config when doing mrproperAndrew Jones1-7/+7
2011-10-17ktest: Create outputdir if it does not existAndrew Jones1-3/+5
2011-10-17ktest: Add TEST_TYPE install optionSteven Rostedt2-3/+11
2011-10-17perf hists browser: Add missing stdarg.h includeMike Galbraith1-0/+1
2011-10-17perf top: Fix the 'E' hotkey, select among multiple eventsArnaldo Carvalho de Melo1-0/+1
2011-10-17perf top: Honour --hide_{user,kernel}_symbols and the 'U' hotkeyArnaldo Carvalho de Melo3-10/+20
2011-10-15Merge branch 'perf/core' of git://github.com/acmel/linux into perf/coreIngo Molnar13-165/+375
2011-10-14perf buildid: Fix possible unterminated readlink() result bufferThomas Jarosch1-1/+1
2011-10-14perf annotate browser: Allow toggling the visualization of source code linesArnaldo Carvalho de Melo1-5/+71
2011-10-14perf ui browser: Add filter methodArnaldo Carvalho de Melo2-9/+43
2011-10-14perf annotate browser: Exit when pressing ESC or the left arrowArnaldo Carvalho de Melo1-0/+2
2011-10-14perf hists browser: Invalidate ui_browser->top after timer callsArnaldo Carvalho de Melo2-2/+14
2011-10-13perf hists browser: Fix handling of TAB/UNTAB for multiple eventsArnaldo Carvalho de Melo1-17/+31
2011-10-13perf top: Remove entries from entries_collapsed on decayArnaldo Carvalho de Melo3-4/+15
2011-10-13perf ui browser: Remove ui_browser__add_exit_keysArnaldo Carvalho de Melo5-51/+12
2011-10-13perf ui browser: Handle SIGWINCHArnaldo Carvalho de Melo9-68/+144
2011-10-13perf hists: Fix compilation when NO_NEWT_SUPPORT is setStephane Eranian1-3/+7
2011-10-13perf hists: Don't free decayed entries if in the annotation browserArnaldo Carvalho de Melo3-3/+14
2011-10-12Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-1/+3
2011-10-11perf hists browser: Recalculate browser pointers after resort/decayArnaldo Carvalho de Melo3-7/+26
2011-10-10Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman1-0/+500
2011-10-10perf probe: Fix to show correct error stringMasami Hiramatsu1-1/+3
2011-10-07perf tools: Make --no-asm-raw the defaultArnaldo Carvalho de Melo7-6/+31
2011-10-07perf tools: Make perf.data more self-descriptive (v8)Stephane Eranian15-35/+1308
2011-10-07perf hists browser: Update the browser.nr_entries after the timerArnaldo Carvalho de Melo1-0/+7
2011-10-07perf hists browser: Fix TAB/UNTAB use with multiple eventsArnaldo Carvalho de Melo1-0/+2
2011-10-07perf hists browser: Don't offer symbol actions when symbols not on --sortArnaldo Carvalho de Melo1-9/+17
2011-10-07perf annotate browser: Use -> to navigate on assembly linesArnaldo Carvalho de Melo1-6/+21
2011-10-07perf tools: Fix broken number of samples for perf report -nStephane Eranian1-0/+1
2011-10-07perf top: Use the TUI interface by defaultArnaldo Carvalho de Melo1-7/+0
2011-10-07perf annotate browser: Allow navigation to called functionsArnaldo Carvalho de Melo5-25/+79
2011-10-07perf top: Add callgraph supportArnaldo Carvalho de Melo2-2/+159
2011-10-07perf top: Reuse the 'report' hist_entry/hists classesArnaldo Carvalho de Melo8-579/+196
2011-10-07perf browsers: Add live mode to the hists, annotate browsersArnaldo Carvalho de Melo9-56/+116
2011-10-07perf hists: Threaded addition and sorting of entriesArnaldo Carvalho de Melo4-30/+92
2011-10-07perf report: Add option to show total periodArnaldo Carvalho de Melo4-0/+24
2011-10-07perf hists: Allow limiting the number of rows and columns in fprintfArnaldo Carvalho de Melo4-11/+33
2011-10-07perf hists: Stop using 'self' for struct histsArnaldo Carvalho de Melo1-78/+78
2011-10-06Merge commit 'v3.1-rc9' into perf/coreIngo Molnar14-58/+213
2011-09-29perf symbols: Treat all memory maps without dso file as loadedJiri Olsa1-6/+18
2011-09-29perf sched: Fix script command documentationJiri Olsa1-3/+3
2011-09-29perf report: Fix stdio event name header printingArnaldo Carvalho de Melo1-4/+1
2011-09-29perf: Support setting the disassembler styleAndi Kleen6-1/+17
2011-09-29perf tools: Make stat/record print fatal signals of the target programAndi Kleen2-2/+19
2011-09-29perf stat: Fix spelling in commentJim Cromie1-1/+1
2011-09-29perf stat: Allow tab as cvs delimiterJim Cromie1-2/+4