[sysprof] move source around in preparation to land sysprof2
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof] move source around in preparation to land sysprof2
- Date: Wed, 13 Apr 2016 12:48:44 +0000 (UTC)
commit 2ea0287f89264f24630a4a8dce736964e3f924ad
Author: Christian Hergert <chergert redhat com>
Date: Wed Apr 13 05:10:31 2016 -0700
move source around in preparation to land sysprof2
binfile.c => lib/binfile.c | 0
binfile.h => lib/binfile.h | 0
collector.c => lib/collector.c | 0
collector.h => lib/collector.h | 0
demangle.c => lib/demangle.c | 0
elfparser.c => lib/elfparser.c | 0
elfparser.h => lib/elfparser.h | 0
footreedatalist.c => lib/footreedatalist.c | 0
footreedatalist.h => lib/footreedatalist.h | 0
footreestore.c => lib/footreestore.c | 0
footreestore.h => lib/footreestore.h | 0
profile.c => lib/profile.c | 0
profile.h => lib/profile.h | 0
sfile.c => lib/sfile.c | 0
sfile.h => lib/sfile.h | 0
sformat.c => lib/sformat.c | 0
sformat.h => lib/sformat.h | 0
signal-handler.c => lib/signal-handler.c | 0
signal-handler.h => lib/signal-handler.h | 0
stackstash.c => lib/stackstash.c | 0
stackstash.h => lib/stackstash.h | 0
testdemangle.c => lib/testdemangle.c | 0
testelf.c => lib/testelf.c | 0
testunwind.c => lib/testunwind.c | 0
tracker.c => lib/tracker.c | 0
tracker.h => lib/tracker.h | 0
treeviewutils.c => lib/treeviewutils.c | 0
treeviewutils.h => lib/treeviewutils.h | 0
unwind.c => lib/unwind.c | 0
unwind.h => lib/unwind.h | 0
util.h => lib/util.h | 0
watch.c => lib/watch.c | 0
watch.h => lib/watch.h | 0
xmlstore.c => lib/xmlstore.c | 0
xmlstore.h => lib/xmlstore.h | 0
sysprof.c => src/sysprof.c | 0
sysprof.glade => src/sysprof.glade | 0
sysprof-cli.c => tools/sysprof-cli.c | 0
38 files changed, 0 insertions(+), 0 deletions(-)
---
diff --git a/binfile.c b/lib/binfile.c
similarity index 100%
rename from binfile.c
rename to lib/binfile.c
diff --git a/binfile.h b/lib/binfile.h
similarity index 100%
rename from binfile.h
rename to lib/binfile.h
diff --git a/collector.c b/lib/collector.c
similarity index 100%
rename from collector.c
rename to lib/collector.c
diff --git a/collector.h b/lib/collector.h
similarity index 100%
rename from collector.h
rename to lib/collector.h
diff --git a/demangle.c b/lib/demangle.c
similarity index 100%
rename from demangle.c
rename to lib/demangle.c
diff --git a/elfparser.c b/lib/elfparser.c
similarity index 100%
rename from elfparser.c
rename to lib/elfparser.c
diff --git a/elfparser.h b/lib/elfparser.h
similarity index 100%
rename from elfparser.h
rename to lib/elfparser.h
diff --git a/footreedatalist.c b/lib/footreedatalist.c
similarity index 100%
rename from footreedatalist.c
rename to lib/footreedatalist.c
diff --git a/footreedatalist.h b/lib/footreedatalist.h
similarity index 100%
rename from footreedatalist.h
rename to lib/footreedatalist.h
diff --git a/footreestore.c b/lib/footreestore.c
similarity index 100%
rename from footreestore.c
rename to lib/footreestore.c
diff --git a/footreestore.h b/lib/footreestore.h
similarity index 100%
rename from footreestore.h
rename to lib/footreestore.h
diff --git a/profile.c b/lib/profile.c
similarity index 100%
rename from profile.c
rename to lib/profile.c
diff --git a/profile.h b/lib/profile.h
similarity index 100%
rename from profile.h
rename to lib/profile.h
diff --git a/sfile.c b/lib/sfile.c
similarity index 100%
rename from sfile.c
rename to lib/sfile.c
diff --git a/sfile.h b/lib/sfile.h
similarity index 100%
rename from sfile.h
rename to lib/sfile.h
diff --git a/sformat.c b/lib/sformat.c
similarity index 100%
rename from sformat.c
rename to lib/sformat.c
diff --git a/sformat.h b/lib/sformat.h
similarity index 100%
rename from sformat.h
rename to lib/sformat.h
diff --git a/signal-handler.c b/lib/signal-handler.c
similarity index 100%
rename from signal-handler.c
rename to lib/signal-handler.c
diff --git a/signal-handler.h b/lib/signal-handler.h
similarity index 100%
rename from signal-handler.h
rename to lib/signal-handler.h
diff --git a/stackstash.c b/lib/stackstash.c
similarity index 100%
rename from stackstash.c
rename to lib/stackstash.c
diff --git a/stackstash.h b/lib/stackstash.h
similarity index 100%
rename from stackstash.h
rename to lib/stackstash.h
diff --git a/testdemangle.c b/lib/testdemangle.c
similarity index 100%
rename from testdemangle.c
rename to lib/testdemangle.c
diff --git a/testelf.c b/lib/testelf.c
similarity index 100%
rename from testelf.c
rename to lib/testelf.c
diff --git a/testunwind.c b/lib/testunwind.c
similarity index 100%
rename from testunwind.c
rename to lib/testunwind.c
diff --git a/tracker.c b/lib/tracker.c
similarity index 100%
rename from tracker.c
rename to lib/tracker.c
diff --git a/tracker.h b/lib/tracker.h
similarity index 100%
rename from tracker.h
rename to lib/tracker.h
diff --git a/treeviewutils.c b/lib/treeviewutils.c
similarity index 100%
rename from treeviewutils.c
rename to lib/treeviewutils.c
diff --git a/treeviewutils.h b/lib/treeviewutils.h
similarity index 100%
rename from treeviewutils.h
rename to lib/treeviewutils.h
diff --git a/unwind.c b/lib/unwind.c
similarity index 100%
rename from unwind.c
rename to lib/unwind.c
diff --git a/unwind.h b/lib/unwind.h
similarity index 100%
rename from unwind.h
rename to lib/unwind.h
diff --git a/util.h b/lib/util.h
similarity index 100%
rename from util.h
rename to lib/util.h
diff --git a/watch.c b/lib/watch.c
similarity index 100%
rename from watch.c
rename to lib/watch.c
diff --git a/watch.h b/lib/watch.h
similarity index 100%
rename from watch.h
rename to lib/watch.h
diff --git a/xmlstore.c b/lib/xmlstore.c
similarity index 100%
rename from xmlstore.c
rename to lib/xmlstore.c
diff --git a/xmlstore.h b/lib/xmlstore.h
similarity index 100%
rename from xmlstore.h
rename to lib/xmlstore.h
diff --git a/sysprof.c b/src/sysprof.c
similarity index 100%
rename from sysprof.c
rename to src/sysprof.c
diff --git a/sysprof.glade b/src/sysprof.glade
similarity index 100%
rename from sysprof.glade
rename to src/sysprof.glade
diff --git a/sysprof-cli.c b/tools/sysprof-cli.c
similarity index 100%
rename from sysprof-cli.c
rename to tools/sysprof-cli.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]