View | Details | Raw Unified
Collapse All | Expand All

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