This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]