Lines Matching refs:oprofile_cpu_buffer
36 DEFINE_PER_CPU(struct oprofile_cpu_buffer, op_cpu_buffer);
50 struct oprofile_cpu_buffer *cpu_buf = this_cpu_ptr(&op_cpu_buffer); in oprofile_cpu_buffer_inc_smpl_lost()
77 struct oprofile_cpu_buffer *b = &per_cpu(op_cpu_buffer, i); in alloc_cpu_buffers()
104 struct oprofile_cpu_buffer *b = &per_cpu(op_cpu_buffer, i); in start_cpu_work()
124 struct oprofile_cpu_buffer *b = &per_cpu(op_cpu_buffer, i); in flush_cpu_work()
184 op_add_code(struct oprofile_cpu_buffer *cpu_buf, unsigned long backtrace, in op_add_code()
237 op_add_sample(struct oprofile_cpu_buffer *cpu_buf, in op_add_sample()
262 log_sample(struct oprofile_cpu_buffer *cpu_buf, unsigned long pc, in log_sample()
287 static inline void oprofile_begin_trace(struct oprofile_cpu_buffer *cpu_buf) in oprofile_begin_trace()
292 static inline void oprofile_end_trace(struct oprofile_cpu_buffer *cpu_buf) in oprofile_end_trace()
302 struct oprofile_cpu_buffer *cpu_buf = this_cpu_ptr(&op_cpu_buffer); in __oprofile_add_ext_sample()
362 struct oprofile_cpu_buffer *cpu_buf = this_cpu_ptr(&op_cpu_buffer); in oprofile_write_reserve()
417 struct oprofile_cpu_buffer *cpu_buf = this_cpu_ptr(&op_cpu_buffer); in oprofile_add_pc()
423 struct oprofile_cpu_buffer *cpu_buf = this_cpu_ptr(&op_cpu_buffer); in oprofile_add_trace()
454 struct oprofile_cpu_buffer *b = in wq_sync_buffer()
455 container_of(work, struct oprofile_cpu_buffer, work.work); in wq_sync_buffer()