diff options
author | Peter Xu <peterx@redhat.com> | 2022-03-01 16:39:03 +0800 |
---|---|---|
committer | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2022-03-02 18:17:56 +0000 |
commit | b9a040b93536b6b89a569b577ff22317c0287879 (patch) | |
tree | 15c13c01274674016ad632bd60f95044348ea6f7 /migration/trace-events | |
parent | c84f976e913187eecdd9db5e45cae2ea6dd1a82b (diff) | |
download | qemu-b9a040b93536b6b89a569b577ff22317c0287879.zip qemu-b9a040b93536b6b89a569b577ff22317c0287879.tar.gz qemu-b9a040b93536b6b89a569b577ff22317c0287879.tar.bz2 |
migration: Tracepoint change in postcopy-run bottom half
Remove the old two tracepoints and they're even near each other:
trace_loadvm_postcopy_handle_run_cpu_sync()
trace_loadvm_postcopy_handle_run_vmstart()
Add trace_loadvm_postcopy_handle_run_bh() with a finer granule trace.
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20220301083925.33483-4-peterx@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'migration/trace-events')
-rw-r--r-- | migration/trace-events | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/migration/trace-events b/migration/trace-events index 92596c0..1aec580 100644 --- a/migration/trace-events +++ b/migration/trace-events @@ -16,8 +16,7 @@ loadvm_handle_recv_bitmap(char *s) "%s" loadvm_postcopy_handle_advise(void) "" loadvm_postcopy_handle_listen(const char *str) "%s" loadvm_postcopy_handle_run(void) "" -loadvm_postcopy_handle_run_cpu_sync(void) "" -loadvm_postcopy_handle_run_vmstart(void) "" +loadvm_postcopy_handle_run_bh(const char *str) "%s" loadvm_postcopy_handle_resume(void) "" loadvm_postcopy_ram_handle_discard(void) "" loadvm_postcopy_ram_handle_discard_end(void) "" |