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?

Reply via email to