<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>3a73333f - tracing: Add TRACE_CUSTOM_EVENT() macro</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/samples/trace_events/Makefile#3a73333f</link>
        <description>tracing: Add TRACE_CUSTOM_EVENT() macroTo make it really easy to add custom events from modules, add aTRACE_CUSTOM_EVENT() macro that acts just like the TRACE_EVENT() macro,but creates a custom event to an already existing tracepoint.The trace_custom_sched.[ch] has been updated to use this new macro to showhow simple it is.Link: https://lkml.kernel.org/r/20220303220625.738622494@goodmis.orgCc: Ingo Molnar &lt;mingo@kernel.org&gt;Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt;Cc: Joel Fernandes &lt;joel@joelfernandes.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Masami Hiramatsu &lt;mhiramat@kernel.org&gt;Cc: Tom Zanussi &lt;zanussi@kernel.org&gt;Signed-off-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux-6.15/samples/trace_events/Makefile</description>
        <pubDate>Thu, 03 Mar 2022 22:05:34 +0000</pubDate>
        <dc:creator>Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;</dc:creator>
    </item>
<item>
        <title>953c2f05 - tracing: Add sample code for custom trace events</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/samples/trace_events/Makefile#953c2f05</link>
        <description>tracing: Add sample code for custom trace eventsAdd sample code to show how to create custom trace events in the tracefsdirectory that can be enabled and modified like any event in tracefs(including triggers, histograms, synthetic events and event probes).The example is creating a custom sched_switch and a sched_waking to limitwhat is recorded:If the custom sched switch only records the prev_prio, next_prio andnext_pid, it can bring the size from 64 bytes per event, down to just 16bytes!If sched_waking only records the prio and pid of the woken event, it willbring the size down from 36 bytes to 12 bytes per event.This will allow for a much smaller footprint into the ring buffer and keepmore events from dropping.Link: https://lkml.kernel.org/r/20220303220625.369226746@goodmis.orgCc: Ingo Molnar &lt;mingo@kernel.org&gt;Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Masami Hiramatsu &lt;mhiramat@kernel.org&gt;Cc: Tom Zanussi &lt;zanussi@kernel.org&gt;Suggested-by: Joel Fernandes &lt;joel@joelfernandes.org&gt;Signed-off-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux-6.15/samples/trace_events/Makefile</description>
        <pubDate>Thu, 03 Mar 2022 22:05:32 +0000</pubDate>
        <dc:creator>Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/samples/trace_events/Makefile#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/samples/trace_events/Makefile</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>44ad18e0 - tracing: update sample event documentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/samples/trace_events/Makefile#44ad18e0</link>
        <description>tracing: update sample event documentationThe comments in the sample code is a bit confusing. This patchcleans them up a little.Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux-6.15/samples/trace_events/Makefile</description>
        <pubDate>Tue, 16 Jun 2009 23:53:07 +0000</pubDate>
        <dc:creator>Steven Rostedt &lt;srostedt@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>35cf723e - tracing: small trave_events sample Makefile cleanup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/samples/trace_events/Makefile#35cf723e</link>
        <description>tracing: small trave_events sample Makefile cleanupUse -I$(src) to add the current directory the include path.[ Impact: cleanup ]Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Acked-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;LKML-Reference: &lt;new-submission&gt;Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;

            List of files:
            /linux-6.15/samples/trace_events/Makefile</description>
        <pubDate>Wed, 06 May 2009 10:33:38 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
<item>
        <title>9cfe06f8 - tracing/events: add trace-events-sample</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/samples/trace_events/Makefile#9cfe06f8</link>
        <description>tracing/events: add trace-events-sampleThis patch adds a sample to the samples directory on how to createand use TRACE_EVENT trace points.Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux-6.15/samples/trace_events/Makefile</description>
        <pubDate>Wed, 15 Apr 2009 01:37:03 +0000</pubDate>
        <dc:creator>Steven Rostedt &lt;srostedt@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
