Statistics
| Branch: | Revision:

root / scripts / tracetool / backend / events.py @ 45be2f5d

History | View | Annotate | Download (521 Bytes)

1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3

    
4
"""
5
Generic event description.
6

7
This is a dummy backend to establish appropriate frontend/backend compatibility
8
checks.
9
"""
10

    
11
__author__     = "Lluís Vilanova <vilanova@ac.upc.edu>"
12
__copyright__  = "Copyright 2012, Lluís Vilanova <vilanova@ac.upc.edu>"
13
__license__    = "GPL version 2 or (at your option) any later version"
14

    
15
__maintainer__ = "Stefan Hajnoczi"
16
__email__      = "stefanha@linux.vnet.ibm.com"
17

    
18

    
19
def events_h(events):
20
    pass
21

    
22
def events_c(events):
23
    pass