Abstract
Real-time embedded software often runs on a supervisory operating system software layer on top of a modern processor. Thus, to give timing guarantees on the execution time and response time of such applications, one needs to consider the timing effects of the operating system, such as system calls and interrupts - over and above modeling the timing effects of micro-architectural features such as pipeline and cache. Previous works on Worst-case Execution Time (WCET) analysis have focused on micro-architectural modeling while ignoring the operating system's timing effects. As a result, WCET analyzers only estimate the maximum un-interrupted execution time of a program. In this work, we present a framework for RTOS aware WCET analysis - where the timing effects of system calls and interrupts can be accounted for. The key observation behind our analysis is to capture the timing effects of system calls and/or interrupts, as well as their effect on the micro-architectural states, compositionally via a damage function. This damage function is then composed in a controlled fashion to result in a RTOS-aware, micro-architecture-aware timing analysis of an application. We show the use of our analysis to compute the worst-case response time for a real-life robot controller software which runs several tasks such as balancing and/or navigation on top of a real-time operating system running on a modern processor.
Original language | English |
---|---|
Title of host publication | Proceedings - IEEE 34th Real-Time Systems Symposium, RTSS 2013 |
Place of Publication | Piscataway NJ USA |
Publisher | IEEE, Institute of Electrical and Electronics Engineers |
Pages | 128-139 |
Number of pages | 12 |
ISBN (Print) | 9781479920075 |
DOIs | |
Publication status | Published - 2013 |
Externally published | Yes |
Event | IEEE 34th Real-Time Systems Symposium, RTSS 2013 - Vancouver, BC, Canada Duration: 3 Dec 2013 → 6 Dec 2013 |
Conference
Conference | IEEE 34th Real-Time Systems Symposium, RTSS 2013 |
---|---|
Country/Territory | Canada |
City | Vancouver, BC |
Period | 3/12/13 → 6/12/13 |
Keywords
- CRPD analysis
- Timing analysis of system calls
- WCET analysis