Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-04 | jitter: change -fPIC to -fPIE | 1 | -2/+2 | ||
During internal testing, we found -fPIC generated executable can cause extra jitter even on a tuned platform. After switching to -fPIE, the extra jitter went away. The exact root cause is still under investigation. Currently, the focus is on .plt related section. Change-Id: Ieb9af89fea2e5222f5b7c0ec9e9647d9e8fa643e Signed-off-by: Patrick Lu <patrick.lu@intel.com> | |||||
2018-01-04 | jitter: Update Makefile | 1 | -0/+3 | ||
Add a new target to compile with PT enable Change-Id: Ib61565a35fc372669d7722ff3fad1752f011271e Signed-off-by: Patrick Lu <patrick.lu@intel.com> | |||||
2017-12-18 | Initial release of jitter micro | 1 | -0/+19 | ||
Change-Id: I69bc52ddafe2be1f549f0652ab24fb316ee159c5 Signed-off-by: Patrick Lu <patrick.lu@intel.com> |