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

  /art/profman/
profman.cc 97 UsageError("Usage: profman [options]...");
157 UsageError(" --copy-and-update-profile-key: if present, profman will copy the profile from");
161 UsageError(" --store-aggregation-counters: if present, profman will compute and store");
221 class ProfMan final {
223 ProfMan() :
237 ~ProfMan() {
261 LOG(INFO) << "profman: option[" << i << "]=" << argv[i];
431 // This will make it easier to invoke profman with --apk-fd and without
1340 static int profman(int argc, char** argv) { function in namespace:art
1341 ProfMan profman; local
    [all...]
  /art/tools/
build_linux_bionic_tests.sh 79 $soong_out/bin/profman
  /art/build/
Android.common_path.mk 126 profman \
  /build/make/core/
dex_preopt_config.mk 150 $(call add_json_str, Profman, $(SOONG_HOST_OUT_EXECUTABLES)/profman)
179 $(SOONG_HOST_OUT_EXECUTABLES)/profman \
config.mk 609 PROFMAN := $(HOST_OUT_EXECUTABLES)/profman
    [all...]
  /build/soong/dexpreopt/
config.go 98 Profman android.Path
190 Profman string
212 config.GlobalConfig.Tools.Profman = constructPath(ctx, config.Tools.Profman)
327 Profman: android.PathForTesting("profman"),
dexpreopt.go 165 Tool(global.Tools.Profman)
172 // The profile is binary profile (used for apps). Run it through profman to
  /art/
Android.mk 419 profman \
744 $(HOST_OUT_EXECUTABLES)/profman

Completed in 191 milliseconds