aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2012-04-15Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar4-15/+15
2012-04-14perf archive: Correct cutting of symbolic linkChanho Park1-1/+2
2012-04-14perf tools: Ignore auto-generated bison/flex filesNamhyung Kim1-0/+2
2012-04-14perf tools: Fix parsers' rules to dependenciesJiri Olsa1-11/+8
2012-04-13Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar7-13/+68
2012-04-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2012-04-12perf tools: fix NO_GTK2 Makefile config errorStephane Eranian1-1/+1
2012-04-12perf session: Skip event correctly for unknown id/machineJiri Olsa1-2/+2
2012-04-11perf kvm: Finding struct machine fails for PERF_RECORD_MMAPNikunj A. Dadhania1-2/+10
2012-04-05perf annotate: Validate addr in symbol__inc_addr_samplesArnaldo Carvalho de Melo4-3/+38
2012-04-05perf hists browser: Fix NULL deref in hists browsing codeJiri Olsa1-0/+3
2012-04-05perf hists: Catch and handle out-of-date hist entry maps.David Miller1-0/+12
2012-04-05perf annotate: Fix hist decayArnaldo Carvalho de Melo1-8/+4
2012-04-05perf top: Add intel_idle to the skip listArnaldo Carvalho de Melo1-0/+1
2012-04-04perf tools: Fix getrusage() related build failure on glibc trunkMarkus Trippelsdorf1-0/+1
2012-03-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds34-459/+2134
2012-03-31Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar15-8546/+135
2012-03-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2-120/+224
2012-03-30perf tools: Remove auto-generated bison/flex filesIngo Molnar9-8476/+30
2012-03-29tools turbostat: harden against cpu online/offlineLen Brown1-54/+61
2012-03-29tools turbostat: reduce measurement overhead due to IPIsLen Brown1-0/+46
2012-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpupowerutilsLinus Torvalds13-110/+259
2012-03-29perf annotate: Fix off by one symbol hist size allocation and hit accountingArnaldo Carvalho de Melo1-3/+3
2012-03-29tools turbostat: add summary optionLen Brown2-69/+120
2012-03-29perf tools: Add missing ref-cycles event back to event parserNamhyung Kim1-0/+1
2012-03-28mm: move hugepage test examples to tools/testing/selftests/vmDave Young6-1/+363
2012-03-28mm: move slabinfo.c to tools/vmDave Young2-2/+2
2012-03-28mm: move page-types.c from Documentation to tools/vmDave Young2-0/+1113
2012-03-28selftests/Makefile: make `run_tests' depend on `all'Andrew Morton1-1/+1
2012-03-28selftests: launch individual selftests from the main MakefileFrederic Weisbecker3-10/+10
2012-03-28perf annotate: addr2line wants addresses in same format as objdumpDavid Miller1-1/+1
2012-03-28perf probe: Finder fails to resolve function name to addressPrashanth Nageshappa1-1/+3
2012-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-0/+3
2012-03-27perf symbols: Handle NULL dso in dso__name_lenDavid Miller1-0/+2
2012-03-27perf symbols: Do not include libgen.hDavid Miller1-1/+0
2012-03-26perf tools: Fix bug in raw sample parsingStephane Eranian1-0/+2
2012-03-26perf tools: Fix display of first level of callchainsFrederic Weisbecker1-64/+93
2012-03-26perf tools: Switch module.h into export.hJiri Olsa2-1/+1
2012-03-26Merge branch 'linus' into perf/urgentIngo Molnar9-93/+614
2012-03-23bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionAkinobu Mita1-1/+1
2012-03-23Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller3-0/+3
2012-03-23Merge tag 'ktest-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2-14/+56
2012-03-22perf diff: Fix to work with new hists designJiri Olsa5-30/+43
2012-03-22perf tools: Fix modifier to be applied on correct eventsJiri Olsa6-337/+543
2012-03-22perf tools: Fix various casting issues for 32 bitsJiri Olsa2-2/+2
2012-03-22perf tools: Simplify event_read_id exit pathBorislav Petkov1-6/+4
2012-03-22Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo14-34/+49
2012-03-22Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-29/+142
2012-03-21ktest: Allow a test to override REBOOT_ON_SUCCESSSteven Rostedt1-2/+10
2012-03-21ktest: Fix SWITCH_TO_GOOD to also reboot the machineSteven Rostedt1-1/+0
2012-03-21ktest: Add SCP_TO_TARGET_INSTALL optionSteven Rostedt2-7/+33
2012-03-21ktest: Add warning when bugs are ignoredSteven Rostedt1-3/+12
2012-03-21ktest: Add INSTALL_MOD_STRIP=1 when installing modulesSteven Rostedt1-1/+1
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-2/+2
2012-03-20Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-46/+412
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds74-710/+2632
2012-03-19perf report: Add a simple GTK2-based 'perf report' browserPekka Enberg8-4/+272
2012-03-19perf report: Document --symbol-filter optionNamhyung Kim1-0/+3
2012-03-19perf ui browser: Clean lines inside of the input windowNamhyung Kim1-3/+7
2012-03-16Tools: hv: Support enumeration from all the poolsK. Y. Srinivasan1-7/+117
2012-03-16Tools: hv: Fully support the new KVP verbs in the user level daemonK. Y. Srinivasan1-1/+280
2012-03-16Drivers: hv: Support the newly introduced KVP messages in the driverK. Y. Srinivasan1-0/+7
2012-03-16perf report: Treat an argument as a symbol filterNamhyung Kim1-5/+10
2012-03-16perf report: Add --symbol-filter optionNamhyung Kim1-0/+6
2012-03-16perf ui browser: Add 's' key to filter by symbol nameNamhyung Kim1-1/+13
2012-03-16perf ui browser: Introduce ui_browser__input_windowNamhyung Kim3-0/+82
2012-03-16perf hists: Add hists__filter_by_symbolNamhyung Kim2-0/+37
2012-03-16perf tools: Do not disable members of group eventNamhyung Kim3-5/+10
2012-03-16perf stat: Fix event grouping on forked taskNamhyung Kim1-1/+1
2012-03-16perf tools: Add support to specify pmu style eventJiri Olsa5-100/+172
2012-03-16perf tools: Add perf pmu object to access pmu format definitionJiri Olsa10-0/+4541
2012-03-16perf tools: Add config options support for event parsingJiri Olsa9-447/+866
2012-03-16perf tools: Add parser generator for events parsingJiri Olsa10-341/+4752
2012-03-15perf tools: Adjust make rulesJan Beulich1-1/+5
2012-03-14perf tools, x86: Build perf on older user-space as wellIngo Molnar4-0/+10
2012-03-14perf tools: Use scnprintf where applicableArnaldo Carvalho de Melo8-33/+35
2012-03-14perf tools: Incorrect use of snprintf results in SEGVAnton Blanchard1-0/+3
2012-03-13Drivers: hv: Add new message types to enhance KVPK. Y. Srinivasan1-1/+1
2012-03-13perf record: Fix buffer overrun bug in tracepoint_id_to_path()Stephane Eranian1-1/+1
2012-03-12Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar17-166/+1023
2012-03-12perf report: Fix annotate double quit issue in branch view modeStephane Eranian1-7/+31
2012-03-12perf report: Remove duplicate annotate choice in branch view modeStephane Eranian1-0/+2
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar1-3/+5
2012-03-12Merge 3.3-rc7 into usb-nextGreg Kroah-Hartman2-2/+2
2012-03-09Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman16-25/+49
2012-03-09perf report: Enable TUI in branch view modeStephane Eranian5-38/+111
2012-03-09perf report: Auto-detect branch stack sampling modeStephane Eranian4-20/+41
2012-03-09perf record: Add HEADER_BRANCH_STACK tagStephane Eranian3-1/+17
2012-03-09perf record: Provide default branch stack sampling mode optionStephane Eranian2-34/+57
2012-03-09perf tools: Make perf able to read files from older ABIsStephane Eranian1-28/+94
2012-03-09perf tools: Fix ABI compatibility bug in print_event_desc()Stephane Eranian1-10/+9
2012-03-09perf tools: Enable reading of perf.data files from different ABI revStephane Eranian2-7/+50
2012-03-09perf report: Add support for taken branch samplingRoberto Agostino Vitillo2-9/+105
2012-03-09perf record: Add support for sampling taken branchRoberto Agostino Vitillo4-0/+104
2012-03-09perf tools: Add code to support PERF_SAMPLE_BRANCH_STACKRoberto Agostino Vitillo10-78/+468
2012-03-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-18/+42
2012-03-05perf annotate: Add missing newline on error messageNamhyung Kim1-1/+1
2012-03-05perf annotate: Fix help string on tuiNamhyung Kim1-3/+3
2012-03-05perf annotate: Restore title when came back to original symbolNamhyung Kim1-0/+1
2012-03-05perf annotate: Handle lower case key code in annotate_browser__run()Namhyung Kim1-0/+2
2012-03-05perf annotate: Print asm code as blue when source code is displayedNamhyung Kim1-3/+6
2012-03-05perf tools: Add descriptions of missing Makefile argumentsNamhyung Kim1-0/+14
2012-03-05perf evlist: Restore original errno after open failedNamhyung Kim1-0/+1
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar4-1/+22
2012-03-03perf tools: Handle kernels that don't support attr.exclude_{guest,host}Arnaldo Carvalho de Melo4-15/+39
2012-03-03perf tools: Change perf_guest default back to falseJoerg Roedel1-1/+1
2012-03-03perf record: No build id option failsDavid Ahern1-2/+2
2012-03-03cpupower tools: add install target to the debug tools' makefilesFranck Bui-Huu2-2/+24
2012-03-03cpupower tools: allow to build debug tools in a separate directory tooFranck Bui-Huu2-14/+26
2012-03-03cpupower: Fix broken mask valuesThomas Renninger1-2/+2
2012-03-03cpupower tool: allow to build in a separate directoryFranck Bui-Huu2-39/+71
2012-03-03cpupower tool: makefile: simplify the recipe used to generate cpupower.pot ta...Franck Bui-Huu1-3/+1
2012-03-03cpupower tool: remove use of undefined variables from the clean target of the...Franck Bui-Huu1-2/+0
2012-03-03cpupower: Fix linking with --as-neededOzan Çağlayan1-1/+1
2012-03-03cpupower: Remove unneeded code and by that fix a memleakThomas Renninger1-7/+0
2012-03-03cpupower: Fix number of idle statesThomas Renninger1-3/+2
2012-03-03cpupower: Unify cpupower-frequency-* manpagesThomas Renninger2-6/+2
2012-03-03cpupower: Add cpupower-idle-info manpageThomas Renninger1-0/+90
2012-03-03cpupower: AMD fam14h/Ontario monitor can also be used by fam12h cpusThomas Renninger2-9/+9
2012-03-03cpupower: Better interface for accessing AMD pci registersThomas Renninger4-23/+32
2012-03-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds4-1/+22
2012-03-01Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2-2/+2
2012-02-29perf probe: Ensure offset provided is not greater than function length withou...Prashanth Nageshappa1-0/+6
2012-02-29perf tools: Ensure comm string is properly terminatedDavid Ahern1-0/+1
2012-02-29perf probe: Ensure offset provided is not greater than function lengthPrashanth Nageshappa1-1/+11
2012-02-29perf evlist: Return first evsel for non-sample event on old kernelNamhyung Kim1-0/+4
2012-02-28USB: ffs-test: Don't duplicate {get,put}_unaligned*() functionsMatt Fleming2-29/+2
2012-02-28tools/include: Add byteshift headers for endian accessMatt Fleming2-0/+140
2012-02-28tools/virtio: stub out strong barriersMichael S. Tsirkin1-0/+3
2012-02-28tools/virtio: add linux/hrtimer.h stubMichael S. Tsirkin1-0/+0
2012-02-28tools/virtio: add linux/module.h stubMichael S. Tsirkin1-0/+0
2012-02-27Merge tag 'ktest-fix-make-min-failed-build-for-real' of git://git.kernel.org/...Linus Torvalds1-3/+5
2012-02-27ktest: Fix make_min_config test when build failsSteven Rostedt1-3/+5
2012-02-21perf tools: fix broken perf record -a modeStephane Eranian1-1/+1
2012-02-21tools: Fix typo in ktest.plMasanari Iida1-1/+1
2012-02-17perf tools: Remove duplicated string.h includesDanny Kukawka1-1/+0
2012-02-17perf tools: Allow expressions in __print_symbolic() fieldsStefan Hajnoczi1-0/+12
2012-02-14perf tools: Invert the sample_id_all logicArnaldo Carvalho de Melo6-13/+10
2012-02-14perf tools: Handle kernels that don't support attr.exclude_{guest,host}Arnaldo Carvalho de Melo4-15/+39
2012-02-13perf tools: cleanup initialization of attr->sizeStephane Eranian2-1/+2
2012-02-13perf tools: Factor out feature op to process header sectionsRobert Richter1-15/+29
2012-02-13perf tools: Moving code in header.cRobert Richter1-150/+150
2012-02-13perf tools: Add bitmap_or function into bitmap objectJiri Olsa2-0/+21
2012-02-13perf tools: Add sysfs mountpoint interfaceJiri Olsa3-0/+68
2012-02-13perf tools: Remove unused functions from debugfs objectJiri Olsa2-147/+0
2012-02-13perf tools: Get rid of ctype.h in symbol.cNamhyung Kim1-1/+1
2012-02-13perf tools: ctype.c only wants util.hNamhyung Kim1-1/+1
2012-02-13perf tools: Implement islower/isupper macro into util.hNamhyung Kim1-0/+4
2012-02-13perf tools: Change perf_guest default back to falseJoerg Roedel1-1/+1
2012-02-13perf top: Don't process samples with no valid machine objectJoerg Roedel3-0/+17
2012-02-13perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern18-56/+185
2012-02-13perf tools: Fix out of tree compilesDavid Ahern1-0/+1
2012-02-13perf tools: Fix build dependency of perf python extensionNamhyung Kim3-5/+25
2012-02-09drivers: hv: kvp: Cleanup the kernel/user protocolK. Y. Srinivasan1-15/+15
2012-02-09tools: hv: Use hyperv.h to get the KVP definitionsK. Y. Srinivasan1-27/+1
2012-02-09perf record: No build id option failsDavid Ahern1-2/+2
2012-02-09perf tools: fix endianness detection in perf.dataStephane Eranian1-13/+64
2012-02-06perf stat: Align scaled output of cpu-clockNamhyung Kim1-0/+2
2012-02-06perf stat: Adjust print unitNamhyung Kim1-1/+7
2012-02-06perf doc: Allow producing documentation in a specified output directoryFranck Bui-Huu1-34/+52
2012-02-06perf tool: Fix perf stack to non executable on x86_64Jiri Olsa1-0/+7
2012-02-06Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo3-1/+8
2012-02-06perf evsel: Fix an issue where perf report fails to show the proper percentageNaveen N. Rao1-0/+1
2012-02-06perf tools: Fix prefix matching for kernel mapsJiri Olsa1-1/+1
2012-02-06perf tools: Fix perf stack to non executable on x86_64Jiri Olsa1-0/+6
2012-02-02drivers: hv: kvp: Add/cleanup connector definesK. Y. Srinivasan1-4/+0
2012-02-02perf record: Make feature initialization genericRobert Richter2-19/+10
2012-02-02perf probe: Rename target_module to targetSrikar Dronamraju2-19/+19
2012-02-02perf tools: Remove distclean from Makefile help outputJohn Kacur1-1/+0
2012-02-01perf evlist: Make splice_list_tail method publicJiri Olsa2-3/+8
2012-01-30perf top: Fix number of samples displayedStephane Eranian1-3/+10
2012-01-30perf tools: Fix strlen() bug in perf_event__synthesize_event_type()Stephane Eranian1-1/+1
2012-01-30perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney8-16/+3
2012-01-30perf python: Use attr.watermark in twatch.pyArnaldo Carvalho de Melo1-1/+1
2012-01-30perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim8-8/+1
2012-01-30perf lock: Document lock info subcommandNamhyung Kim2-5/+19
2012-01-30perf top: Fix number of samples displayedStephane Eranian1-3/+10
2012-01-30perf script: Add option resolving vmlinux pathAkihiro Nagai4-3/+13
2012-01-30perf script: Add the offset field specifierAkihiro Nagai6-15/+46
2012-01-30perf script: Print branch_from and branch_to of BTS eventsAkihiro Nagai1-0/+42
2012-01-30perf script: Unify the expressions indicating "unknown"Akihiro Nagai6-39/+42
2012-01-30perf evsel: Fix spelling typoMasanari Iida1-1/+1
2012-01-27Merge branch 'perf/fast' into perf/coreIngo Molnar1-2/+175
2012-01-26Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar37-47/+597
2012-01-24perf tools: Fix strlen() bug in perf_event__synthesize_event_type()Stephane Eranian1-1/+1
2012-01-24perf probe: Usability fixesSrikar Dronamraju1-3/+3
2012-01-24perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney8-16/+3
2012-01-24perf bench: Allow passing an iteration count to "bench mem mem{cpy,set}"Jan Beulich2-4/+18
2012-01-24perf bench: Also allow measuring memset()Jan Beulich8-2/+331
2012-01-24perf bench: Also allow measuring alternative memcpy implementationsJan Beulich2-0/+12
2012-01-24perf bench: Make "default" memcpy() selection actually use glibc's implementa...Jan Beulich1-1/+1
2012-01-24perf tools: Introduce per user viewArnaldo Carvalho de Melo18-22/+200
2012-01-24perf tools: Add fprintf methods for thread_map and cpu_map classesArnaldo Carvalho de Melo4-0/+30
2012-01-24usb: gadget: update Michal Nazarewicz's email addressMichal Nazarewicz2-2/+2
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