projects
/
lttng-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add UST namespace contexts tests
[lttng-tools.git]
/
tests
/
regression
/
ust
/
baddr-statedump
/
prog.c
1
#include <unistd.h>
2
3
#define TRACEPOINT_DEFINE
4
#include
"tp.h"
5
6
int
main
()
7
{
8
sleep
(
1
);
9
return
0
;
10
}
This page took
0.029888 seconds
and
5
git commands to generate.