summaryrefslogtreecommitdiffstats
path: root/README.traceevent
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:00:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:00:20 +0000
commitfcb4cb5c3d0fec0fede160d565134d553d783fb2 (patch)
tree7be42535554ca6badc1847d83ef123f4dc3c5506 /README.traceevent
parentInitial commit. (diff)
downloadpowertop-upstream.tar.xz
powertop-upstream.zip
Adding upstream version 2.15.upstream/2.15upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README.traceevent')
-rw-r--r--README.traceevent20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.traceevent b/README.traceevent
new file mode 100644
index 0000000..0747766
--- /dev/null
+++ b/README.traceevent
@@ -0,0 +1,20 @@
+traceevent:
+
+The traceevent library being built in PowerTOP is really a effort by
+Steven Rostedt. The long term intent is for Steven to push the trace
+event library to distributions, and consume it externally. Right now the
+PowerTOP project is keeping in sync with his code posted in the Linux
+kernel git under tools/lib/traceevent. We will not take patches into the
+traceevent code directly, rather we will be re-basing against that code
+base.
+
+If you find a bug in the trace event code, you should to one of two things.
+
+1. Send a patch to the PowerTOP mailing list, which will get forwared to
+ Steven if appropriate.
+
+2. Send a patch to the PowerTOP mailing list, and
+ CC: Steven Rostedt <rostedt@goodmis.org>
+
+Please do use the PowerTOP mailing list to discuss topics about
+traceevent as its used with PowerTOP.