kernel/scripts/tracing/draw_functrace.py
.. .. @@ -1,8 +1,8 @@ 1 -#!/usr/bin/python1 +#!/usr/bin/env python2 +# SPDX-License-Identifier: GPL-2.0-only2 3 3 4 """ 4 5 Copyright 2008 (c) Frederic Weisbecker <fweisbec@gmail.com> 5 -Licensed under the terms of the GNU GPL License version 26 6 7 7 This script parses a trace provided by the function tracer in 8 8 kernel/trace/trace_functions.c