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
177
"""Creates a
symfs
directory to be used for symbolizing profiles.
179
Prepares a set of files ("
symfs
") to be used with profilers such as perf for
184
symfs_dir: Path where the
symfs
should be created.
185
libraries: Set of library file names that should be included in the
symfs
.
187
symfs
. This will speed up the operation, but the resulting
symfs
will no
191
The absolute path to the kernel symbols within the created
symfs
.
193
logging.info('Building
symfs
into %s.' % symfs_dir)
222
# Otherwise save a copy of the stripped system library under the
symfs
so
225
# have in the
symfs
[
all
...]
Completed in 2306 milliseconds