oprofile: remove nr_available_slots()
authorRobert Richter <robert.richter@amd.com>
Mon, 8 Dec 2008 10:59:52 +0000 (11:59 +0100)
committerRobert Richter <robert.richter@amd.com>
Wed, 10 Dec 2008 19:03:35 +0000 (20:03 +0100)
commit1d7503b5dccf2b95babca050e4960e10d2633f2b
tree99e032e01e451a4dfff5514486275d4be7b13dce
parent6dad828b76c7224a22ddc9ce7aa495d994f03b31
oprofile: remove nr_available_slots()

This function is no longer available after the port to the new ring
buffer. Its removal can lead to incomplete sampling sequences since
IBS samples and backtraces are transfered in multiple samples. Due to
a full buffer, samples could be lost any time. The userspace daemon
has to live with such incomplete sampling sequences as long as the
data within one sample is consistent.

This will be fixed by changing the internal buffer data there all data
of one IBS sample or a backtrace is packed in a single ring buffer
entry. This is possible since the new ring buffer supports variable
data size.

Signed-off-by: Robert Richter <robert.richter@amd.com>
drivers/oprofile/cpu_buffer.c