commit | 2954ddb6746b0eeb2262b46745761578da67a04a | [log] [tgz] |
---|---|---|
author | Mark Hansen <markhansen@google.com> | Tue Sep 07 22:37:19 2021 +0000 |
committer | Mark Hansen <markhansen@google.com> | Tue Sep 07 22:37:26 2021 +0000 |
tree | c43073333e9777787cf7323260bb08d9107e1397 | |
parent | 675412c7a0f380566650bcf919818bc3300f82e6 [diff] |
Bring output of report_sample in line with what perf on my workstation outputs: ``` $ perf --version perf version 5.10.40 ``` This makes it possible for tools (like FlameScope: https://github.com/Netflix/flamescope/blob/master/app/perf/regexp.py#L75) that use specific regexes matching the linux-perf-tool to parse the output of this. BUG=199202865 Change-Id: I7fca596e8c0bc70f42ca918b1f56594a3383dfa9