This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Some (small) c++ compilation profiling data (oprofile)
- From: Karel Gardas <kgardas at objectsecurity dot com>
- To: Will Cohen <wcohen at redhat dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 17 May 2002 20:36:09 +0200 (CEST)
- Subject: Re: Some (small) c++ compilation profiling data (oprofile)
On Fri, 17 May 2002, Will Cohen wrote:
> What value was /proc/sys/dev/oprofile/cpu_type? Look in the
> oprofile-0.2/op_user.h for the associated enum of op_cpu. There has been
> some recent reorganization of oprofile. Also what does "cat
> /proc/cpuinfo" report?
Please see my previous mail - plus here is op_cpu enum from
oprofile-0.2/op_user.h:
/** supported cpu type */
typedef enum {
CPU_NO_GOOD = -1,
CPU_PPRO,
CPU_PII,
CPU_PIII,
CPU_ATHLON,
CPU_RTC,
MAX_CPU_TYPE
} op_cpu;
and '4' is for 'CPU_RTC'
Cheers,
Karel
--
Karel Gardas kgardas@objectsecurity.com
ObjectSecurity Ltd. http://www.objectsecurity.com