Lines Matching refs:cpu_buf
22 struct oprofile_cpu_buffer *cpu_buf; in oprofile_reset_stats() local
26 cpu_buf = &per_cpu(op_cpu_buffer, i); in oprofile_reset_stats()
27 cpu_buf->sample_received = 0; in oprofile_reset_stats()
28 cpu_buf->sample_lost_overflow = 0; in oprofile_reset_stats()
29 cpu_buf->backtrace_aborted = 0; in oprofile_reset_stats()
30 cpu_buf->sample_invalid_eip = 0; in oprofile_reset_stats()
43 struct oprofile_cpu_buffer *cpu_buf; in oprofile_create_stats_files() local
54 cpu_buf = &per_cpu(op_cpu_buffer, i); in oprofile_create_stats_files()
63 &cpu_buf->sample_received); in oprofile_create_stats_files()
65 &cpu_buf->sample_lost_overflow); in oprofile_create_stats_files()
67 &cpu_buf->backtrace_aborted); in oprofile_create_stats_files()
69 &cpu_buf->sample_invalid_eip); in oprofile_create_stats_files()