projects
/
ust.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Make only libust and libustconsumer use a signal safe usterr.h
[ust.git]
/
tests
/
tracepoint
/
tracepoint_test.h
Commit
Line
Data
cd5de8df
DG
1
#include <ust/tracepoint.h>
2
3
DECLARE_TRACE(ust_event, TP_PROTO(unsigned int v), TP_ARGS(v));
4
DECLARE_TRACE(ust_event2, TP_PROTO(unsigned int v), TP_ARGS(v));
5
6
struct message {
7
char *payload;
8
};
This page took
0.028227 seconds
and
4
git commands to generate.