Move immediate.h, marker.h and tracepoint.h to include/ust/
authorJan Blunck <jblunck@suse.de>
Sun, 25 Oct 2009 12:57:45 +0000 (13:57 +0100)
committerJan Blunck <jblunck@suse.de>
Sun, 25 Oct 2009 14:09:25 +0000 (15:09 +0100)
commit93d0f2eaff675059588e958e3de74a1bb7dd4028
tree89357ff302559753016f88ddb286ed20ea2e227e
parent6af64c431c0a521fc927fa72b9f4015397ce11d4
Move immediate.h, marker.h and tracepoint.h to include/ust/

Move the primary header files to a common location and install them with
ust/ prefix in /usr/include.

Signed-off-by: Jan Blunck <jblunck@suse.de>
31 files changed:
Makefile.am
configure.ac
include/Makefile.am [new file with mode: 0644]
include/ust/immediate.h [new file with mode: 0644]
include/ust/marker.h [new file with mode: 0644]
include/ust/tracepoint.h [new file with mode: 0644]
libmallocwrap/Makefile.am
libmallocwrap/mallocwrap.c
libust/Makefile.am
libust/channels.c
libust/immediate.h [deleted file]
libust/marker.c
libust/marker.h [deleted file]
libust/tracectl.c
libust/tracepoint.c
libust/tracepoint.h [deleted file]
libust/tracer.h
tests/basic/Makefile.am
tests/basic/basic.c
tests/basic_long/Makefile.am
tests/basic_long/basic_long.c
tests/fork/Makefile.am
tests/fork/fork.c
tests/fork/fork2.c
tests/hello/Makefile.am
tests/hello/hello.c
tests/hello/tp.c
tests/hello/tp.h
tests/hello2/Makefile.am
tests/hello2/hello2.c
ustd/Makefile.am
This page took 0.025376 seconds and 4 git commands to generate.