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>
37 #pragma clang diagnostic push
38 #pragma clang diagnostic warning "-Wunused-function"
42 mir_client_input_receiver,
44 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),
46 ctf_integer(int32_t, device_id, device_id)
47 ctf_integer(int32_t, source_id, source_id)
48 ctf_integer(
int, action, action)
49 ctf_integer(
int, flags, flags)
50 ctf_integer(
unsigned int, modifiers, modifiers)
51 ctf_integer(int32_t, key_code, key_code)
52 ctf_integer(int32_t, scan_code, scan_code)
53 ctf_integer(int64_t, down_time, down_time)
54 ctf_integer(int64_t, event_time, event_time)
59 mir_client_input_receiver,
61 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),
63 ctf_integer(int32_t, device_id, device_id)
64 ctf_integer(int32_t, source_id, source_id)
65 ctf_integer(
int, action, action)
66 ctf_integer(
int, flags, flags)
67 ctf_integer(
unsigned int, modifiers, modifiers)
68 ctf_integer(int32_t, edge_flags, edge_flags)
69 ctf_integer(
int, button_state, button_state)
70 ctf_integer(int64_t, down_time, down_time)
71 ctf_integer(int64_t, event_time, event_time)
76 mir_client_input_receiver,
78 TP_ARGS(
int,
id,
float,
x,
float,
y,
float, touch_major,
float, touch_minor,
float,
size,
float, pressure,
float, orientation),
80 ctf_integer(
int,
id,
id)
81 ctf_float(
float, x, x)
82 ctf_float(
float, y, y)
83 ctf_float(
float, touch_major, touch_major)
84 ctf_float(
float, touch_minor, touch_minor)
85 ctf_float(
float, size, size)
86 ctf_float(
float, pressure, pressure)
87 ctf_float(
float, orientation, orientation)
92 #pragma clang diagnostic pop
97 #include <lttng/tracepoint-event.h>
Definition: dimensions.h:35
Definition: dimensions.h:35
int const size
Definition: make_socket_rpc_channel.cpp:50