lttng / lttng-scope

A trace viewer and analyzer for LTTng kernel and user space traces
https://lttng.org/beta/#lttng-scope
Eclipse Public License 1.0
28 stars 6 forks source link

Implement callstack timegraph #44

Open ghost opened 6 years ago

ghost commented 6 years ago

Allow the timegraph widget to be used as a callstack.

The main difference with existing timegraphs is that the list of entries on the left side may change according to the event selection, and not only the visible time range as is currently the case. We'll have to determine if we need a completely new widget type, or if this functionality can be tacked on the existing timegraph widget.

This will require work at both the Scope and Jabberwocky levels.

ghost commented 6 years ago

Following up on some offline design discussions: