xref: /device/soc/rockchip/rk3588/kernel/include/trace/hooks/shmem_fs.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /device/soc/rockchip/rk3588/kernel/include/trace/hooks/
13d0407baSopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
23d0407baSopenharmony_ci#undef TRACE_SYSTEM
33d0407baSopenharmony_ci#define TRACE_SYSTEM shmem_fs
43d0407baSopenharmony_ci#undef TRACE_INCLUDE_PATH
53d0407baSopenharmony_ci#define TRACE_INCLUDE_PATH trace/hooks
63d0407baSopenharmony_ci#if !defined(_TRACE_HOOK_SHMEM_FS_H) || defined(TRACE_HEADER_MULTI_READ)
73d0407baSopenharmony_ci#define _TRACE_HOOK_SHMEM_FS_H
83d0407baSopenharmony_ci#include <linux/tracepoint.h>
93d0407baSopenharmony_ci#include <trace/hooks/vendor_hooks.h>
103d0407baSopenharmony_ci
113d0407baSopenharmony_cistruct page;
123d0407baSopenharmony_ciDECLARE_HOOK(android_vh_shmem_alloc_page,
133d0407baSopenharmony_ci	TP_PROTO(struct page **page),
143d0407baSopenharmony_ci	TP_ARGS(page));
153d0407baSopenharmony_ci#endif /* _TRACE_HOOK_SHMEM_FS_H */
163d0407baSopenharmony_ci/* This part must be outside protection */
173d0407baSopenharmony_ci#include <trace/define_trace.h>
18

Indexes created Thu Nov 07 10:32:03 CST 2024