在Arch Linux
中,我想使用Ftrace
的前端trace-cmd。但不幸的是,它并不存在:
# pacman -S trace-cmd
error: target not found: trace-cmd
我尝试在Arch Linux package site找到,但仍然没有结果。那么Arch Linux
提供了任何开箱即用的前端吗?
答案 0 :(得分:0)
经过搜索和实验,我发现有两种方法:
(1)使用uuid_ UUID
的{{3}},然后克隆& make:
trace-cmd
(2)$ git clone https://kernel.googlesource.com/pub/scm/linux/kernel/git/rostedt/trace-cmd/
$ cd trace-cmd
$ make
$ make install
位于source code:
trace-cmd