[commit: ghc] master: rts: Kill PAPI support (6b3d5b5)
git at git.haskell.org
git at git.haskell.org
Wed Nov 18 11:53:49 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/6b3d5b5990b9b306e13575e60d7e1c8ce264b0ef/ghc
>---------------------------------------------------------------
commit 6b3d5b5990b9b306e13575e60d7e1c8ce264b0ef
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Wed Nov 18 12:22:02 2015 +0100
rts: Kill PAPI support
This hasn't been used for a very long time and will soon be superceded
by perf_events support.
Test Plan: validate
Reviewers: austin, simonmar
Reviewed By: austin, simonmar
Subscribers: thomie, erikd
Differential Revision: https://phabricator.haskell.org/D1493
>---------------------------------------------------------------
6b3d5b5990b9b306e13575e60d7e1c8ce264b0ef
configure.ac | 6 -
docs/users_guide/7.12.1-notes.rst | 2 +-
includes/rts/Flags.h | 26 ---
mk/config.mk.in | 6 -
rts/Papi.c | 396 --------------------------------------
rts/Papi.h | 36 ----
rts/RtsFlags.c | 71 -------
rts/RtsStartup.c | 13 --
rts/Stats.c | 48 +----
rts/Stats.h | 8 +-
rts/ghc.mk | 27 ---
rts/package.conf.in | 9 +-
rts/posix/GetTime.c | 29 +--
rts/sm/GC.c | 18 --
rts/sm/GCThread.h | 6 +-
15 files changed, 13 insertions(+), 688 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 6b3d5b5990b9b306e13575e60d7e1c8ce264b0ef
More information about the ghc-commits
mailing list