diff options
author | Jan Kotas <jkotas@microsoft.com> | 2015-08-21 15:54:49 -0700 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2015-08-21 15:54:49 -0700 |
commit | 7d5d143564640229a428086151d5119e1c95b62c (patch) | |
tree | 479208f0eee705c2ecec897e3f2b864775f2007c | |
parent | 6bad4f89818630e9ccc12b4c7f5b4838e8982ec3 (diff) | |
parent | f15258cb52278152bb319e50c2a930f1c3818bd3 (diff) | |
download | coreclr-7d5d143564640229a428086151d5119e1c95b62c.tar.gz coreclr-7d5d143564640229a428086151d5119e1c95b62c.tar.bz2 coreclr-7d5d143564640229a428086151d5119e1c95b62c.zip |
Merge pull request #1422 from jgalar/master
LTTng supports hardware context
-rw-r--r-- | Documentation/coding-guidelines/cross-platform-performance-and-eventing.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/coding-guidelines/cross-platform-performance-and-eventing.md b/Documentation/coding-guidelines/cross-platform-performance-and-eventing.md index f55da62df9..f332724478 100644 --- a/Documentation/coding-guidelines/cross-platform-performance-and-eventing.md +++ b/Documentation/coding-guidelines/cross-platform-performance-and-eventing.md @@ -68,7 +68,6 @@ Given that the performance and tracing tool space on Linux is quite fragmented, #### Cons -- No hardware counter support (CPU samples, context switches, etc.) - No built-in callstack collection. ### SystemTap |