aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/perf_event.h
blob: e00007cf816220ed3f62c9269372d1f050714027 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * linux/arch/mips/include/asm/perf_event.h
 *
 * Copyright (C) 2010 MIPS Technologies, Inc.
 * Author: Deng-Cheng Zhu
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#ifndef __MIPS_PERF_EVENT_H__
#define __MIPS_PERF_EVENT_H__

/*
 * MIPS performance counters do not raise NMI upon overflow, a regular
 * interrupt will be signaled. Hence we can do the pending perf event
 * work at the tail of the irq handler.
 */
static inline void
set_perf_event_pending(void)
{
}

#endif /* __MIPS_PERF_EVENT_H__ */