[tip:perf/nmi] lockup_detector: Remove nmi_watchdog.c file
Commit-ID: f69bcf60c3f17aa367e16eef7bc6ab001ea6d58a Gitweb: http://git.kernel.org/tip/f69bcf60c3f17aa367e16eef7bc6ab001ea6d58a Author: Don Zickus <dzickus(a)redhat.com> AuthorDate: Fri, 7 May 2010 17:11:47 -0400 Committer: Frederic Weisbecker <fweisbec(a)gmail.com> CommitDate: Wed, 12 May 2010 23:55:46 +0200... 13 May 2010 03:58
[tip:perf/nmi] x86: Move trigger_all_cpu_backtrace to its own die_notifier
Commit-ID: 7cbb7e7fa46f6e5229438ac9e4a5c72ec0d53e0b Gitweb: http://git.kernel.org/tip/7cbb7e7fa46f6e5229438ac9e4a5c72ec0d53e0b Author: Don Zickus <dzickus(a)redhat.com> AuthorDate: Fri, 7 May 2010 17:11:48 -0400 Committer: Frederic Weisbecker <fweisbec(a)gmail.com> CommitDate: Wed, 12 May 2010 23:55:47 +0200... 13 May 2010 03:58
[tip:perf/nmi] lockup_detector: Touch_softlockup cleanups and softlockup_tick removal
Commit-ID: 332fbdbca3f7716c5620970755ae054d213bcc4e Gitweb: http://git.kernel.org/tip/332fbdbca3f7716c5620970755ae054d213bcc4e Author: Don Zickus <dzickus(a)redhat.com> AuthorDate: Fri, 7 May 2010 17:11:45 -0400 Committer: Frederic Weisbecker <fweisbec(a)gmail.com> CommitDate: Wed, 12 May 2010 23:55:43 +0200... 13 May 2010 03:57
[tip:perf/nmi] watchdog: Export touch_softlockup_watchdog
Commit-ID: 0167c781907fcdc3e1f144ef5ce31d402c91eb94 Gitweb: http://git.kernel.org/tip/0167c781907fcdc3e1f144ef5ce31d402c91eb94 Author: Ingo Molnar <mingo(a)elte.hu> AuthorDate: Thu, 13 May 2010 08:53:33 +0200 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Thu, 13 May 2010 08:53:33 +0200 watchdog: Ex... 13 May 2010 03:57
tracing/sched: Fix task states in sched switch event
* Steven Rostedt <rostedt(a)goodmis.org> wrote: +#define TASK_STATE_X(num) TASK_STATE_##num " (" DESCR_TASK_STATE_##num ")" static const char *task_state_array[] = { - "R (running)", /* 0 */ - "S (sleeping)", /* 1 */ - "D (disk sleep)", /* 2 */ - "T (stopped)", /* 4 */ - "t (tracing s... 25 May 2010 09:06
[PATCH 4/7] perf trace: Rewind pointer in case field in header_page is missing
From: Ian Munsie <imunsie(a)au1.ibm.com> This patch rewinds the input pointer in the event that parsing one of the fields in the header_page fails (which can happen if a field is missing, such as the overwrite field), allowing the next field to be parsed. This patch fixes an issue from e9e94e3bd862d31777335722e7... 13 May 2010 02:53
[PATCH 1/7] perf trace: Defensive programming
From: Ian Munsie <imunsie(a)au1.ibm.com> This patch makes the failure case where the size that read_size is passed is invalid kill perf immediately rather than silently failing, so that further bugs or regressions using read_size can be found more easily and squashed early. Signed-off-by: Ian Munsie <imunsie(a)au1... 13 May 2010 02:53
perf trace: Fix array handling & value truncation
This patch series fixes several issues with perf trace relating to the size of a long. The first issue fixed by patch #2 is an assumption that tracepoints with arrays as part of their output (for instance, raw_syscalls:sys_enter) that the size of each element within the array is a long size. Due to further problem... 13 May 2010 02:53
[PATCH 5/7] perf trace: use long_size from trace-event-read
From: Ian Munsie <imunsie(a)au1.ibm.com> long_size was not being initialised in trace-event-parse, which caused a few bugs. This patch makes it use the long_size from trace-event-read. Signed-off-by: Ian Munsie <imunsie(a)au1.ibm.com> --- tools/perf/util/trace-event-parse.c | 2 +- tools/perf/util/trace-event... 13 May 2010 02:53
Unified lockup detector
* Frederic Weisbecker <fweisbec(a)gmail.com> wrote: Ingo, Please pull the perf/nmi branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git perf/nmi There is also a merge of v2.6.34-rc7 to catch up with latest softlockup changes and prevent ... 13 May 2010 02:53