mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 01:50:07 +03:00
- Move the perfmon unit source code to common/pmu/perfmon/ folder - Separate perfmon unit headers under include/nvgpu/pmu/pmu_perfmon.h - Make a new structure: nvgpu_pmu_perfmon for perfmon unit - This new struct combines all perfmon unit variables like perfmon_query, perfmon_ready etc. into one structure as a part of perfmon unit refactoring. - Use pmu_perfmon struct to access all perfmon variables. - Eg: pmu->pmu_perfmon->perfmon_query, pmu->pmu_perfmon->perfmon_ready and so on. JIRA NVGPU-1961 Change-Id: I57516c646bfb256004dd7b719e40fafd3c2a09b2 Signed-off-by: Divya Singhatwaria <dsinghatwari@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2080555 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
11 KiB
11 KiB