diff options
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/trace-events b/trace-events index 1a6bf2f35b..a681ff114a 100644 --- a/trace-events +++ b/trace-events @@ -192,9 +192,6 @@ cpu_set_state(int cpu_index, uint8_t state) "setting cpu %d state to %" PRIu8 cpu_halt(int cpu_index) "halting cpu %d" cpu_unhalt(int cpu_index) "unhalting cpu %d" -# net/vhost-user.c -vhost_user_event(const char *chr, int event) "chr: %s got event: %d" - # linux-user/signal.c user_setup_frame(void *env, uint64_t frame_addr) "env=%p frame_addr=%"PRIx64 user_setup_rt_frame(void *env, uint64_t frame_addr) "env=%p frame_addr=%"PRIx64 |