Bug 218351
Summary: | kernelshark-v2.3.0 KsTraceViewer is not expanding vertically | ||
---|---|---|---|
Product: | Tools | Reporter: | Benjamin Robin (benjarobin+kernel) |
Component: | Trace-cmd/Kernelshark | Assignee: | Default virtual assignee for Trace-cmd and kernelshark (tools_tracecmd_kernelshark) |
Status: | NEW --- | ||
Severity: | normal | CC: | y.karadz |
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: | |
Attachments: | Sceenshot |
Description
Benjamin Robin
2024-01-06 18:25:37 UTC
Do you still see this problem after the fix in KsGLWidget? Thanks! Yordan Created attachment 305707 [details]
Sceenshot
Yes the problem is still there.
To show this problem, I recorded some random events generated on the 2 first cores
using this command line: trace-cmd record -a -e "*" -o t2.dat -M 3
OK, please send your fix to the mailing list and we will discuss it there. Thanks! Y. I'll try to investigate this problem properly this weekend, to try to understand what's really going on. I don't want to share a commit yet, which is certainly broken. I sent a "few" fixes. Please provide feedback :-) Also for "reference" here the widget "layout": Central Widget: QSplitter - _graph (KsTraceGraph) - _layout (QVBoxLayout) - _pointerBar (QToolBar) - _labelP1 - _labelP2 - separator - _labelI1 - separator - _labelI2 - separator - _labelI3 - separator - _labelI4 - separator - _labelI5 - _navigationBar (QToolBar) - _scrollLeftButton - _zoomInButton - _zoomOutButton - _scrollRightButton - separator - _quickZoomInButton - _quickZoomOutButton - separator - label (empty) - _buttonA - _labelMA - separator - label (empty) - _buttonB - _labelMB - separator - _labelDeltaDescr - _labelDelta - _scrollArea (KsGraphScrollArea : QScrollArea) - _glWindow (KsGLWidget) - _view (KsTraceViewer) - _layout (QVBoxLayout) - _toolbar (QToolBar) - _labelSearch - _columnComboBox - _selectComboBox - _searchLineEdit - separator - _nextButton - _prevButton - separator - _searchProgBar (hidden) - _searchCountLabel - _searchStopButton (hidden) - _searchRestartButton (hidden) - separator - _graphFollowsCheckBox - _labelGrFollows - _view (KsTableView : QTableView) You call this "few" ;-) I will have a look, but unfortunately this may take some time, because I can work on KernelShark only in my spare time. I will try to get all patches reviewed before the end of the week. Cheers, Y. |