19 #undef TRACEPOINT_PROVIDER
20 #define TRACEPOINT_PROVIDER mir_client_input_receiver
22 #undef TRACEPOINT_INCLUDE
23 #define TRACEPOINT_INCLUDE "./input_receiver_report_tp.h"
25 #if !defined(MIR_CLIENT_LTTNG_INPUT_RECEIVER_REPORT_TP_H_) || defined(TRACEPOINT_HEADER_MULTI_READ)
26 #define MIR_CLIENT_LTTNG_INPUT_RECEIVER_REPORT_TP_H_
28 #include <lttng/tracepoint.h>
32 mir_client_input_receiver,
34 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),
36 ctf_integer(int32_t, device_id, device_id)
37 ctf_integer(int32_t, source_id, source_id)
38 ctf_integer(
int, action, action)
39 ctf_integer(
int, flags, flags)
40 ctf_integer(
unsigned int, modifiers, modifiers)
41 ctf_integer(int32_t, key_code, key_code)
42 ctf_integer(int32_t, scan_code, scan_code)
43 ctf_integer(int64_t, down_time, down_time)
44 ctf_integer(int64_t, event_time, event_time)
49 mir_client_input_receiver,
51 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),
53 ctf_integer(int32_t, device_id, device_id)
54 ctf_integer(int32_t, source_id, source_id)
55 ctf_integer(
int, action, action)
56 ctf_integer(
int, flags, flags)
57 ctf_integer(
unsigned int, modifiers, modifiers)
58 ctf_integer(int32_t, edge_flags, edge_flags)
59 ctf_integer(
int, button_state, button_state)
60 ctf_integer(int64_t, down_time, down_time)
61 ctf_integer(int64_t, event_time, event_time)
66 mir_client_input_receiver,
68 TP_ARGS(
int,
id,
float,
x,
float,
y,
float, touch_major,
float, touch_minor,
float,
size,
float, pressure,
float, orientation),
70 ctf_integer(
int,
id,
id)
71 ctf_float(
float, x, x)
72 ctf_float(
float, y, y)
73 ctf_float(
float, touch_major, touch_major)
74 ctf_float(
float, touch_minor, touch_minor)
75 ctf_float(
float, size, size)
76 ctf_float(
float, pressure, pressure)
77 ctf_float(
float, orientation, orientation)
83 #include <lttng/tracepoint-event.h>
Definition: dimensions.h:35
Definition: dimensions.h:35
int const size
Definition: make_socket_rpc_channel.cpp:51