mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-25 17:45:06 +03:00
tracepoints: Add SPDX headers and copyright notices
Add SPDX headers and copyright notices to the tracepoints definition files. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
00cab9cb56
commit
af2e36fc1b
4 changed files with 28 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
||||||
|
/*
|
||||||
|
* Copyright (C) 2020, Google Inc.
|
||||||
|
*
|
||||||
|
* buffer_enums.tp - Tracepoint definition for enums in the buffer class
|
||||||
|
*/
|
||||||
|
|
||||||
TRACEPOINT_ENUM(
|
TRACEPOINT_ENUM(
|
||||||
libcamera,
|
libcamera,
|
||||||
buffer_status,
|
buffer_status,
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
||||||
|
/*
|
||||||
|
* Copyright (C) 2020, Google Inc.
|
||||||
|
*
|
||||||
|
* pipeline.tp - Tracepoints for pipelines
|
||||||
|
*/
|
||||||
|
|
||||||
TRACEPOINT_EVENT(
|
TRACEPOINT_EVENT(
|
||||||
libcamera,
|
libcamera,
|
||||||
ipa_call_begin,
|
ipa_call_begin,
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
||||||
|
/*
|
||||||
|
* Copyright (C) 2020, Google Inc.
|
||||||
|
*
|
||||||
|
* request.tp - Tracepoints for the request object
|
||||||
|
*/
|
||||||
|
|
||||||
#include <libcamera/buffer.h>
|
#include <libcamera/buffer.h>
|
||||||
#include <libcamera/request.h>
|
#include <libcamera/request.h>
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
||||||
|
/*
|
||||||
|
* Copyright (C) 2020, Google Inc.
|
||||||
|
*
|
||||||
|
* request_enums.tp - Tracepoint definition for enums in the request class
|
||||||
|
*/
|
||||||
|
|
||||||
TRACEPOINT_ENUM(
|
TRACEPOINT_ENUM(
|
||||||
libcamera,
|
libcamera,
|
||||||
request_status,
|
request_status,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue