Some additional predfined PMC configs

上级 58a15f25
...@@ -17,6 +17,8 @@ static struct selector pmc_selector[] = { ...@@ -17,6 +17,8 @@ static struct selector pmc_selector[] = {
{ "not halted", CMN|0x76 }, { "not halted", CMN|0x76 },
{ "remote probes", CMN|(0x4|0x8)<<8|0xec }, { "remote probes", CMN|(0x4|0x8)<<8|0xec },
{ "L2 misses", CMN|(0x2|0x8)<<8|0x7e }, { "L2 misses", CMN|(0x2|0x8)<<8|0x7e },
{ "MAB requests", CMN|(0x1)<<8|0x68 },
{ "MAB cycles", CMN|(0x1)<<8|0x69 },
}; };
static const char* static const char*
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论