Questions tagged [libpfm4]

Currently supports performance monitor counter enumeration for Intel and AMD x86 processors, allowing you to determine the raw event encoding as well as the perf_events specific encoding.

Documentation starts here.

2 questions
2
votes
0 answers

Determine fixed counter to event mapping with libpfm4

I'm using libpfm4 to determine Intel performance monitor counter encodings (e.g., to map between a human-readable name and the encoding). Intel PMUs have a number of "fixed counters" which can be enabled or disabled, but when enabled always count…
BeeOnRope
  • 60,350
  • 16
  • 207
  • 386
0
votes
1 answer

How can I convert a colorful pfm image to a png one?

So I found a code on Github that can convert pfm grayscales images to png ones. The problem with this code is that it's not working on colourful images. Here is an image sample that I wanna convert to a png extension :…
TTT
  • 11
  • 1
  • 1
  • 4