Home
last modified time | relevance | path

Searched refs:bootchart_init (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/init/
Dbootchartd.c450 char *bootchart_init = getenv("bootchart_init"); in bootchartd_main() local
451 if (bootchart_init) in bootchartd_main()
452 execl(bootchart_init, bootchart_init, NULL); in bootchartd_main()