| /* | |
| * 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_FACE_DETECTION_TRACING_H_ | |
| #define CAMERA_FEATURES_FACE_DETECTION_TRACING_H_ | |
| #include "cros-camera/tracing.h" | |
| #define TRACE_FACE_DETECTION(...) \ | |
| TRACE_EVENT_AUTOGEN(kCameraTraceCategoryFaceDetection, ##__VA_ARGS__) | |
| #endif // CAMERA_FEATURES_FACE_DETECTION_TRACING_H_ |