| KWin
    | 
#include <ftrace.h>
 
 | Public Slots | |
| Q_SCRIPTABLE void | setEnabled (bool enabled) | 
| Signals | |
| void | enabledChanged () | 
| Public Member Functions | |
| bool | isEnabled () const | 
| template<typename... Args> | |
| void | trace (Args... args) | 
| Properties | |
| bool | isEnabled | 
FTraceLogger is a singleton utility for writing log messages using ftrace
Usage: Either: Set the KWIN_PERF_FTRACE environment variable before starting the application Calling on DBus /FTrace org.kde.kwin.FTrace.setEnabled true After having created the ftrace mount
| 
 | signal | 
| bool KWin::FTraceLogger::isEnabled | ( | ) | const | 
Enabled through DBus and logging has started
Definition at line 35 of file ftrace.cpp.
| 
 | slot | 
Definition at line 40 of file ftrace.cpp.
| 
 | inline |