Blame src/perfctr-2.6.x/examples/global/arch.h

Packit 577717
/* $Id: arch.h,v 1.1 2004/01/11 22:07:12 mikpe Exp $
Packit 577717
 * Architecture-specific support code.
Packit 577717
 *
Packit 577717
 * Copyright (C) 2004  Mikael Pettersson
Packit 577717
 */
Packit 577717
Packit 577717
extern int counting_mips;	/* for CPUs that cannot FLOPS */
Packit 577717
Packit 577717
extern void setup_control(const struct perfctr_info *info,
Packit 577717
			  struct perfctr_cpu_control *cpu_control);