1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-23 00:00:05 +01:00
libhermit/hermit
daniel-k 2d25046353 xray: conditionally forward compiler/linker flags to enable xray profiling
You have to set the variable PROFILING to something to enable profiling using
Xray. In order for profiling code to be compiled into the runtime and demo
applications you must clean the whole project before.

Example:
 $ cd HermitCore
 $ make clean
 $ make PROFILING=yes

Hint: You can also export the variable (`export PROFILING=yes`) for a more
      permanent configuration.
2016-05-18 01:24:30 +02:00
..
arch/x86 clear the DF flag to adhere the x86_64 ABI 2016-05-15 07:48:30 +02:00
drivers/net fix buffer size of the mmnif driver 2016-03-15 22:51:54 +01:00
include remove obsolete counter 2016-03-21 00:32:43 +01:00
kernel protect the access to the file descriptor of the proxy 2016-05-17 00:00:06 +02:00
libkern remove obsolete code and locks 2016-01-16 23:35:28 +01:00
lwip@630df185f1 move gethostname to socket library 2016-03-25 17:38:32 +01:00
mm simplify memory management 2016-03-21 00:18:45 +01:00
tools fix bug in the calculation of written bytes 2016-05-16 23:58:41 +02:00
usr xray: conditionally forward compiler/linker flags to enable xray profiling 2016-05-18 01:24:30 +02:00
.gitignore ignore binary of the basic benchmark 2016-05-03 20:05:02 +02:00
link.ld remove obsolete file system 2015-11-15 22:24:58 +01:00
Makefile xray: conditionally forward compiler/linker flags to enable xray profiling 2016-05-18 01:24:30 +02:00
Makefile.inc add first draft of HermitCore as libOS 2015-12-29 02:22:41 +01:00