profiling - Where could i found id for performance event of IBM Power8 -


where found ids performance events of ibm power8? using perf on power8 platform.

i found parts of listed in source code of perf , oprof. , found events grouped , listed in document without event id. there official document them?

thank you!

'ophelp' oprofile package display of events. operf utility (also part of oprofile package) can use listed event names directly. if need use perf, , 0x* event values directly, can convert event names values via individually passing them through ophelp. i.e.

$ ophelp pm_any_thrd_run_cyc  | awk {'printf "%x\n",$n'} 100fa 

Comments

Popular posts from this blog

jquery - How do you format the date used in the popover widget title of FullCalendar? -

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -