[commit: ghc] wip/libdw-prof: Initial perf_event support (bb61d8d)
git at git.haskell.org
git at git.haskell.org
Sun May 7 19:38:50 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/libdw-prof
Link : http://ghc.haskell.org/trac/ghc/changeset/bb61d8d11d8ae810d72ebdeff8c051678300bc95/ghc
>---------------------------------------------------------------
commit bb61d8d11d8ae810d72ebdeff8c051678300bc95
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Sep 26 20:32:52 2015 +0200
Initial perf_event support
>---------------------------------------------------------------
bb61d8d11d8ae810d72ebdeff8c051678300bc95
configure.ac | 3 ++
distrib/configure.ac.in | 10 ++++
includes/rts/Config.h | 3 ++
mk/config.mk.in | 3 ++
rts/Capability.c | 10 ++++
rts/Capability.h | 5 ++
rts/PerfEvents.c | 127 ++++++++++++++++++++++++++++++++++++++++++++++++
rts/PerfEvents.h | 27 ++++++++++
rts/StatProfile.h | 39 ++++++++++++---
rts/Trace.h | 1 +
10 files changed, 220 insertions(+), 8 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc bb61d8d11d8ae810d72ebdeff8c051678300bc95
More information about the ghc-commits
mailing list