oprofile: rename cpu buffer functions
[deliverable/linux.git] / drivers / oprofile / cpu_buffer.c
index fcf96f608d8670be04dcd66508f14028a3cbea42..e52c085cd186afd11dbd25a232ab71b3cd05bfb6 100644 (file)
@@ -152,14 +152,14 @@ add_sample(struct oprofile_cpu_buffer *cpu_buf,
        struct op_entry entry;
        int ret;
 
-       ret = cpu_buffer_write_entry(&entry);
+       ret = op_cpu_buffer_write_entry(&entry);
        if (ret)
                return ret;
 
        entry.sample->eip = pc;
        entry.sample->event = event;
 
-       ret = cpu_buffer_write_commit(&entry);
+       ret = op_cpu_buffer_write_commit(&entry);
        if (ret)
                return ret;
 
This page took 0.028915 seconds and 5 git commands to generate.