aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2012-01-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-0/+2
2012-01-18Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into ...Len Brown1-0/+2
2012-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds3-192/+581
2012-01-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds15-84/+124
2012-01-14Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+49
2012-01-12Merge branch 'akpm' (aka "Andrew's patch-bomb, take two")Linus Torvalds4-0/+433
2012-01-12selftests: new x86 breakpoints selftestFrederic Weisbecker4-2/+416
2012-01-12selftests: new very basic kernel selftests directoryFrederic Weisbecker2-0/+19
2012-01-12lguest: move the lguest tool to the tools directoryDavidlohr Bueso5-0/+2261
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell2-16/+8
2012-01-12virtio: harsher barriers for rpmsg.Rusty Russell2-1/+3
2012-01-10mm-tracepoint: fix documentation and examplesKonstantin Khlebnikov1-17/+17
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-5/+5
2012-01-08perf tools: Fix compile error on x86_64 UbuntuNamhyung Kim1-1/+0
2012-01-08perf report: Fix --stdio output alignment when --showcpuutilization usedNamhyung Kim1-16/+18
2012-01-08perf annotate: Get rid of field_sep checkNamhyung Kim1-5/+0
2012-01-08perf annotate: Fix usage stringNamhyung Kim1-1/+1
2012-01-08perf kmem: Fix a memory leakNamhyung Kim1-0/+1
2012-01-08perf kmem: Add missing closedir() callsNamhyung Kim1-0/+2
2012-01-08perf top: Add error message for EMFILENamhyung Kim1-0/+4
2012-01-08perf test: Change type of '-v' option to INCRNamhyung Kim1-1/+1
2012-01-08perf script: Add missing closedir() callsNamhyung Kim1-0/+4
2012-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-0/+3
2012-01-06perf tools: Add const.h to MANIFEST to make perf-tar-src-pkg work againSebastian Andrzej Siewior1-0/+1
2012-01-06perf tools: Add support for guest/host-only profilingJoerg Roedel2-2/+14
2012-01-06perf kvm: Do guest-only counting by defaultJoerg Roedel5-5/+26
2012-01-06perf top: Don't update total_period on process_sampleArnaldo Carvalho de Melo1-1/+0
2012-01-06perf hists: Stop using 'self' for struct hist_entryArnaldo Carvalho de Melo2-48/+48
2012-01-06perf hists: Rename total_session to total_periodArnaldo Carvalho de Melo1-8/+8
2012-01-04ktest: Add INGORE_ERRORS to ignore warnings in boot upSteven Rostedt2-1/+11
2012-01-04ktest: Still do reboot even for REBOOT_TYPE = scriptSteven Rostedt2-9/+7
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-22ktest: Fix compare script to test if options are not documentedSteven Rostedt1-1/+3
2011-12-22ktest: Detect typos in option namesSteven Rostedt2-80/+139
2011-12-22ktest: Have all values be set by defaultsSteven Rostedt1-27/+59
2011-12-22ktest: Change initialization of defaults hash to perl formatSteven Rostedt1-35/+36
2011-12-22ktest: Add options SWITCH_TO_GOOD and SWITCH_TO_TESTSteven Rostedt2-7/+47
2011-12-22ktest: Allow overriding bisect test resultsSteven Rostedt2-0/+83
2011-12-22ktest: Evaluate options before processing themSteven Rostedt1-5/+6
2011-12-22ktest: Evaluate $KERNEL_VERSION in both install and post installSteven Rostedt1-3/+12
2011-12-22ktest: Only ask options needed for installSteven Rostedt1-5/+14
2011-12-22ktest: When creating a new config, ask for BUILD_OPTIONSSteven Rostedt1-1/+14
2011-12-22ktest: Do not ask for some options if the only test is buildSteven Rostedt1-12/+31
2011-12-22ktest: Ask for type of test when creating a new configSteven Rostedt1-4/+12
2011-12-22ktest: Allow bisect test to restart where it left offSteven Rostedt1-6/+64
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-23ktest: When creating new config, allow the use of ${THIS_DIR}Steven Rostedt1-2/+17
2011-11-21ktest: Add default for ssh-user, build-target and target-imageSteven Rostedt1-1/+7
2011-11-18ktest: Allow success logs to be storedRabin Vincent2-34/+52
2011-11-18ktest: Save test outputRabin Vincent1-11/+19
2011-11-18ktest: Check parent options for iterated testsRabin Vincent1-0/+16
2011-11-18tools turbostat: recognize and run properly on IVBLen Brown1-0/+2
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-07NFSD: Added fault injection scriptBryan Schumaker1-0/+49
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