????

Your IP : 216.73.216.174


Current Path : /usr/share/systemtap/runtime/linux/
Upload File :
Current File : //usr/share/systemtap/runtime/linux/autoconf-ring_buffer_read_prepare.c

/* Some kernels have split preparing and starting ring_buffers. */
#include <linux/types.h>
#include <linux/ring_buffer.h>

void foo (void)
{
  ring_buffer_read_prepare(NULL, 1);
}