···106106void oprofile_add_ext_sample(unsigned long pc, struct pt_regs * const regs,107107 unsigned long event, int is_kernel);108108109109+/**110110+ * Add an hardware sample.111111+ */112112+void oprofile_add_ext_hw_sample(unsigned long pc, struct pt_regs * const regs,113113+ unsigned long event, int is_kernel,114114+ struct task_struct *task);115115+109116/* Use this instead when the PC value is not from the regs. Doesn't110117 * backtrace. */111118void oprofile_add_pc(unsigned long pc, int is_kernel, unsigned long event);