index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bootchart
/
svg.c
Age
Commit message (
Expand
)
Author
2015-07-01
bootchart: do not report warning when disk is missing model.
Dimitri John Ledkov
2015-06-28
bootchart: reset list_sample_data head before generating SVG
Gianpaolo Macario
2015-06-23
bootchart: fix per-cpu scales.
Dimitri John Ledkov
2015-04-24
bootchart: kill newline characters from log_error_errno() calls
Daniel Mack
2015-04-03
bootchart: assorted coding style fixes
Daniel Mack
2015-04-03
bootchart: kill a bunch of global variables
Daniel Mack
2015-04-03
bootchart: clean up sysfd and proc handling
Daniel Mack
2015-04-03
bootchart: switch to log_* helpers
Daniel Mack
2015-03-30
systemd-bootchart: Prevent leaking file descriptors in open-fdopen combination
Alexander Sverdlin
2015-02-24
bootchart: svg: fix checking of list end
Aaro Koskinen
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-14
bootchart: display each CPU utilization/wait
WaLyong Cho
2014-12-04
bootchart: escape non printable process name
WaLyong Cho
2014-09-28
bootchart: check return of strftime
Thomas Hindoe Paaboel Andersen
2014-08-11
bootchart: use the bool type where appropriate
Lennart Poettering
2014-06-19
bootchart: add assert
Thomas Hindoe Paaboel Andersen
2014-06-17
bootchart: set white background
Frederic Crozat
2014-04-24
bootchart: add control group option
WaLyong Cho
2014-01-31
use memzero(foo, length); for all memset(foo, 0, length); calls
Greg KH
2013-12-10
Bring bootchart code in line with CODING_STYLE
Dan McGee
2013-12-08
bootchart: remove dead assignment
Thomas Hindoe Paaboel Andersen
2013-12-03
trivial coding style clean ups
Thomas Hindoe Paaboel Andersen
2013-10-14
list: make our list macros a bit easier to use by not requring type spec on e...
Lennart Poettering
2013-10-13
Fix write-only use of a few variables
Zbigniew Jędrzejewski-Szmek
2013-06-12
bootchart: fix typos in copyright notices
Jason St. John
2013-05-02
Dynamically allocate bootchart logs
Nathaniel Chen
2013-04-18
move _cleanup_ attribute in front of the type
Harald Hoyer
2013-04-10
Use initalization instead of explicit zeroing in more places
Zbigniew Jędrzejewski-Szmek
2013-04-01
Always use our own MAX/MIN definitions
Cristian Rodríguez
2013-03-31
Remove some dead code
Zbigniew Jędrzejewski-Szmek
2013-03-21
bootchart: fix two unitialized memory frees
Zbigniew Jędrzejewski-Szmek
2013-03-11
bootchart: various superficial cleanups
Lennart Poettering
2013-03-07
Revert "bootchart: use _cleanup_close_"
Zbigniew Jędrzejewski-Szmek
2013-03-07
bootchart: use _cleanup_close_
Nathaniel Chen
2013-03-07
bootchart: rename global len to samples_len
Harald Hoyer
2013-03-07
bootchart: add parameter "-C" to expand process names to the full cmdline
Harald Hoyer
2013-02-14
bootchart: if "root=/dev" is not matched, don't try to read /sys
Harald Hoyer
2013-02-14
bootchart: parse /etc/os-release rather than system-release
Harald Hoyer
2013-02-14
bootchart: more fixes for bootchart in the initramfs
Harald Hoyer
2013-02-13
man: bootchart: change /var/log to /run/log
William Giokas
2013-02-13
bootchart: Fix typos and some English
William Giokas
2013-02-12
systemd-bootchart: relicense to LGPLv2.1+
Auke Kok
2013-01-25
Add _cleanup_pclose_ and fix mismatching pipe close opened by popen()
Zbigniew Jędrzejewski-Szmek
2013-01-10
bootchart: tabs to spaces
Thomas Hindoe Paaboel Andersen
2013-01-07
bootchart: merge bootchart
Auke Kok