]> Git Repo - linux.git/blob - arch/loongarch/include/asm/perf_event.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / arch / loongarch / include / asm / perf_event.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Author: Huacai Chen <[email protected]>
4  * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
5  */
6
7 #ifndef __LOONGARCH_PERF_EVENT_H__
8 #define __LOONGARCH_PERF_EVENT_H__
9
10 #define perf_arch_bpf_user_pt_regs(regs) (struct user_pt_regs *)regs
11
12 #endif /* __LOONGARCH_PERF_EVENT_H__ */
This page took 0.032251 seconds and 4 git commands to generate.