Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89566
Collapse All | Expand All

(-)oprofile-0.8.2/module/oprofile.h (-1 / +1 lines)
Lines 141-147 Link Here
141
 * performance counter */
141
 * performance counter */
142
extern struct op_int_operations op_rtc_ops;
142
extern struct op_int_operations op_rtc_ops;
143
143
144
void FASTCALL(op_do_profile(uint cpu, long eip, long irq_enabled, int ctr));
144
void op_do_profile(uint cpu, long eip, long irq_enabled, int ctr);
145
extern struct _oprof_data oprof_data[NR_CPUS];
145
extern struct _oprof_data oprof_data[NR_CPUS];
146
extern struct oprof_sysctl sysctl_parms;
146
extern struct oprof_sysctl sysctl_parms;
147
extern int lproc_dointvec(ctl_table *table, int write, struct file *filp, void *buffer, size_t *lenp);
147
extern int lproc_dointvec(ctl_table *table, int write, struct file *filp, void *buffer, size_t *lenp);

Return to bug 89566