 331f5eb28a
			
		
	
	
		331f5eb28a
		
	
	
	
	
		
			
			The trace points for hw/virtio/virtio-balloon.c were mistakenly put
in the top level trace-events file, instead of util/trace-events in
  commit 270ab88f7c1112389a02cee0e3e03b20fcc7547e
  Author: Daniel P. Berrange <berrange@redhat.com>
  Date:   Thu Jun 16 09:39:57 2016 +0100
    trace: split out trace events for hw/virtio/ directory
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 1473872624-23285-5-git-send-email-berrange@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
		
	
			
		
			
				
	
	
		
			22 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # See docs/tracing.txt for syntax documentation.
 | |
| 
 | |
| # hw/virtio/virtio.c
 | |
| virtqueue_fill(void *vq, const void *elem, unsigned int len, unsigned int idx) "vq %p elem %p len %u idx %u"
 | |
| virtqueue_flush(void *vq, unsigned int count) "vq %p count %u"
 | |
| virtqueue_pop(void *vq, void *elem, unsigned int in_num, unsigned int out_num) "vq %p elem %p in_num %u out_num %u"
 | |
| virtio_queue_notify(void *vdev, int n, void *vq) "vdev %p n %d vq %p"
 | |
| virtio_irq(void *vq) "vq %p"
 | |
| virtio_notify(void *vdev, void *vq) "vdev %p vq %p"
 | |
| virtio_set_status(void *vdev, uint8_t val) "vdev %p val %u"
 | |
| 
 | |
| # hw/virtio/virtio-rng.c
 | |
| virtio_rng_guest_not_ready(void *rng) "rng %p: guest not ready"
 | |
| virtio_rng_pushed(void *rng, size_t len) "rng %p: %zd bytes pushed"
 | |
| virtio_rng_request(void *rng, size_t size, unsigned quota) "rng %p: %zd bytes requested, %u bytes quota left"
 | |
| 
 | |
| # hw/virtio/virtio-balloon.c
 | |
| virtio_balloon_handle_output(const char *name, uint64_t gpa) "section name: %s gpa: %"PRIx64
 | |
| virtio_balloon_get_config(uint32_t num_pages, uint32_t actual) "num_pages: %d actual: %d"
 | |
| virtio_balloon_set_config(uint32_t actual, uint32_t oldactual) "actual: %d oldactual: %d"
 | |
| virtio_balloon_to_target(uint64_t target, uint32_t num_pages) "balloon target: %"PRIx64" num_pages: %d"
 |