#include "lttng_utils.h"
#include <lttng/tracepoint-event.h>
Go to the source code of this file.
|
| 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) |
|
| TP_FIELDS (ctf_integer(int, src_fd, src_fd) ctf_integer(uint32_t, seq_id, seq_id))) TRACEPOINT_EVENT(mir_server_input |
|
| TP_ARGS (const char *, device, const char *, platform) |
|
| TP_FIELDS (ctf_string(device, device) ctf_string(platform, platform))) TRACEPOINT_EVENT(mir_server_input |
|
#define MIR_LTTNG_INPUT_REPORT_TP_H_ |
#define TRACEPOINT_INCLUDE "./input_report_tp.h" |
#define TRACEPOINT_PROVIDER mir_server_input |
TP_ARGS |
( |
int |
, |
|
|
dest_fd |
, |
|
|
uint32_t |
, |
|
|
seq_id |
, |
|
|
int64_t |
, |
|
|
event_time |
|
|
) |
| |
TP_ARGS |
( |
int |
, |
|
|
src_fd |
, |
|
|
uint32_t |
, |
|
|
seq_id |
|
|
) |
| |
TP_ARGS |
( |
const char * |
, |
|
|
device |
, |
|
|
const char * |
, |
|
|
platform |
|
|
) |
| |
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) |
| ) |
|
TP_FIELDS |
( |
ctf_integer(int, src_fd, src_fd) ctf_integer(uint32_t, seq_id, seq_id) |
| ) |
|
TP_FIELDS |
( |
ctf_string(device, device) ctf_string(platform, platform) |
| ) |
|
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)) |
|
|
) |
| |
failed_to_open_input_device |
received_event_finished_signal |
Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Oct 8 16:20:16 UTC 2015