Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bcea3f96 authored by Steven Rostedt (VMware)'s avatar Steven Rostedt (VMware)
Browse files

tracing: Add SPDX License format tags to tracing files



Add the SPDX License header to ease license compliance management.

Signed-off-by: default avatarSteven Rostedt (VMware) <rostedt@goodmis.org>
parent 179a0cc4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
 * Infrastructure for profiling code inserted by 'gcc -pg'.
 *
+1 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
 * Generic ring buffer
 *
+1 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
 * ring buffer tester and benchmark
 *
+1 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
 * ring buffer based function tracer
 *
+1 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
 * tracing clocks
 *
Loading