summaryrefslogtreecommitdiffstats
path: root/trace/simple.h
diff options
context:
space:
mode:
authorPeter Maydell2021-07-13 12:26:09 +0200
committerPeter Maydell2021-07-13 12:26:09 +0200
commit5e05c40ced78ed9a3c25a82ec1f144bb7baffe3f (patch)
treee193851f37a32c29c2fc20d93541eb64c7ed6069 /trace/simple.h
parentMerge remote-tracking branch 'remotes/philmd/tags/sdmmc-20210712' into staging (diff)
parenttrace, lttng: require .pc files (diff)
downloadqemu-5e05c40ced78ed9a3c25a82ec1f144bb7baffe3f.tar.gz
qemu-5e05c40ced78ed9a3c25a82ec1f144bb7baffe3f.tar.xz
qemu-5e05c40ced78ed9a3c25a82ec1f144bb7baffe3f.zip
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-request' into staging
Pull request # gpg: Signature made Mon 12 Jul 2021 17:49:46 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-gitlab/tags/tracing-pull-request: trace, lttng: require .pc files trace/simple: add st_init_group trace/simple: pass iter to st_write_event_mapping trace: add trace_event_iter_init_group trace: iter init tweaks qemu-trace-stap: changing SYSTEMTAP_TAPSET considered harmful. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'trace/simple.h')
-rw-r--r--trace/simple.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/trace/simple.h b/trace/simple.h
index 26ccbc8b8a..ee1983ce56 100644
--- a/trace/simple.h
+++ b/trace/simple.h
@@ -15,6 +15,7 @@ void st_print_trace_file_status(void);
bool st_set_trace_file_enabled(bool enable);
void st_set_trace_file(const char *file);
bool st_init(void);
+void st_init_group(size_t group);
void st_flush_trace_buffer(void);
typedef struct {