microblaze_oprofile.c 467 B

12345678910111213141516171819202122
  1. /*
  2. * Microblaze oprofile code
  3. *
  4. * Copyright (C) 2009 Michal Simek <monstr@monstr.eu>
  5. * Copyright (C) 2009 PetaLogix
  6. *
  7. * This file is subject to the terms and conditions of the GNU General Public
  8. * License. See the file "COPYING" in the main directory of this archive
  9. * for more details.
  10. */
  11. #include <linux/oprofile.h>
  12. #include <linux/init.h>
  13. int __init oprofile_arch_init(struct oprofile_operations *ops)
  14. {
  15. return -1;
  16. }
  17. void oprofile_arch_exit(void)
  18. {
  19. }