• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 dnl
2 dnl Copyright (c) 2018 Cyril Hrubis <chrubis@suse.cz>
3 dnl
4 dnl SPDX-License-Identifier: GPL-2.0-or-later
5 dnl
6 
7 dnl
8 dnl LTP_CHECK_PERF_EVENT
9 dnl ----------------------------
10 dnl
11 AC_DEFUN([LTP_CHECK_PERF_EVENT],[
12 AC_CHECK_MEMBERS([struct perf_event_mmap_page.aux_head],,,[#include <linux/perf_event.h>])
13 ])
14