chiark / gitweb /
bootchart: merge bootchart
authorAuke Kok <auke-jan.h.kok@intel.com>
Wed, 17 Oct 2012 23:01:12 +0000 (16:01 -0700)
committerKay Sievers <kay@vrfy.org>
Mon, 7 Jan 2013 22:48:43 +0000 (23:48 +0100)
commit83fdc450aa8f79941bec84488ffd5bf8eadab18e
tree44e8f381df2d891684ab7b45306314bd762fb783
parentd0100018c2b03938a2e0821383f578a2372df517
bootchart: merge bootchart

Bootchart is renamed to 'systemd-bootchart' and installed as
/usr/lib/systemd/systemd-bootchart. The configuration file
will reside in /etc/systemd/bootchart.conf.
Makefile.am
configure.ac
man/bootchart.conf.xml [new file with mode: 0644]
man/systemd-bootchart.xml [new file with mode: 0644]
src/bootchart/README [new file with mode: 0644]
src/bootchart/bootchart.c [new file with mode: 0644]
src/bootchart/bootchart.conf [new file with mode: 0644]
src/bootchart/bootchart.h [new file with mode: 0644]
src/bootchart/log.c [new file with mode: 0644]
src/bootchart/svg.c [new file with mode: 0644]