Mir
|
#include <lttng/tracepoint.h>
#include <stdint.h>
#include <lttng/tracepoint-event.h>
Go to the source code of this file.
Macros | |
#define | TRACEPOINT_PROVIDER mir_client_input_receiver |
#define | TRACEPOINT_INCLUDE "./input_receiver_report_tp.h" |
#define | MIR_CLIENT_LTTNG_INPUT_RECEIVER_REPORT_TP_H_ |
Functions | |
TRACEPOINT_EVENT (mir_client_input_receiver, key_event, TP_ARGS(int32_t, device_id, int32_t, source_id, int, action, int, flags, unsigned int, modifiers, int32_t, key_code, int32_t, scan_code, int64_t, down_time, int64_t, event_time), TP_FIELDS(ctf_integer(int32_t, device_id, device_id) ctf_integer(int32_t, source_id, source_id) ctf_integer(int, action, action) ctf_integer(int, flags, flags) ctf_integer(unsigned int, modifiers, modifiers) ctf_integer(int32_t, key_code, key_code) ctf_integer(int32_t, scan_code, scan_code) ctf_integer(int64_t, down_time, down_time) ctf_integer(int64_t, event_time, event_time))) TRACEPOINT_EVENT(mir_client_input_receiver | |
TP_ARGS (int32_t, device_id, int32_t, source_id, int, action, int, flags, unsigned int, modifiers, int32_t, edge_flags, int, button_state, int64_t, down_time, int64_t, event_time) | |
TP_FIELDS (ctf_integer(int32_t, device_id, device_id) ctf_integer(int32_t, source_id, source_id) ctf_integer(int, action, action) ctf_integer(int, flags, flags) ctf_integer(unsigned int, modifiers, modifiers) ctf_integer(int32_t, edge_flags, edge_flags) ctf_integer(int, button_state, button_state) ctf_integer(int64_t, down_time, down_time) ctf_integer(int64_t, event_time, event_time))) TRACEPOINT_EVENT(mir_client_input_receiver | |
TP_ARGS (int, id, float, x, float, y, float, touch_major, float, touch_minor, float, size, float, pressure, float, orientation) | |
Variables | |
motion_event | |
motion_event_coordinate | |
#define MIR_CLIENT_LTTNG_INPUT_RECEIVER_REPORT_TP_H_ |
#define TRACEPOINT_INCLUDE "./input_receiver_report_tp.h" |
#define TRACEPOINT_PROVIDER mir_client_input_receiver |
TP_ARGS | ( | int32_t | , |
device_id | , | ||
int32_t | , | ||
source_id | , | ||
int | , | ||
action | , | ||
int | , | ||
flags | , | ||
unsigned | int, | ||
modifiers | , | ||
int32_t | , | ||
edge_flags | , | ||
int | , | ||
button_state | , | ||
int64_t | , | ||
down_time | , | ||
int64_t | , | ||
event_time | |||
) |
TP_ARGS | ( | int | , |
id | , | ||
float | , | ||
x | , | ||
float | , | ||
y | , | ||
float | , | ||
touch_major | , | ||
float | , | ||
touch_minor | , | ||
float | , | ||
size | , | ||
float | , | ||
pressure | , | ||
float | , | ||
orientation | |||
) |
TP_FIELDS | ( | ctf_integer(int32_t, device_id, device_id) ctf_integer(int32_t, source_id, source_id) ctf_integer(int, action, action) ctf_integer(int, flags, flags) ctf_integer(unsigned int, modifiers, modifiers) ctf_integer(int32_t, edge_flags, edge_flags) ctf_integer(int, button_state, button_state) ctf_integer(int64_t, down_time, down_time) ctf_integer(int64_t, event_time, event_time) | ) |
TRACEPOINT_EVENT | ( | mir_client_input_receiver | , |
key_event | , | ||
TP_ARGS(int32_t, device_id, int32_t, source_id, int, action, int, flags, unsigned int, modifiers, int32_t, key_code, int32_t, scan_code, int64_t, down_time, int64_t, event_time) | , | ||
TP_FIELDS(ctf_integer(int32_t, device_id, device_id)ctf_integer(int32_t, source_id, source_id)ctf_integer(int, action, action)ctf_integer(int, flags, flags)ctf_integer(unsigned int, modifiers, modifiers)ctf_integer(int32_t, key_code, key_code)ctf_integer(int32_t, scan_code, scan_code)ctf_integer(int64_t, down_time, down_time)ctf_integer(int64_t, event_time, event_time)) | |||
) |
motion_event |
motion_event_coordinate |
Copyright © 2012,2013 Canonical Ltd.
Generated on Fri Oct 10 14:07:14 UTC 2014