GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PMC_EVENT_NAMES_OF_CLASS(3) FreeBSD Library Functions Manual PMC_EVENT_NAMES_OF_CLASS(3)

pmc_event_names_of_class
return a list of event names supported by a PMC class

Performance Counters Library (libpmc, -lpmc)

#include <pmc.h>

int
pmc_event_names_of_class(enum pmc_class cl, const char ***eventnames, int *nevents);

Function pmc_event_names_of_class() retrieves the hardware event names supported by the class of PMC hardware specified by argument cl.

It returns an array of const char * pointers to names of events supported by the specified class of PMC hardware. The location pointed to by argument nevents is set to the number of event names returned.

The returned array is allocated using malloc(3).

The pmc_event_names_of_class() function returns the value 0 if successful; otherwise the value -1 is returned and the global variable errno is set to indicate the error.

A call to pmc_event_names_of_class() may fail with the following errors:
[]
Argument cl was invalid.
[]
Allocation of a memory area to hold the result failed.

pmc(3), hwpmc(4)
November 23, 2007 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.