summaryrefslogtreecommitdiff
path: root/nuttx/fs/procfs/fs_procfscpuload.c
Commit message (Expand)AuthorAgeFilesLines
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-1/+1
* Correct some procfs conditional compilation. From Bob DoironGregory Nutt2014-04-211-1/+1
* procfs: Remove newline from the end of the cpuload and loadavg outputs so th...Gregory Nutt2014-02-271-1/+1
* CPU load calculations now available for all threads. Available in /proc/pid/...Gregory Nutt2014-02-231-23/+17
* Add logic to meaure and calculate the CPU load percentage. From David AlessioGregory Nutt2014-02-221-0/+358