OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:symfs
(Results
1 - 2
of
2
) sorted by null
/external/skia/platform_tools/android/bin/
android_perf
92
$PERFHOST report -i $PERF_TMP_DIR/perf.data --
symfs
=$PERF_TMP_DIR ${runVars[@]}
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
android_profiling_helper.py
191
"""Creates a
symfs
directory to be used for symbolizing profiles.
193
Prepares a set of files ("
symfs
") to be used with profilers such as perf for
198
symfs_dir: Path where the
symfs
should be created.
199
libraries: Set of library file names that should be included in the
symfs
.
201
symfs
. This will speed up the operation, but the resulting
symfs
will no
205
The absolute path to the kernel symbols within the created
symfs
.
207
logging.info('Building
symfs
into %s.' % symfs_dir)
236
# Otherwise save a copy of the stripped system library under the
symfs
so
239
# have in the
symfs
[
all
...]
Completed in 684 milliseconds