Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rangercyh/9dd604f09844ba0f97ce162554168fee to your computer and use it in GitHub Desktop.
Save rangercyh/9dd604f09844ba0f97ce162554168fee to your computer and use it in GitHub Desktop.
Install systemtap on Centos 7
sudo yum install -y systemtap systemtap-runtime
sudo yum install kernel-debuginfo kernel-debuginfo-common
sudo yum install yum-utils
debuginfo-install kernel-3.10.0-514.21.2.el7.x86_64
sudo yum install -y kernel-devel-$(uname -r)
sudo yum install -y kernel-debuginfo-$(uname -r)
sudo yum install -y kernel-debuginfo-common-$(uname -m)-$(uname -r)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment