.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Linux performance counter support for MIPS. |
---|
3 | 4 | * |
---|
.. | .. |
---|
8 | 9 | * based on the sparc64 perf event code and the x86 code. Performance |
---|
9 | 10 | * counter access is based on the MIPS Oprofile code. And the callchain |
---|
10 | 11 | * support references the code of MIPS stacktrace.c. |
---|
11 | | - * |
---|
12 | | - * This program is free software; you can redistribute it and/or modify |
---|
13 | | - * it under the terms of the GNU General Public License version 2 as |
---|
14 | | - * published by the Free Software Foundation. |
---|
15 | 12 | */ |
---|
16 | 13 | |
---|
17 | 14 | #include <linux/perf_event.h> |
---|