提交 af34cb4f 编写于 作者: A Andi Kleen

perf vendor events intel: Add uncore_arb JSON support

The JSON lists call the box iMPH-U, while perf calls it arb.
Add conversion support to json to convert the unit properly.

Cc: jolsa@kernel.org
Link: http://lkml.kernel.org/n/tip-stq5ly95z2qioggp9bfaqe0h@git.kernel.orgSigned-off-by: NAndi Kleen <ak@linux.intel.com>
上级 92c6de0f
...@@ -195,6 +195,7 @@ static struct map { ...@@ -195,6 +195,7 @@ static struct map {
{ "CBO", "uncore_cbox" }, { "CBO", "uncore_cbox" },
{ "QPI LL", "uncore_qpi" }, { "QPI LL", "uncore_qpi" },
{ "SBO", "uncore_sbox" }, { "SBO", "uncore_sbox" },
{ "iMPH-U", "uncore_arb" },
{} {}
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册