[commit: ghc] wip/libdw-prof: Initial perf_event support (6dfe8c0)
git at git.haskell.org
git at git.haskell.org
Sun May 7 02:11:26 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/libdw-prof
Link : http://ghc.haskell.org/trac/ghc/changeset/6dfe8c0f65af112f61bbec8cdf4ff2d8d3ce1882/ghc
>---------------------------------------------------------------
commit 6dfe8c0f65af112f61bbec8cdf4ff2d8d3ce1882
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Sep 26 20:32:52 2015 +0200
Initial perf_event support
>---------------------------------------------------------------
6dfe8c0f65af112f61bbec8cdf4ff2d8d3ce1882
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 6dfe8c0f65af112f61bbec8cdf4ff2d8d3ce1882
More information about the ghc-commits
mailing list