Skip to content

Haskell library for reading perf.data files from the linux performance events tool.

License

Notifications You must be signed in to change notification settings

Mikolaj/haskell-linux-perf

 
 

Repository files navigation

linux-perf

linux-perf is a library for parsing, representing in Haskell and pretty-printing the data file output of the Linux 'perf' command (Linux performance counters).

License and Copyright

linux-perf is distributed as open source software under the terms of the BSD License (see the file LICENSE in the top directory).

Authors: Simon Marlow, Bernie Pope, Mikolaj Konarski, Duncan Coutts, copyright 2010, 2011, 2012.

Contact information

Email Bernie Pope:

florbitous_at_gmail_dot_com

Building and installing

linux-perf uses the cabal infrastructure for configuring, building and installation. It needs access to the header files from the Linux kernel source distribution (one that is sufficiently recent to support the performance counters tool).

To build and install:

cabal install --extra-include-dirs=/path/to/linux/headers/

To clean:

cabal clean

To test:

dump-perf test/ParFib.perf.data | less

For longer examples see README.ghc-events-perf.md.

About

Haskell library for reading perf.data files from the linux performance events tool.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 98.9%
  • C 1.1%