mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
Pull request # gpg: Signature made Tue 27 Aug 2019 21:33:15 BST # gpg: using RSA key 8695A8BFD3F97CDAAC35775A9CA4ABB381AB73C8 # gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>" [full] # gpg: aka "Stefan Hajnoczi <stefanha@gmail.com>" [full] # Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35 775A 9CA4 ABB3 81AB 73C8 * remotes/stefanha/tags/tracing-pull-request: trace: Clarify DTrace/SystemTap help message Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
@@ -165,6 +165,12 @@ void trace_list_events(void)
|
||||
while ((ev = trace_event_iter_next(&iter)) != NULL) {
|
||||
fprintf(stderr, "%s\n", trace_event_get_name(ev));
|
||||
}
|
||||
#ifdef CONFIG_TRACE_DTRACE
|
||||
fprintf(stderr, "This list of names of trace points may be incomplete "
|
||||
"when using the DTrace/SystemTap backends.\n"
|
||||
"Run 'qemu-trace-stap list %s' to print the full list.\n",
|
||||
error_get_progname());
|
||||
#endif
|
||||
}
|
||||
|
||||
static void do_trace_enable_events(const char *line_buf)
|
||||
|
||||
Reference in New Issue
Block a user