diff options
author | Hannes Reinecke | 2012-07-11 13:35:16 +0200 |
---|---|---|
committer | Paolo Bonzini | 2012-07-26 17:44:07 +0200 |
commit | 10d6530c64b4b4935fea3a4317e9c46d92a5e6db (patch) | |
tree | 83203e7fd9e3e731758d08b15af466371187087a /trace-events | |
parent | Merge remote-tracking branch 'stefanha/net' into staging (diff) | |
download | qemu-10d6530c64b4b4935fea3a4317e9c46d92a5e6db.tar.gz qemu-10d6530c64b4b4935fea3a4317e9c46d92a5e6db.tar.xz qemu-10d6530c64b4b4935fea3a4317e9c46d92a5e6db.zip |
megasas: Replace trace_megasas_dcmd_dump_frame()
trace_megasas_dcmd_dump_frame() takes 9 arguments, which is
rather much. Plus the trace infrastructure doesn't support
it. As we can get the information via other means it's pointless
to have it in the driver, so rather use some proper trace
point here and remove the old one.
Signed-off-by: Hannes Reinecke <hare@suse.de>
Cc: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-events b/trace-events index 2a5f074137..6fb5eb547e 100644 --- a/trace-events +++ b/trace-events @@ -595,7 +595,7 @@ megasas_dcmd_ld_get_list(int cmd, int num, int max) "scmd %d: DCMD LD get list: megasas_dcmd_ld_get_info(int cmd, int ld_id) "scmd %d: DCMD LD get info for dev %d" megasas_dcmd_pd_get_info(int cmd, int pd_id) "scmd %d: DCMD PD get info for dev %d" megasas_dcmd_pd_list_query(int cmd, int flags) "scmd %d: DCMD PD list query flags %x" -megasas_dcmd_dump_frame(int offset, char f0, char f1, char f2, char f3, char f4, char f5, char f6, char f7) "0x%x: %02x %02x %02x %02x %02x %02x %02x %02x" +megasas_dcmd_unsupported(int cmd, unsigned long size) "scmd %d: set properties len %ld" megasas_abort_frame(int cmd, int abort_cmd) "scmd %d: aborting frame %x" megasas_abort_no_cmd(int cmd, uint64_t context) "scmd %d: no active command for frame context %" PRIx64 "" megasas_abort_invalid_context(int cmd, uint64_t context, int abort_cmd) "scmd %d: invalid frame context %" PRIx64 " for abort frame %x" |