Searched refs:oprofile_cpu_buffer (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/oprofile/
H A Dcpu_buffer.h34 struct oprofile_cpu_buffer { struct
49 extern struct oprofile_cpu_buffer cpu_buffer[];
51 void cpu_buffer_reset(struct oprofile_cpu_buffer * cpu_buf);
H A Dcpu_buffer.c30 struct oprofile_cpu_buffer cpu_buffer[NR_CPUS] __cacheline_aligned;
52 struct oprofile_cpu_buffer * b = &cpu_buffer[i];
84 struct oprofile_cpu_buffer * b = &cpu_buffer[i];
101 struct oprofile_cpu_buffer * b = &cpu_buffer[i];
110 void cpu_buffer_reset(struct oprofile_cpu_buffer * cpu_buf)
121 static unsigned long nr_available_slots(struct oprofile_cpu_buffer const * b)
132 static void increment_head(struct oprofile_cpu_buffer * b)
147 add_sample(struct oprofile_cpu_buffer * cpu_buf,
157 add_code(struct oprofile_cpu_buffer * buffer, unsigned long value)
171 static int log_sample(struct oprofile_cpu_buffer * cpu_bu
[all...]
H A Doprofile_stats.c22 struct oprofile_cpu_buffer * cpu_buf;
39 struct oprofile_cpu_buffer * cpu_buf;
H A Dbuffer_sync.c390 static unsigned long get_slots(struct oprofile_cpu_buffer * b)
416 static void increment_tail(struct oprofile_cpu_buffer * b)
491 struct oprofile_cpu_buffer * cpu_buf = &cpu_buffer[cpu];

Completed in 163 milliseconds