[BACK]Return to op_counter.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / arch / arm / oprofile

File: [Development] / linux-2.6-xfs / arch / arm / oprofile / op_counter.h (download)

Revision 1.3, Thu Dec 21 14:39:45 2006 UTC (10 years, 10 months ago) by donaldd.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -2 lines

Merge up to 2.6.19
Merge of 2.6.x-xfs-melb:linux:27801b by kenmcd.

/**
 * @file op_counter.h
 *
 * @remark Copyright 2004 Oprofile Authors
 * @remark Read the file COPYING
 *
 * @author Zwane Mwaikambo
 */

#ifndef OP_COUNTER_H
#define OP_COUNTER_H

/* Per performance monitor configuration as set via
 * oprofilefs.
 */
struct op_counter_config {
	unsigned long count;
	unsigned long enabled;
	unsigned long event;
	unsigned long unit_mask;
	unsigned long kernel;
	unsigned long user;
};

extern struct op_counter_config *counter_config;

#endif /* OP_COUNTER_H */