Searched refs:oprofile_cpu_buffer (Results 1 – 3 of 3) sorted by relevance
/drivers/oprofile/ |
D | cpu_buffer.c | 34 DEFINE_PER_CPU(struct oprofile_cpu_buffer, op_cpu_buffer); 48 struct oprofile_cpu_buffer *cpu_buf = this_cpu_ptr(&op_cpu_buffer); in oprofile_cpu_buffer_inc_smpl_lost() 75 struct oprofile_cpu_buffer *b = &per_cpu(op_cpu_buffer, i); in alloc_cpu_buffers() 102 struct oprofile_cpu_buffer *b = &per_cpu(op_cpu_buffer, i); in start_cpu_work() 122 struct oprofile_cpu_buffer *b = &per_cpu(op_cpu_buffer, i); in flush_cpu_work() 182 op_add_code(struct oprofile_cpu_buffer *cpu_buf, unsigned long backtrace, in op_add_code() 235 op_add_sample(struct oprofile_cpu_buffer *cpu_buf, in op_add_sample() 260 log_sample(struct oprofile_cpu_buffer *cpu_buf, unsigned long pc, in log_sample() 285 static inline void oprofile_begin_trace(struct oprofile_cpu_buffer *cpu_buf) in oprofile_begin_trace() 290 static inline void oprofile_end_trace(struct oprofile_cpu_buffer *cpu_buf) in oprofile_end_trace() [all …]
|
D | cpu_buffer.h | 41 struct oprofile_cpu_buffer { struct 54 DECLARE_PER_CPU(struct oprofile_cpu_buffer, op_cpu_buffer); argument 64 struct oprofile_cpu_buffer *cpu_buf = &per_cpu(op_cpu_buffer, cpu); in op_cpu_buffer_reset()
|
D | oprofile_stats.c | 22 struct oprofile_cpu_buffer *cpu_buf; in oprofile_reset_stats() 43 struct oprofile_cpu_buffer *cpu_buf; in oprofile_create_stats_files()
|