mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
rtcpu: export capture tracepoints
Bug 3960871 Signed-off-by: Pekka Pessi <ppessi@nvidia.com> Change-Id: If805ddaf94fb2a22f056ed450414f449b601fcc7 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2855234 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Ankur Pawar <ankurp@nvidia.com> Reviewed-by: Matti Ryttylainen <mryttylainen@nvidia.com> Reviewed-by: Frank Chen <frankc@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
b284ab0c11
commit
8c3deebf44
@@ -1,5 +1,5 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
// Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
// Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
|
||||
#include "soc/tegra/camrtc-trace.h"
|
||||
|
||||
@@ -36,6 +36,12 @@
|
||||
#include <trace/events/tegra_capture.h>
|
||||
#include <trace/events/freertos.h>
|
||||
|
||||
/* Tracepoints used by other modules */
|
||||
EXPORT_TRACEPOINT_SYMBOL_GPL(capture_ivc_send);
|
||||
EXPORT_TRACEPOINT_SYMBOL_GPL(capture_ivc_send_error);
|
||||
EXPORT_TRACEPOINT_SYMBOL_GPL(capture_ivc_notify);
|
||||
EXPORT_TRACEPOINT_SYMBOL_GPL(capture_ivc_recv);
|
||||
|
||||
#define NV(p) "nvidia," #p
|
||||
|
||||
#define WORK_INTERVAL_DEFAULT 100
|
||||
|
||||
Reference in New Issue
Block a user