simpleperf: report_html.py: disable sorting in ascending order for Total, Self, Samples

It's unlikely that users want to sort these columns in ascending order.
After disabling ascending order, when a user clicks one of these
columns, the column is always sorted in descending order.

Also sort these columns in descending order by default.

Bug: 322228090
Test: run report_html.py
Change-Id: I7b8a7a36f107ef6d935e71cbbd713426d4b1bec8
1 file changed