Re: [PATCH v5] iommu/tegra-smmu: Add pagetable mappings to debugfs

From: Dmitry Osipenko
Date: Tue Mar 16 2021 - 19:51:44 EST


16.03.2021 14:16, Thierry Reding пишет:
>> + seq_puts(s, "}\n");
>> + seq_printf(s, "Total PDE count: %u\n", pde_count);
>> + seq_printf(s, "Total PTE count: %llu\n", pte_count);
> Some of the above looks like it wouldn't be very easily consumed by
> scripts. Is that something we want to do? Or is this targetted primarily
> at human consumption?

Output should be parsable using a simple regex. Could you please clarify
what exactly isn't easy?