blob: 3fa76940221d467cf4f4bed7fda58f4919350e0f [file] [log] [blame] [edit]
/*
* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef CAMERA_FEATURES_ZSL_TRACING_H_
#define CAMERA_FEATURES_ZSL_TRACING_H_
#include "cros-camera/tracing.h"
#define TRACE_ZSL(...) \
TRACE_EVENT_AUTOGEN(kCameraTraceCategoryZsl, ##__VA_ARGS__)
#endif // CAMERA_FEATURES_ZSL_TRACING_H_