Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 01bf0b64579ead8a82e7cfc32ae44bc667e7ad0f authored by Linus Torvalds on 19 April 2010, 23:29:56 UTC
Linux 2.6.34-rc5
Tip revision: 01bf0b6
perf_event.h
/*
 * Performance event support - s390 specific definitions.
 *
 * Copyright 2009 Martin Schwidefsky, IBM Corporation.
 */

static inline void set_perf_event_pending(void) {}
static inline void clear_perf_event_pending(void) {}

#define PERF_EVENT_INDEX_OFFSET 0
back to top