#include "lttng_utils.h"
#include <lttng/tracepoint-event.h>
Go to the source code of this file.
|
| TRACEPOINT_EVENT (mir_server_compositor, added_display, TP_ARGS(int, width, int, height, int, x, int, y, void const *, id), TP_FIELDS(ctf_integer(int, width, width) ctf_integer(int, height, height) ctf_integer(int, x, x) ctf_integer(int, y, y) ctf_integer_hex(uintptr_t, id,(uintptr_t)(id)))) TRACEPOINT_EVENT(mir_server_compositor |
|
| TP_ARGS (void const *, id) |
|
| TP_FIELDS (ctf_integer_hex(uintptr_t, id,(uintptr_t)(id)))) TRACEPOINT_EVENT(mir_server_compositor |
|
| TP_ARGS (void const *, id, unsigned int *, buffer_ids, size_t, buffer_ids_len) |
|
#define MIR_LTTNG_COMPOSITOR_REPORT_TP_H_ |
#define TRACEPOINT_INCLUDE "./compositor_report_tp.h" |
#define TRACEPOINT_PROVIDER mir_server_compositor |
TP_ARGS |
( |
void const * |
, |
|
|
id |
|
|
) |
| |
TP_ARGS |
( |
void const * |
, |
|
|
id |
, |
|
|
unsigned int * |
, |
|
|
buffer_ids |
, |
|
|
size_t |
, |
|
|
buffer_ids_len |
|
|
) |
| |
TP_FIELDS |
( |
ctf_integer_hex(uintptr_t, id,(uintptr_t)(id)) |
| ) |
|
TRACEPOINT_EVENT |
( |
mir_server_compositor |
, |
|
|
added_display |
, |
|
|
TP_ARGS(int, width, int, height, int, x, int, y, void const *, id) |
, |
|
|
TP_FIELDS(ctf_integer(int, width, width)ctf_integer(int, height, height)ctf_integer(int, x, x)ctf_integer(int, y, y)ctf_integer_hex(uintptr_t, id,(uintptr_t)(id))) |
|
|
) |
| |
Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Sep 8 14:50:19 UTC 2016