Searched defs:cpu_buf (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/oprofile/
H A Doprofile_stats.c22 struct oprofile_cpu_buffer *cpu_buf; oprofile_reset_stats() local
43 struct oprofile_cpu_buffer *cpu_buf; oprofile_create_stats_files() local
H A Dcpu_buffer.h64 struct oprofile_cpu_buffer *cpu_buf = &per_cpu(op_cpu_buffer, cpu); op_cpu_buffer_reset() local
H A Dcpu_buffer.c48 struct oprofile_cpu_buffer *cpu_buf = this_cpu_ptr(&op_cpu_buffer); oprofile_cpu_buffer_inc_smpl_lost() local
182 op_add_code(struct oprofile_cpu_buffer *cpu_buf, unsigned long backtrace, op_add_code() argument
235 op_add_sample(struct oprofile_cpu_buffer *cpu_buf, op_add_sample() argument
260 log_sample(struct oprofile_cpu_buffer *cpu_buf, unsigned long pc, log_sample() argument
285 static inline void oprofile_begin_trace(struct oprofile_cpu_buffer *cpu_buf) oprofile_begin_trace() argument
290 static inline void oprofile_end_trace(struct oprofile_cpu_buffer *cpu_buf) oprofile_end_trace() argument
300 struct oprofile_cpu_buffer *cpu_buf = this_cpu_ptr(&op_cpu_buffer); __oprofile_add_ext_sample() local
360 struct oprofile_cpu_buffer *cpu_buf = this_cpu_ptr(&op_cpu_buffer); oprofile_write_reserve() local
415 struct oprofile_cpu_buffer *cpu_buf = this_cpu_ptr(&op_cpu_buffer); oprofile_add_pc() local
421 struct oprofile_cpu_buffer *cpu_buf = this_cpu_ptr(&op_cpu_buffer); oprofile_add_trace() local

Completed in 293 milliseconds