0

bcc ツールの「profile.py」を実行しようとしましたが、次のエラーが発生しました。

./bcc/tools/profile.py   
Sampling at 49 Hertz of all threads by user + kernel stack... Hit Ctrl-C to end.
In file included from <built-in>:1:
././include/linux/kconfig.h:5:10: fatal error: 'generated/autoconf.h' file not found
#include <generated/autoconf.h>
         ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
Traceback (most recent call last):
  File "./bcc/tools/profile.py", line 265, in <module>
    b = BPF(text=bpf_text)
  File "/usr/lib/python2.7/dist-packages/bcc/__init__.py", line 325, in __init__
    raise Exception("Failed to compile BPF text")

Linux ヘッダーは、/lib/modules の通常の場所にあります。これは、カーネル バージョン 4.19.88 で実行されています。

任意のポインタをいただければ幸いです。

4

0 に答える 0