2 projects tagged "Core"
c2ctl is a frequency and voltage modification utility mainly intended for Intel Core 2 and Core CPUs. It should also work for other CPUs (namely processors with SpeedStep). The utility can also enable SpeedStep (e.g. if it was disabled by the BIOS due to overclocking) and read out frequency and voltage information. The main purpose of c2ctl is overclocking or "undervolting" and to enable SpeedStep.
Coretrace is a lightweight tool for debugging embedded Linux applications. It works by analyzing core files from crashed applications and outputs a short plain-text backtrace, suitable for putting into logfiles. The basic idea is to let the failing unit do self analysis of core files and report those back home during device maintenance lifetime. Non-interactive small-sized embedded systems are the primary targets, so small footprint is of major concern, since it will be stored on flash. Currently the compiled size is approximately 20 kb.