genode/repos/gems
Christian Prochaska f8ba49f816 cpu_sampler_noux.run script
A run script to demonstrate the combination of the cpu_sampler, fs_log,
ram_fs and noux components for saving the sampled data in files and
accessing these in a Noux environment. When the script is run by the
autopilot, it will check if one of the generated sample data files
contains the correct instruction pointer. When the script is run
interactively, the generated files can be accessed from a Noux Bash shell.

Fixes #2078
2016-08-30 17:17:19 +02:00
..
include gems: extend dither_painter to be used with vbox5 2016-08-29 17:29:32 +02:00
lib/mk gems: move reusable code to include/gems 2014-10-13 15:21:53 +02:00
run cpu_sampler_noux.run script 2016-08-30 17:17:19 +02:00
src cpu_sampler component for statistical profiling 2016-08-29 17:29:37 +02:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

README

This directory is a source-code repository containing Genode-specific
services and applications. In contrast to the components that come with
the 'os' repository, programs contained in 'gems' are able to leverage
the functionalities provided by higher-level repositories such as 'libports'.
To use the 'gems' repository, make sure to also add those repositories to your
build configuraion.