X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Foprofile%2Fbuffer_sync.h;h=08866f6a96a36c6ef4e5355634c284fe29a530fd;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=a8def27d8502ef6013fecce65ad97cb7c3820609;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/drivers/oprofile/buffer_sync.h b/drivers/oprofile/buffer_sync.h index a8def27d8..08866f6a9 100644 --- a/drivers/oprofile/buffer_sync.h +++ b/drivers/oprofile/buffer_sync.h @@ -16,4 +16,7 @@ int sync_start(void); /* remove the hooks */ void sync_stop(void); +/* sync the given CPU's buffer */ +void sync_buffer(int cpu); + #endif /* OPROFILE_BUFFER_SYNC_H */