由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 在User space下怎么拿到CPU的当前频率值
相关主题
why do we need to map user threads to kernel threads?thread, semaphore, 问题。
linux下面user space里面的程序会导致kernal Oops吗?gcc里面的-ffast-math
How can linux kernel signal an event to user application ?does the system guarantee this? (转载)
copy_from_user() 是怎么知道缓存长度的? (转载)Kernel Programming Question: timestamp and synchronization
谈谈想学好底层必不可少的东西[合集] question about the kernel scheduler (转载)
问一个machine learning/SVM 问题问问跟Linux Kernel Programming 有关的问题
C++ delete多线程 编程,process 和 thread 的一些问题。
一个较难的pythpn输出函数运行信息的project.调试版链接时间特别长
相关话题的讨论汇总
话题: user话题: space话题: cpu
进入Programming版参与讨论
1 (共1页)
p****s
发帖数: 32405
1
如题, Linux环境下.
在Kernel space做很简单, 我叫它直接return HZ就知道了,
但是现在换到user space下, 我要call个什么sys程序来拿到这个值呢?
k****f
发帖数: 3794
2
system("cat /proc/cpuinfo");

【在 p****s 的大作中提到】
: 如题, Linux环境下.
: 在Kernel space做很简单, 我叫它直接return HZ就知道了,
: 但是现在换到user space下, 我要call个什么sys程序来拿到这个值呢?

1 (共1页)
进入Programming版参与讨论
相关主题
调试版链接时间特别长谈谈想学好底层必不可少的东西
[合集] 多线程程序的性能问题问一个machine learning/SVM 问题
INIT_WORK从Linux kernel 2.6.20后改了?C++ delete
尚未完成定义的类怎么可以作变量类型? (转载)一个较难的pythpn输出函数运行信息的project.
why do we need to map user threads to kernel threads?thread, semaphore, 问题。
linux下面user space里面的程序会导致kernal Oops吗?gcc里面的-ffast-math
How can linux kernel signal an event to user application ?does the system guarantee this? (转载)
copy_from_user() 是怎么知道缓存长度的? (转载)Kernel Programming Question: timestamp and synchronization
相关话题的讨论汇总
话题: user话题: space话题: cpu