Lines Matching refs:libraries
53 system libraries are built with .gnu_debugdata section starting from Android O.
54 c. Supports profiling shared libraries embedded in apk files.
58 4. It builds executables and shared libraries for different usages.
63 c. Builds report shared libraries on different hosts. The report library is used by different
84 bin/: contains executables and shared libraries.
90 bin/${host}/${arch}/libsimpleperf_report.${so/dylib/dll}: report shared libraries used on the host.
161 2. Download unstripped native libraries on device, as [here](#fix-broken-callchain-stopped-at-c-fun…
177 The simpleperf record command collects symbols on device in perf.data. But if the native libraries
187 libraries on host. After running it, the native libraries containing symbol tables are collected
202 stripped in native libraries in apks. To fix this, we can download unstripped version of native
203 libraries on device, and ask simpleperf to use them when recording.