Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libpfm_intel_x86_arch(3) [centos man page]

LIBPFM(3)						     Linux Programmer's Manual							 LIBPFM(3)

NAME
libpfm_intel_x86_arch - support for Intel X86 architectural PMU SYNOPSIS
#include <perfmon/pfmlib.h> PMU name: ix86arch PMU desc: Intel X86 architectural PMU DESCRIPTION
The library supports any processor implementing the Intel architectural PMU. This is a minimal PMU with a variable number of counters but predefined set of events. It is implemented in all recent processors starting with Intel Core Duo/Core Solo. It acts as a default PMU support in case the library is run on a very recent processor for which the specific support has not yet been implemented. MODIFIERS
The following modifiers are supported on Intel architectural PMU: u Measure at user level which includes privilege levels 1, 2, 3. This corresponds to PFM_PLM3. This is a boolean modifier. k Measure at kernel level which includes privilege level 0. This corresponds to PFM_PLM0. This is a boolean modifier. i Invert the meaning of the event. The counter will now count cycles in which the event is not occurring. This is a boolean modifier e Enable edge detection, i.e., count only when there is a state transition. This is a boolean modifier. c Set the counter mask value. The mask acts as a threshold. The counter will count the number of cycles in which the number of occur- rences of the event is greater or equal to the threshold. This is an integer modifier with values in the range [0:255]. t Measure on both threads at the same time assuming hyper-threading is enabled. This modifier requires at least version 3 of the architectural PMU. This is a boolean modifier. AUTHORS
Stephane Eranian <eranian@gmail.com> September, 2009 LIBPFM(3)

Check Out this Related Man Page

LIBPFM(3)						     Linux Programmer's Manual							 LIBPFM(3)

NAME
libpfm_intel_p6 - support for Intel P5 based processors SYNOPSIS
#include <perfmon/pfmlib.h> PMU name: pm, ppro, pii, piii, p6 PMU desc: Intel Pentium M, Intel Pentium Pro, Intel Pentium II, Intel Pentium III, Intel P6 DESCRIPTION
The library supports all Intel P6-based processors all the way back to the Pentium Pro. Although all those processors offers the same PMU architecture, they differ in the events they provide. MODIFIERS
The following modifiers are supported on all Intel P6 processors: u Measure at user level which includes privilege levels 1, 2, 3. This corresponds to PFM_PLM3. This is a boolean modifier. k Measure at kernel level which includes privilege level 0. This corresponds to PFM_PLM0. This is a boolean modifier. i Invert the meaning of the event. The counter will now count cycles in which the event is not occurring. This is a boolean modifier e Enable edge detection, i.e., count only when there is a state transition. This is a boolean modifier. c Set the counter mask value. The mask acts as a threshold. The counter will count the number of cycles in which the number of occur- rences of the event is greater or equal to the threshold. This is an integer modifier with values in the range [0:255]. AUTHORS
Stephane Eranian <eranian@gmail.com> September, 2009 LIBPFM(3)
Man Page

7 More Discussions You Might Find Interesting

1. Debian

No sound in FC3 on Intel D915GAVL

I am unable to get any sound in my Linux installation, which is Fedora Core 3 on a Intel D915GAVL mobo. I tried to look for similar problems on the net :( but most have their solutions in modifying modprobe.conf--which is not very helpful until u know what driver u are looking for. I have tried... (2 Replies)
Discussion started by: Abhishek Ghose
2 Replies

2. Linux

Does Posix support kernel level threading?

(4 Replies)
Discussion started by: jayfriend
4 Replies

3. UNIX for Dummies Questions & Answers

Installing Unix

I am new to Unix. I want to be able to do shell scripting. I have installed Vmware Server on my PC. Please see my PC specs below: Processor: Intel Core Duo CPU @ 2.2 GHz Memory: 2GB System Type: 32-bit OS How can I use Unix-Linux on my PC and learn Unix? (9 Replies)
Discussion started by: abou202
9 Replies

4. UNIX Benchmarks

Mac Mini (Intel)

Model Name: Mac mini Model Identifier: Macmini2,1 Processor Name: Intel Core 2 Duo Processor Speed: 1.83 GHz Number Of Processors: 1 Total Number Of Cores: 2 L2 Cache: 2 MB Memory: 2 GB Bus Speed: 667 MHz Boot ROM Version: MM21.009A.B00... (0 Replies)
Discussion started by: tnorth
0 Replies

5. Red Hat

Problem booting Fedora 11 x86_64

Hi, I am having booting issue with Fedora 11 x86_64 (64-bit version) on my laptop. Laptop configuration is as below: OS : Windows Vista Home Premium (64-bit) Processor : Intel Core 2 Duo T6400 2.0 GHz RAM : 4 GB Tried following different way for installation: 1. Installed Fedora 11 on... (2 Replies)
Discussion started by: r2kv2k
2 Replies

6. Hardware

Rebuilt my HTPC, need some pointers

So I bought a new TV and new receiver and I decided to rearrange my home and do some spring cleaning. While cleaning I found a still sealed in the box Intel motherboard and Core 2 Duo e6300 that I had purchased as a bundle deal and forgot about. So I decided to rebuild my HTPC and I did so with... (2 Replies)
Discussion started by: tlarkin
2 Replies

7. SCO

Speedstep/Hyperthread with SCO

Hello, I am running SCO Operserver 5.0.7 on a computer that has a Intel Duo core processor. The BIOS supports Intel Speedstep which is similar to Intel Hyperthreading and it is enabled. In the boot file I added ENABLE_HT=Y ENABLE_JT=Y HYPERTHREAD=Y and in the space.c file I added ... (1 Reply)
Discussion started by: ewerezak
1 Replies