mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
a4115cfea9
The kernel-agnostic 'Trace::timestamp' function for arm_64 executes the 'mrs %0, pmccntr_el0' instruction, which is not permitted for user-level programs on Linux. This patch shadows the generic timestamp.h header with dummy that returns zero. This return value prompts the timeout framework to disable the interpolation of time based on timestamps. This avoid the illegal-instruction abort but comes with two llimitations: First, time measurements are effectlively limited to a granulariry of 1 millisecond (deliberately constrained by the timer driver). The quirk is applied when using the base-linux API. Should a generic application (that uses the base API only) call 'Trace::timestamp' directly, the illegal instruction is executed. Issue #4136 |
||
---|---|---|
.. | ||
etc | ||
include/spec/arm_64/trace | ||
lib | ||
recipes | ||
run | ||
src | ||
README |
This repository contains the Linux-specific implementation of Genode.