|
@@ -312,6 +312,8 @@ static struct fixed {
|
|
|
const char *event;
|
|
|
} fixed[] = {
|
|
|
{ "inst_retired.any", "event=0xc0" },
|
|
|
+ { "inst_retired.any_p", "event=0xc0" },
|
|
|
+ { "cpu_clk_unhalted.ref", "event=0x0,umask=0x03" },
|
|
|
{ "cpu_clk_unhalted.thread", "event=0x3c" },
|
|
|
{ "cpu_clk_unhalted.thread_any", "event=0x3c,any=1" },
|
|
|
{ NULL, NULL},
|