1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: traceshark
Section: devel
Priority: optional
Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Build-Depends: debhelper-compat (= 13), qtbase5-dev, libqcustomplot-dev
Standards-Version: 4.5.0
Homepage: https://github.com/cunctator/traceshark
Vcs-Browser: https://github.com/sudipm-mukherjee/traceshark.git
Vcs-Git: https://github.com/sudipm-mukherjee/traceshark
Package: traceshark
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: trace-cmd
Description: Graphical viewer for the Ftrace and Perf events
The trace can be collected using trace-cmd or perf.
It can be used to visualize the following events:
cpu_frequency
cpu_idle
sched_migrate_task
sched_process_exit
sched_process_fork
sched_switch
sched_wakeup
sched_wakeup_new
sched_waking
|