xref: /kernel/linux/linux-5.10/arch/parisc/oprofile/init.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/parisc/oprofile/
18c2ecf20Sopenharmony_ci/**
28c2ecf20Sopenharmony_ci * @file init.c
38c2ecf20Sopenharmony_ci *
48c2ecf20Sopenharmony_ci * @remark Copyright 2002 OProfile authors
58c2ecf20Sopenharmony_ci * @remark Read the file COPYING
68c2ecf20Sopenharmony_ci *
78c2ecf20Sopenharmony_ci * @author John Levon <levon@movementarian.org>
88c2ecf20Sopenharmony_ci */
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#include <linux/errno.h>
118c2ecf20Sopenharmony_ci#include <linux/init.h>
128c2ecf20Sopenharmony_ci#include <linux/kernel.h>
138c2ecf20Sopenharmony_ci#include <linux/oprofile.h>
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciint __init oprofile_arch_init(struct oprofile_operations *ops)
168c2ecf20Sopenharmony_ci{
178c2ecf20Sopenharmony_ci	return -ENODEV;
188c2ecf20Sopenharmony_ci}
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ci
218c2ecf20Sopenharmony_civoid oprofile_arch_exit(void)
228c2ecf20Sopenharmony_ci{
238c2ecf20Sopenharmony_ci}
24

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