OSDN Git Service

Perfprofd: Factor out the command-line-based loop
authorAndreas Gampe <agampe@google.com>
Wed, 28 Mar 2018 21:28:18 +0000 (14:28 -0700)
committerAndreas Gampe <agampe@google.com>
Fri, 30 Mar 2018 00:52:12 +0000 (17:52 -0700)
commit04672dd13fd46a5f07f553ad7623f21277ef8bf2
treedddb860c0faf7f8e2f9a24c2d82922ba60b359a7
parentdb1628647e81dc2d9a62471d4f3b78c84069040e
Perfprofd: Factor out the command-line-based loop

Move cmdline-related code out of the core.

Bug: 73175642
Test: mmma system/extras/perfprofd
Test: perfprofd_test
Change-Id: Iae2a74f82ed103891149a8f21f8db509c8f53b65
perfprofd/Android.bp
perfprofd/perfprofd_cmdline.cc [new file with mode: 0644]
perfprofd/perfprofd_cmdline.h [new file with mode: 0644]
perfprofd/perfprofdcore.cc
perfprofd/perfprofdcore.h
perfprofd/perfprofdmain.cc
perfprofd/tests/perfprofd_test.cc