HomeSort by relevance Sort by last modified time
    Searched refs:symfs (Results 1 - 12 of 12) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol.c 39 .symfs = "",
1134 symbol_conf.symfs, vmlinux);
1235 /* do not try local files if a symfs was given */
1236 if (symbol_conf.symfs[0] != 0)
1376 /* only try running kernel version if no symfs was given */
1377 if (symbol_conf.symfs[0] != 0)
1442 const char *symfs; local
    [all...]
dso.c 51 /* skip the locally configured cache if a symfs is given */
52 if (symbol_conf.symfs[0] ||
59 symbol_conf.symfs, dso->long_name);
64 symbol_conf.symfs, dso->long_name);
78 symbol_conf.symfs, build_id_hex, build_id_hex + 2);
85 symbol_conf.symfs, dso->long_name);
89 snprintf(file, size, "%s%s%s", symbol_conf.symfs,
94 snprintf(file, size, "%s%s", symbol_conf.symfs,
symbol.h 131 const char *symfs; member in struct:symbol_conf
annotate.c 885 symbol_conf.symfs, filename);
907 symbol_conf.symfs, filename);
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
android_perf 91 $PERFHOST report -i $PERF_TMP_DIR/perf.data --symfs=$PERF_TMP_DIR ${runVars[@]}
  /external/skia/platform_tools/android/bin/
android_perf 91 $PERFHOST report -i $PERF_TMP_DIR/perf.data --symfs=$PERF_TMP_DIR ${runVars[@]}
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
android_profiling_helper.py 149 """Creates a symfs directory to be used for symbolizing profiles.
151 Prepares a set of files ("symfs") to be used with profilers such as perf for
156 symfs_dir: Path where the symfs should be created.
157 libraries: Set of library file names that should be included in the symfs.
159 symfs. This will speed up the operation, but the resulting symfs will no
163 The absolute path to the kernel symbols within the created symfs.
165 logging.info('Building symfs into %s.' % symfs_dir)
198 # Otherwise save a copy of the stripped system library under the symfs so
201 # have in the symfs
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-annotate.c 314 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory",
builtin-diff.c 729 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory",
builtin-report.c 821 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory",
builtin-timechart.c 1095 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory",
builtin-script.c 1292 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory",
    [all...]

Completed in 236 milliseconds