Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libpfm_intel_ivb_unc(3) [centos man page]

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

NAME
libpfm_intel_ivb_unc - support for Intel Ivy Bridge uncore PMU SYNOPSIS
#include <perfmon/pfmlib.h> PMU name: ivb_unc_cbo0, ivb_unc_cbo1, ivb_unc_cbo2, ivb_unc_cbo3 PMU desc: Intel Ivy Bridge C-box uncore DESCRIPTION
The library supports the Intel Ivy Bridge client part (model 58) uncore PMU. The support is currently limited to the Coherency Box, so called C-Box for up to 4 physical cores. Each physical core has an associated C-Box which it uses to communictate with the L3 cache. The C-boxes all support the same set of events. However, Core 0 C-box (snb_unc_cbo0) supports an additional uncore clock ticks event: UNC_CLOCKTICKS. MODIFIERS
The following modifiers are supported on Intel Ivy Bridge C-Box uncore PMU: 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 from no occurrence of the event to at least one occurrence. This modifier must be combined with a counter mask modifier (m) with a value greater or equal to one. 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]. Both the UNC_CBO_CACHE_LOOKUP and UNC_CBO_XSNP_RESPONSE requires two umasks to be valid. For UNC_CBO_CACHE_LOOKUP the first umask must be one of the MESI state umasks, the second has to be one of the filters. For UNC_CBO_XSNP_RESPONSE the first umask must be one of the snoop types, the second has to be one of the filters. AUTHORS
Stephane Eranian <eranian@gmail.com> June, 2013 LIBPFM(3)

Check Out this Related Man Page

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

NAME
libpfm_intel_core - support for Intel Core-based processors SYNOPSIS
#include <perfmon/pfmlib.h> PMU name: core PMU desc: Intel Core DESCRIPTION
The library supports all Intel Core-based processors that includes models 15, 23, 29. MODIFIERS
The following modifiers are supported on Intel Core 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 from no occurrence of the event to at least one occurrence. This modifier must be combined with a counter mask modifier (m) with a value greater or equal to one. 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. HP-UX

HP-UX boxes - am I mad?

Greetings, and thanks for having such an interesting forum! I currently have 3 Intel boxes running 2000, and two HP boxes running HP-UX 10.20. I am very inexperienced with the Unix/Linux world. I have several problems, mainly in getting them all networked together. I am constrained to keep a... (3 Replies)
Discussion started by: Menace
3 Replies

2. UNIX for Advanced & Expert Users

"foreign" NIC on Sun Box

Hi, I'm currently running NetBSD on my SUN Ultra5, but want to change to Solaris - now i don't know if my Intel Pro 100+ NIC ( 82559) is supported ? I'm using this (Pizza-)Box as a Gateway so the 2. NIC to the hme is necessary... (4 Replies)
Discussion started by: CancerMan
4 Replies

3. UNIX for Advanced & Expert Users

VPN client (windows Box),and Server (Unix Box)

If I want to access unix box via VPN tunnel,from windows box. What sould I configure on the windows client PC, and what should I enable on the Unix Server box ? I am using Solaris V10 intel platform, and I am using windows XP, and 2003 for client (0 Replies)
Discussion started by: zillah
0 Replies

4. UNIX for Dummies Questions & Answers

How to count the record count in an EBCDIC file.

How do I get the record count in an EBCDIC file on a Linux Box. :confused: (1 Reply)
Discussion started by: oracle8
1 Replies

5. AIX

HMC and Unix Box not connected

Hi There, I'm new here and this is my first (of many ;) ) problems. I've got AIX 5.3 on our unix box and i'm trying to do a DLPAR memory change, but then I ok it I get an error telling me that there is no RMC connection. Does anyone have any ideas what could cause this? Thanks in advance. ... (3 Replies)
Discussion started by: KeesH
3 Replies

6. UNIX for Advanced & Expert Users

Sticky bits and umasks

ive been looking at sticky masks and umasks but still slighty unclear how i can use them my enviroment. I currently have 1 folder for which any file that is copied to this or moved here has its permissions set to 555. Ive tried setting the sticky bit on the folder by using chmod -t and chmod... (4 Replies)
Discussion started by: felix001
4 Replies

7. Red Hat

How to check if the Linux Box is available

Hi, I need to query and find out if anyone is logged into a Linux box or if the Linux Box is free available for login. This information is required to post the availability of the Linux Host for an instrument for another user to start using the instrument. Is there a command or script to query... (3 Replies)
Discussion started by: dks
3 Replies