Search

4.8. Probes to monitor performance

download PDF
The perfmon family of probe points is used to access the performance monitoring hardware available in modern processors. These probe points require perfmon2 support in the kernel to access the hardware.
Performance monitor hardware points have a perfmon prefix. The suffix names the event being counted, for example counter(event). The event names are specific to the processor implementation, except for generic cycle and instructions events, which are available on all processors. The probe perfmon.counter(event) starts a counter on the processor which counts the number of events that occur on that processor. For more details about the performance monitoring events available on a specific processor, see the help text returned by typing the perfmon2 command pfmon -l.

4.8.1. $counter

$counter is a handle used in the body of a probe for operations involving the counter associated with the probe.

4.8.2. read_counter

read_counter is a function passed to the handle for a perfmon probe. It returns the current count for the event.
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.