diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-03-11 08:03:55 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-03-11 08:03:55 -0600 |
commit | 98fa4a593220c273f989de9b5af1ad2f132e14d5 (patch) | |
tree | bc9054efc4659d5d772ccf2a86a3e675926986ea /docs/tracing.txt | |
parent | f6317a6ef16841d9d4a90e3aa664f715e26f978c (diff) | |
parent | ddca9fb2b5ecc7ccaa81fbc73d2b723922c181f1 (diff) |
Merge remote branch 'stefanha/tracing' into staging
Diffstat (limited to 'docs/tracing.txt')
-rw-r--r-- | docs/tracing.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/tracing.txt b/docs/tracing.txt index a6cc56fd33..f15069c96b 100644 --- a/docs/tracing.txt +++ b/docs/tracing.txt @@ -141,11 +141,6 @@ source tree. It may not be as powerful as platform-specific or third-party trace backends but it is portable. This is the recommended trace backend unless you have specific needs for more advanced backends. -Warning: the "simple" backend is not thread-safe so only enable trace events -that are executed while the global mutex is held. Much of QEMU meets this -requirement but some utility functions like qemu_malloc() or thread-related -code cannot be safely traced using the "simple" backend. - ==== Monitor commands ==== * info trace |