Giter Club home page Giter Club logo

Comments (2)

helight avatar helight commented on July 16, 2024

eBPF_Supermarket/CPU_Subsystem/BCC_sar/src/cpu_loadavg/get_loadavg.py

from lmp.

zhangzihengya avatar zhangzihengya commented on July 16, 2024

Describe the bug myrq.h:23:30: error: use of undeclared identifier 'UCLAMP_BUCKETS'; did you mean 'UCLAMP_CNT'? struct uclamp_bucket bucket[UCLAMP_BUCKETS]; ^~~~~~~~~~~~~~ UCLAMP_CNT include/linux/sched.h:277:2: note: 'UCLAMP_CNT' declared here

Desktop (please complete the following information):

  • OS: centos7 linux5.4.54.

我这边在5.4.0-132-generic的内核版本上执行 sudo python3 ./get_loadavg.py 没有出现这样的报错,可以成果运行,如果可以的话,请你给我提供更多运行的细节。
或者如果仍然提示UCLAMP_BUCKETS没有被定义的话,你可以试着参照eBPF_Supermarket/CPU_Subsystem/bpftrace_application/runqlen_se.c中:
struct uclamp_rq {
unsigned int value;
struct uclamp_bucket bucket[5];
};
将UCLAMP_BUCKETS定义为5试着看可以运行不?
还有就是请确定你已经成功配置bcc环境

from lmp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.