38/63
xray_inmemory_log.cc
| | Authored by dberris on Jul 5 2016, 12:26 AM. Event Timelinedberris retitled this revision from to WIP: Implement a per-thread inmemory log. dberris marked 2 inline comments as done. dberris marked an inline comment as done. dberris marked an inline comment as done. dberris marked 4 inline comments as done. dberris retitled this revision from WIP: Implement a per-thread inmemory log to [compiler-rt][XRay] Initial per-thread inmemory logging implementation. This revision now requires changes to proceed. dberris planned changes to this revision. This revision is now accepted and ready to land. This revision was automatically updated to reflect the committed changes. Path | Size |
---|
| | | 9 lines | | 45 lines | | 153 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
391b658bf3f5 | dc5abd0b4aee | e2237b945dfd | Dean Michael Berris | Support partial writes better-er | Jul 8 2016, 12:10 AM | e2237b945dfd | 158ac8848a71 | 7a586d0879d1 | Dean Michael Berris | Remove failed merge | Jul 7 2016, 11:55 PM | 7a586d0879d1 | 937f510fc245 | 70c395153c82 | Dean Michael Berris | Remove __xray_dump() as no longer necessary in-process | Jul 7 2016, 10:28 PM | 70c395153c82 | e8b3809999a6 | 50ab777e7a56 | Dean Michael Berris | | Jul 5 2016, 9:40 PM | 50ab777e7a56 | c75bef78c2b6 | b0ba8489a0c7 | Dean Michael Berris | Refactor a bit, make retrying write work consistently at thread exit and when… (Show More…) | Jul 5 2016, 2:05 AM | b0ba8489a0c7 | 8b52beb238a0 | 56e22c379b09 | Dean Michael Berris | Remove demo logging, use in-memory logging | Jul 5 2016, 1:37 AM | 56e22c379b09 | da16bc9b7e7d | d850b2565b3a | Dean Michael Berris | Remove dead code | Jul 5 2016, 1:30 AM | d850b2565b3a | f09c80902887 | 64ad5cba9ff2 | Dean Michael Berris | Use __rdtscp() and account for partial writes | Jul 5 2016, 1:09 AM | 64ad5cba9ff2 | 2ea0a4c345b2 | 7ac468657b5c | Dean Michael Berris | | Jun 29 2016, 11:53 PM | 7ac468657b5c | 33bd03ff7aba | 2d53ceff660c | Dean Michael Berris | WIP: Implement a per-thread inmemory log | Jun 28 2016, 8:56 PM |
|
Are we following LLVM convention for XRay? If so, I'd make this function start with a lowercase letter.