diff options
Diffstat (limited to 'tools/perf/builtin-ftrace.c')
-rw-r--r-- | tools/perf/builtin-ftrace.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/builtin-ftrace.c b/tools/perf/builtin-ftrace.c index f42f228e8899..9c228c55e1fb 100644 --- a/tools/perf/builtin-ftrace.c +++ b/tools/perf/builtin-ftrace.c | |||
@@ -1,9 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * builtin-ftrace.c | 3 | * builtin-ftrace.c |
3 | * | 4 | * |
4 | * Copyright (c) 2013 LG Electronics, Namhyung Kim <namhyung@kernel.org> | 5 | * Copyright (c) 2013 LG Electronics, Namhyung Kim <namhyung@kernel.org> |
5 | * | ||
6 | * Released under the GPL v2. | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #include "builtin.h" | 8 | #include "builtin.h" |