Mir
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Macros | Functions | Variables
input_report_tp.h File Reference
#include "lttng_utils.h"
#include <lttng/tracepoint-event.h>
Include dependency graph for input_report_tp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TRACEPOINT_PROVIDER   mir_server_input
 
#define TRACEPOINT_INCLUDE   "./input_report_tp.h"
 
#define MIR_LTTNG_INPUT_REPORT_TP_H_
 

Functions

 TRACEPOINT_EVENT (mir_server_input, received_event_from_kernel, TP_ARGS(int64_t, when, int, type, int, code, int, value), TP_FIELDS(ctf_integer(int64_t, when, when) ctf_integer(int, type, type) ctf_integer(int, code, code) ctf_integer(int, value, value))) TRACEPOINT_EVENT(mir_server_input
 
 TP_ARGS (int, dest_fd, uint32_t, seq_id, int64_t, event_time)
 
 TP_FIELDS (ctf_integer(int, dest_fd, dest_fd) ctf_integer(uint32_t, seq_id, seq_id) ctf_integer(int64_t, event_time, event_time))) TRACEPOINT_EVENT(mir_server_input
 
 TP_ARGS (int, src_fd, uint32_t, seq_id)
 

Variables

 published_key_event
 
 published_motion_event
 
 received_event_finished_signal
 

Macro Definition Documentation

#define MIR_LTTNG_INPUT_REPORT_TP_H_
#define TRACEPOINT_INCLUDE   "./input_report_tp.h"
#define TRACEPOINT_PROVIDER   mir_server_input

Function Documentation

TP_ARGS ( int  ,
dest_fd  ,
uint32_t  ,
seq_id  ,
int64_t  ,
event_time   
)
TP_ARGS ( int  ,
src_fd  ,
uint32_t  ,
seq_id   
)
TP_FIELDS ( ctf_integer(int, dest_fd, dest_fd) ctf_integer(uint32_t, seq_id, seq_id) ctf_integer(int64_t, event_time, event_time)  )
TRACEPOINT_EVENT ( mir_server_input  ,
received_event_from_kernel  ,
TP_ARGS(int64_t, when, int, type, int, code, int, value)  ,
TP_FIELDS(ctf_integer(int64_t, when, when)ctf_integer(int, type, type)ctf_integer(int, code, code)ctf_integer(int, value, value))   
)

Variable Documentation

published_key_event
published_motion_event
received_event_finished_signal

Copyright © 2012,2013 Canonical Ltd.
Generated on Fri Oct 10 14:07:14 UTC 2014