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

  /system/extras/perfprofd/
config.h 85 bool stack_profile = false; member in struct:Config
configreader.cc 125 addUnsignedEntry("stack_profile", config.stack_profile ? 1 : 0, 0, 1);
351 config->stack_profile = getBoolValue("stack_profile");
perfprofdcore.cc 664 (config.stack_profile ? "-g" : nullptr);
  /external/perf_data_converter/src/
perf_data_converter_test.cc 195 string stack_profile(
203 cases.emplace_back(TestCase{stack_profile, 1138, 1210, 2247});
  /system/extras/perfprofd/binder_interface/
perfprofd_binder.cc 146 config.stack_profile = stackProfile;
209 CHECK_AND_COPY_FROM_PROTO(stack_profile)

Completed in 95 milliseconds