~alan-griffiths/mir/fix-1654023

« back to all changes in this revision

Viewing changes to src/server/report/lttng/compositor_report_tp.h

  • Committer: Daniel van Vugt
  • Date: 2015-04-28 07:54:10 UTC
  • mfrom: (2517 development-branch)
  • mto: This revision was merged to the branch mainline in revision 2673.
  • Revision ID: daniel.van.vugt@canonical.com-20150428075410-rwskshfuar7voesp
Merge latest trunk and fix conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
    )
78
78
)
79
79
 
 
80
TRACEPOINT_EVENT(
 
81
    mir_server_compositor,
 
82
    buffers_in_frame,
 
83
    TP_ARGS(void const*, id, unsigned int*, buffer_ids, size_t, buffer_ids_len),
 
84
    TP_FIELDS(
 
85
        ctf_integer_hex(uintptr_t, id, (uintptr_t)(id))
 
86
        ctf_sequence(unsigned int, buffer_ids, buffer_ids, size_t, buffer_ids_len)
 
87
    )
 
88
)
 
89
 
80
90
#endif /* MIR_LTTNG_COMPOSITOR_REPORT_TP_H_ */
81
91
 
82
92
#include <lttng/tracepoint-event.h>