]> Git Repo - linux.git/commit
x86, perf_counter, bts: Optimize BTS overflow handling
authorMarkus Metzger <[email protected]>
Tue, 15 Sep 2009 11:00:23 +0000 (13:00 +0200)
committerIngo Molnar <[email protected]>
Fri, 18 Sep 2009 18:43:20 +0000 (20:43 +0200)
commit5622f295b53fb60dbf9bed3e2c89d182490a8b7f
tree8279554bddd1607d53dc06e97f4b5a1d0c085ccd
parent4b77a7297795229eca96c41e1709a3c87909fabe
x86, perf_counter, bts: Optimize BTS overflow handling

Draining the BTS buffer on a buffer overflow interrupt takes too
long resulting in a kernel lockup when tracing the kernel.

Restructure perf_counter sampling into sample creation and sample
output.

Prepare a single reference sample for BTS sampling and update the
from and to address fields when draining the BTS buffer. Drain the
entire BTS buffer between a single perf_output_begin() /
perf_output_end() pair.

Signed-off-by: Markus Metzger <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
LKML-Reference: <20090915130023[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/cpu/perf_counter.c
include/linux/perf_counter.h
kernel/perf_counter.c
This page took 0.063918 seconds and 4 git commands to generate.