We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37221c commit e5e6c01Copy full SHA for e5e6c01
Documentation/admin-guide/workload-tracing.rst
@@ -82,7 +82,7 @@ Install tools to build Linux kernel and tools in kernel repository.
82
scripts/ver_linux is a good way to check if your system already has
83
the necessary tools::
84
85
- sudo apt-get build-essentials flex bison yacc
+ sudo apt-get install build-essential flex bison yacc
86
sudo apt install libelf-dev systemtap-sdt-dev libslang2-dev libperl-dev libdw-dev
87
88
cscope is a good tool to browse kernel sources. Let's install it now::
0 commit comments