Linux CPU 利用率报告工具 (Linux CURT)

Linux CPU 利用率报告工具 (Linux CURT)

我正在尝试使用 linux curt (https://github.com/open-power-sdk/curt)用于监控线程的CPU利用率值的工具。运行此命令 ''' perf record -e '{raw_syscalls:*,sched:sched_switch,sched:sched_migrate_task,sched:sched_process_exec,sched:sched_process_fork,sched:sched_process_exit,sched:sched_stat_runtime,sched:sched_stat_wait,sched:sched_stat_sleep,sched :sched_stat_blocked,sched:sched_stat_iowait,powerpc:hcall_entry,powerpc:hcall_exit}' -a命令--args '''我正在关注enter image description here错误(我的 ubuntu 发行版是 20.04)。即使跳过这一步。我在运行 ''' perf script -s ./curt.py''' 命令时遇到错误。enter image description here请指导我如何解决这个问题?

相关内容