This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Description
From @lbthanh on September 5, 2018 5:34
perfcollect still not support to Amazon Linux distribution.
https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/linux-performance-tracing.md
I work around with RHEL repo but dependency didn't work.
$ wget -P /etc/yum.repos.d/ https://packages.efficios.com/repo.files/EfficiOS-RHEL7-x86-64.repo
$ sudo yum --skip-broken install lttng-tools lttng-ust kmod-lttng-modules
Bellow error messages:
Packages skipped because of dependency problems:
kernel-4.9.85-47.59.amzn2.x86_64 from amzn2-core
kmod-lttng-modules-2.10.6-1.el7.x86_64 from EfficiOS-RHEL7-x86-64
lttng-tools-2.10.4-1.el7.x86_64 from EfficiOS-RHEL7-x86-64
lttng-ust-2.10.1-1.el7.x86_64 from EfficiOS-RHEL7-x86-64
Copied from original issue: dotnet/coreclr#19832