[PATCH 6/9] perf/trace/scripting: don't show script start/stop messages by default
Only print the script start/stop messages in verbose mode - users normally don't care and it just clutters up the output. Signed-off-by: Tom Zanussi <tzanussi(a)gmail.com> --- tools/perf/builtin-trace.c | 3 +++ .../perf/util/scripting-engines/trace-event-perl.c | 3 --- .../util/sc... 10 May 2010 01:13
linux-next: build failure after merge of the tip tree
Hi all, After merging the tip tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/misc/vmware_balloon.c:44:24: error: asm/vmware.h: No such file or directory drivers/misc/vmware_balloon.c: In function 'vmballoon_init': drivers/misc/vmware_balloon.c:770: error: implicit declaration of... 10 May 2010 02:17
[PATCH 7/9] perf/trace/scripting: failed-syscalls-by-pid script cleanup
A small fixe for the failed syscalls by pid script: - silence the match output in the shell script Signed-off-by: Tom Zanussi <tzanussi(a)gmail.com> --- .../python/bin/failed-syscalls-by-pid-report | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/perf/scripts/python/bin/fa... 10 May 2010 01:13
[PATCH 5/9] perf/trace/scripting: workqueue-stats script cleanup
Some minor fixes for the workqueue-stats script: - Fix nuisance 'use of uninitialized value' warnings Signed-off-by: Tom Zanussi <tzanussi(a)gmail.com> --- tools/perf/scripts/perl/workqueue-stats.pl | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/perf/scripts/perl/wor... 10 May 2010 01:13
[PATCH 8/9] perf/trace/scripting: syscall-counts-by-pid script cleanup
A small fix for the syscall counts by pid script: - silence the match output in the shell script Signed-off-by: Tom Zanussi <tzanussi(a)gmail.com> --- .../python/bin/syscall-counts-by-pid-report | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/perf/scripts/python/bin/sysc... 10 May 2010 01:13
[PATCH 1/9] perf/trace/scripting: failed-syscalls script cleanup
A couple small fixes for the failed syscalls script: - The script description says it can be restricted to a specific comm, make it so. - silence the match output in the shell script Signed-off-by: Tom Zanussi <tzanussi(a)gmail.com> --- tools/perf/scripts/perl/bin/failed-syscalls-report | 2 +- tools/p... 10 May 2010 01:13
[PATCH 4/9] perf/trace/scripting: wakeup-latency script cleanup
Some minor fixes for the wakeup-latency script: - Fix nuisance 'use of uninitialized value' warnings - Avoid divide-by-zero error Signed-off-by: Tom Zanussi <tzanussi(a)gmail.com> --- tools/perf/scripts/perl/wakeup-latency.pl | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git... 10 May 2010 01:13
[PATCH 2/2 V2] hwmon: (coretemp) Get TjMax value from MSR
The MSR IA32_TEMPERATURE_TARGET contains the TjMax value in the newer processers. Signed-off-by: Huaxu Wan <huaxu.wan(a)linux.intel.com> Signed-off-by: Carsten Emde <C.Emde(a)osadl.org> --- arch/x86/include/asm/msr-index.h | 2 + drivers/hwmon/coretemp.c | 52 ++++++++++++++++++++++++++++++++++++- 2 ... 10 May 2010 00:09
linux-next: build warnings after merge of the rr tree
Hi Rusty, On Mon, 10 May 2010 13:44:09 +1000 Stephen Rothwell <sfr(a)canb.auug.org.au> wrote: drivers/acpi/debug.c:141: warning: passing argument 1 of '__check_old_set_param' from incompatible pointer type include/linux/moduleparam.h:165: note: expected 'int (*)(const char *, struct kernel_param *)' but argum... 10 May 2010 12:05
[PATCH] powerpc: remove unused 'protect4gb' boot parameter
'protect4gb' boot parameter was introduced to avoid allocating dma space acrossing 4GB boundary in 2007 (the commit 569975591c5530fdc9c7a3c45122e5e46f075a74). In 2008, the IOMMU was fixed to use the boundary_mask parameter per device properly. So 'protect4gb' workaround was removed (the 383af9525bb27f927511874f6... 10 May 2010 00:09