Re: [PATCH] KernelShark: Add guest's stream ID to the combobox item.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On 2.09.20 г. 19:11 ч., Tzvetomir Stoyanov (VMware) wrote:
From: Tzvetomir (VMware)  Stoyanov <tz.stoyanov@xxxxxxxxx>

When a new stream is added to the list of guest streams in the ComboBox
plugin, attach the stream ID to the entry as well. Later, when the
stream is selected from the list, this ID is used to get information of
the stream.

Signed-off-by: Tzvetomir (VMware)  Stoyanov <tz.stoyanov@xxxxxxxxx>
---
  src/plugins/KVMCombo.cpp | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/KVMCombo.cpp b/src/plugins/KVMCombo.cpp
index 4ca33d4..bc3c6b0 100644
--- a/src/plugins/KVMCombo.cpp
+++ b/src/plugins/KVMCombo.cpp
@@ -269,7 +269,7 @@ void KsComboPlotDialog::update()
  			continue;
streamName = KsUtils::streamDescription(kshark_ctx->stream[sd]);
-		_guestStreamComboBox.addItem(streamName);
+		_guestStreamComboBox.addItem(streamName, sd);
  		color << colTable[sd];
  		_guestStreamComboBox.setItemData(i, QBrush(color),
  						    Qt::BackgroundRole);


Thanks Ceco!
The patch is applied.

Yordan



[Index of Archives]     [Linux USB Development]     [Linux USB Development]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux