Searched refs:app_type_ (Results 1 – 3 of 3) sorted by relevance
25 asn1_context(const uint8_t* buffer, size_t length) : p_(buffer), length_(length), app_type_(0) {} in asn1_context()53 int app_type_; variable
85 app_ctx->app_type_ = type & kMaskAppType; in asn1_constructed_get()103 return app_type_; in asn1_constructed_type()
726 app_type_ = app_type == "unknown" ? "profileable" : app_type; in SimpleperfAppRunner()740 args.emplace_back("app_type=" + app_type_); in GetPrefixArgs()745 std::string app_type_; member in simpleperf::__anona74338b10210::SimpleperfAppRunner