Linux Audio

Check our new training course

Linux debugging, profiling, tracing and performance analysis training

Mar 24-27, 2025, special US time zones
Register
Loading...
v6.8
1// SPDX-License-Identifier: GPL-2.0+
2// Copyright 2017 IBM Corp.
3#ifndef __CHECKER__
4#define CREATE_TRACE_POINTS
5#include "trace.h"
6#endif
v5.4
1// SPDX-License-Identifier: GPL-2.0+
2// Copyright 2017 IBM Corp.
3#ifndef __CHECKER__
4#define CREATE_TRACE_POINTS
5#include "trace.h"
6#endif