projects
/
lttng-tools.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Test: add UST baddr statedump test
[lttng-tools.git]
/
tests
/
regression
/
ust
/
baddr-statedump
/
prog.c
Commit
Line
Data
d4f53cc3
AB
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.023691 seconds
and
5
git commands to generate.