]> git.proxmox.com Git - mirror_qemu.git/blobdiff - block/trace-events
job: Move state transitions to Job
[mirror_qemu.git] / block / trace-events
index f8c50b4063889def700bfeaae0a4df49caa703f5..93b927908ad7b9b7e0440fb28dbf7de7b026f244 100644 (file)
@@ -6,8 +6,6 @@ bdrv_lock_medium(void *bs, bool locked) "bs %p locked %d"
 
 # blockjob.c
 block_job_completed(void *job, int ret, int jret) "job %p ret %d corrected ret %d"
-block_job_state_transition(void *job,  int ret, const char *legal, const char *s0, const char *s1) "job %p (ret: %d) attempting %s transition (%s-->%s)"
-block_job_apply_verb(void *job, const char *state, const char *verb, const char *legal) "job %p in state %s; applying verb %s (%s)"
 
 # block/block-backend.c
 blk_co_preadv(void *blk, void *bs, int64_t offset, unsigned int bytes, int flags) "blk %p bs %p offset %"PRId64" bytes %u flags 0x%x"