summaryrefslogtreecommitdiff
path: root/libsparse/sparse_fuzzer.cpp
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2019-09-06 10:52:31 -0700
committerTom Cherry <tomcherry@google.com>2019-09-09 09:02:48 -0700
commit4233ec7f66d54d30109c838d09b358f21e214011 (patch)
treec72d0322a78fdc005a600bb3ead293067f8b356d /libsparse/sparse_fuzzer.cpp
parent50e408db2d1bd015f87996f98b0bc21a39402ab0 (diff)
ueventd: make parallel restorecon functionality optional
5aa6197d5f387579ff04c330001840d6988e825f added the ability to parallelize restorecon to speed up boot for devices that have not completely moved to genfscon. This parallel restorecon happens after the parallel ueventd handling. This causes a performance regression for devices that have moved to genfscon, since previously, the restorecon() was done in the main ueventd thread in parallel with the uevent handlers. I also tried to run the fully parallelized restorecon in parallel with the uevent handlers, but that did not make any change to the cold boot time, likely due to the additional overhead of parallelizing the work. Bug: 140458170 Test: blueline coldboot time returns to pre-regression time. Change-Id: I3cd6a869cc9b62792466813d94ad6c69834e854e
Diffstat (limited to 'libsparse/sparse_fuzzer.cpp')
0 files changed, 0 insertions, 0 deletions