/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/ |
D | FrequencyCapAdFiltererImpl.java | 30 import com.android.adservices.service.profiling.Tracing; 66 final int filterCATraceCookie = Tracing.beginAsyncSection(Tracing.FILTERER_FILTER_CA); in filterCustomAudiences() 77 Tracing.beginAsyncSection(Tracing.FILTERER_FOR_EACH_CA); in filterCustomAudiences() 90 Tracing.endAsyncSection(Tracing.FILTERER_FOR_EACH_CA, forEachCATraceCookie); in filterCustomAudiences() 98 Tracing.endAsyncSection(Tracing.FILTERER_FILTER_CA, filterCATraceCookie); in filterCustomAudiences() 111 final int traceCookie = Tracing.beginAsyncSection(Tracing.FILTERER_FILTER_CONTEXTUAL); in filterContextualAds() 133 Tracing.endAsyncSection(Tracing.FILTERER_FILTER_CONTEXTUAL, traceCookie); in filterContextualAds() 146 final int traceCookie = Tracing.beginAsyncSection(Tracing.FILTERER_FOR_EACH_AD); in doesAdPassFrequencyCapFilters() 197 Tracing.endAsyncSection(Tracing.FILTERER_FOR_EACH_AD, traceCookie); in doesAdPassFrequencyCapFilters() 208 Tracing.beginAsyncSection(Tracing.FILTERER_FREQUENCY_CAP_WIN); in doesAdPassFrequencyCapFiltersForWinType() [all …]
|
D | AppInstallAdFiltererImpl.java | 28 import com.android.adservices.service.profiling.Tracing; 63 final int filterCATraceCookie = Tracing.beginAsyncSection(Tracing.FILTERER_FILTER_CA); in filterCustomAudiences() 74 Tracing.beginAsyncSection(Tracing.FILTERER_FOR_EACH_CA); in filterCustomAudiences() 86 Tracing.endAsyncSection(Tracing.FILTERER_FOR_EACH_CA, forEachCATraceCookie); in filterCustomAudiences() 94 Tracing.endAsyncSection(Tracing.FILTERER_FILTER_CA, filterCATraceCookie); in filterCustomAudiences() 107 final int traceCookie = Tracing.beginAsyncSection(Tracing.FILTERER_FILTER_CONTEXTUAL); in filterContextualAds() 126 Tracing.endAsyncSection(Tracing.FILTERER_FILTER_CONTEXTUAL, traceCookie); in filterContextualAds()
|
D | BuyerInputGenerator.java | 31 import com.android.adservices.service.profiling.Tracing; 127 int traceCookie = Tracing.beginAsyncSection(Tracing.CREATE_BUYER_INPUTS); in createCompressedBuyerInputs() 153 Tracing.endAsyncSection(Tracing.CREATE_BUYER_INPUTS, traceCookie); in createCompressedBuyerInputs() 163 int traceCookie = Tracing.beginAsyncSection(Tracing.GET_COMPRESSED_BUYERS_INPUTS); in generateCompressedBuyerInputFromDBCAsAndEncodedSignals() 245 Tracing.endAsyncSection(Tracing.GET_COMPRESSED_BUYERS_INPUTS, traceCookie); in generateCompressedBuyerInputFromDBCAsAndEncodedSignals() 250 int traceCookie = Tracing.beginAsyncSection(Tracing.GET_BUYERS_CA); in getBuyersCustomAudience() 261 Tracing.endAsyncSection(Tracing.GET_BUYERS_CA, traceCookie); in getBuyersCustomAudience() 268 int tracingCookie = Tracing.beginAsyncSection(Tracing.GET_FILTERED_BUYERS_CA); 289 Tracing.endAsyncSection(Tracing.GET_FILTERED_BUYERS_CA, tracingCookie); 323 int traceCookie = Tracing.beginAsyncSection(Tracing.GET_BUYERS_PS); [all …]
|
D | AdsScoreGeneratorImpl.java | 46 import com.android.adservices.service.profiling.Tracing; 160 int traceCookie = Tracing.beginAsyncSection(Tracing.RUN_AD_SCORING); in runAdScoring() 220 Tracing.endAsyncSection(Tracing.RUN_AD_SCORING, traceCookie); in runAdScoring() 226 Tracing.endAsyncSection(Tracing.RUN_AD_SCORING, traceCookie); in runAdScoring() 233 Tracing.endAsyncSection(Tracing.RUN_AD_SCORING, traceCookie); in runAdScoring() 240 Tracing.endAsyncSection(Tracing.RUN_AD_SCORING, traceCookie); in runAdScoring() 281 int traceCookie = Tracing.beginAsyncSection(Tracing.SCORE_AD); in getAdScores() 327 Tracing.endAsyncSection(Tracing.SCORE_AD, traceCookie); in getAdScores() 334 Tracing.endAsyncSection(Tracing.SCORE_AD, traceCookie); in getAdScores() 369 int traceCookie = Tracing.beginAsyncSection(Tracing.GET_TRUSTED_SCORING_SIGNALS); [all …]
|
D | AdBidGeneratorImpl.java | 45 import com.android.adservices.service.profiling.Tracing; 276 int traceCookie = Tracing.beginAsyncSection(Tracing.RUN_BIDDING_PER_CA); in runAdBiddingPerCA() 332 Tracing.endAsyncSection( in runAdBiddingPerCA() 333 Tracing.RUN_BIDDING_PER_CA, traceCookie); in runAdBiddingPerCA() 350 Tracing.endAsyncSection( in runAdBiddingPerCA() 351 Tracing.RUN_BIDDING_PER_CA, traceCookie); in runAdBiddingPerCA() 390 int traceCookie = Tracing.beginAsyncSection(Tracing.GET_TRUSTED_BIDDING_SIGNALS); in getTrustedBiddingSignals() 427 Tracing.endAsyncSection( in getTrustedBiddingSignals() 428 Tracing.GET_TRUSTED_BIDDING_SIGNALS, traceCookie); in getTrustedBiddingSignals() 435 Tracing.endAsyncSection( in getTrustedBiddingSignals() [all …]
|
D | JsFetcher.java | 35 import com.android.adservices.service.profiling.Tracing; 123 int traceCookie = Tracing.beginAsyncSection(Tracing.GET_BUYER_DECISION_LOGIC); in getBiddingLogic() 144 Trace.endAsyncSection(Tracing.GET_BUYER_DECISION_LOGIC, traceCookie); in getBiddingLogic() 165 int traceCookie = Tracing.beginAsyncSection(Tracing.GET_BUYER_DECISION_LOGIC); in getBuyerDecisionLogicWithLogger() 185 Trace.endAsyncSection(Tracing.GET_BUYER_DECISION_LOGIC, traceCookie); in getBuyerDecisionLogicWithLogger() 210 int traceCookie = Tracing.beginAsyncSection(Tracing.GET_AD_SELECTION_LOGIC); 224 Tracing.endAsyncSection(Tracing.GET_AD_SELECTION_LOGIC, traceCookie); 237 Tracing.endAsyncSection(Tracing.GET_AD_SELECTION_LOGIC, traceCookie);
|
D | AdOutcomeSelectorImpl.java | 30 import com.android.adservices.service.profiling.Tracing; 148 int traceCookie = Tracing.beginAsyncSection(Tracing.RUN_OUTCOME_SELECTION); in runAdOutcomeSelector() 157 Tracing.endAsyncSection(Tracing.RUN_OUTCOME_SELECTION, traceCookie); in runAdOutcomeSelector() 164 Tracing.endAsyncSection(Tracing.RUN_OUTCOME_SELECTION, traceCookie); in runAdOutcomeSelector()
|
D | AuctionServerDataCompressorGzip.java | 22 import com.android.adservices.service.profiling.Tracing; 44 int traceCookie = Tracing.beginAsyncSection(Tracing.AUCTION_SERVER_GZIP_COMPRESS); in compress() 57 Tracing.endAsyncSection(Tracing.AUCTION_SERVER_GZIP_COMPRESS, traceCookie); in compress()
|
D | AuctionServerPayloadFormatterExcessiveMaxSize.java | 25 import com.android.adservices.service.profiling.Tracing; 63 int traceCookie = Tracing.beginAsyncSection(Tracing.FORMAT_PAYLOAD_EXCESSIVE_MAX_SIZE); in apply() 90 Tracing.endAsyncSection(Tracing.FORMAT_PAYLOAD_EXCESSIVE_MAX_SIZE, traceCookie); in apply()
|
D | GetAdSelectionDataRunner.java | 59 import com.android.adservices.service.profiling.Tracing; 386 Tracing.endAsyncSection(Tracing.GET_AD_SELECTION_DATA, mE2ETraceCookie); in run() 415 Tracing.endAsyncSection(Tracing.GET_AD_SELECTION_DATA, mE2ETraceCookie); in run() 434 int traceCookie = Tracing.beginAsyncSection(Tracing.ORCHESTRATE_GET_AD_SELECTION_DATA); in orchestrateGetAdSelectionDataRunner() 472 Tracing.endAsyncSection( in orchestrateGetAdSelectionDataRunner() 473 Tracing.ORCHESTRATE_GET_AD_SELECTION_DATA, traceCookie); in orchestrateGetAdSelectionDataRunner() 519 int traceCookie = Tracing.beginAsyncSection(Tracing.CREATE_GET_AD_SELECTION_DATA_PAYLOAD); in createPayload() 537 Tracing.endAsyncSection(Tracing.CREATE_GET_AD_SELECTION_DATA_PAYLOAD, traceCookie); in createPayload() 546 int traceCookie = Tracing.beginAsyncSection(Tracing.PERSIST_AD_SELECTION_ID_REQUEST); in persistAdSelectionIdRequest() 557 Tracing.endAsyncSection(Tracing.PERSIST_AD_SELECTION_ID_REQUEST, traceCookie); in persistAdSelectionIdRequest()
|
D | CompressedBuyerInputCreatorNoOptimizations.java | 26 import com.android.adservices.service.profiling.Tracing; 52 int traceCookie = Tracing.beginAsyncSection(Tracing.GET_COMPRESSED_BUYERS_INPUTS); in generateCompressedBuyerInputFromDBCAsAndEncodedSignals() 106 Tracing.endAsyncSection(Tracing.GET_COMPRESSED_BUYERS_INPUTS, traceCookie); in generateCompressedBuyerInputFromDBCAsAndEncodedSignals()
|
D | AuctionServerPayloadFormatterV0.java | 28 import com.android.adservices.service.profiling.Tracing; 80 int traceCookie = Tracing.beginAsyncSection(Tracing.FORMAT_PAYLOAD_V0); in apply() 110 Tracing.endAsyncSection(Tracing.FORMAT_PAYLOAD_V0, traceCookie); in apply()
|
D | AdSelectionRunner.java | 67 import com.android.adservices.service.profiling.Tracing; 331 final int traceCookie = Tracing.beginAsyncSection(Tracing.RUN_AD_SELECTION); in runAdSelection() 342 Trace.beginSection(Tracing.VALIDATE_REQUEST); in runAdSelection() 379 Tracing.endAsyncSection(Tracing.RUN_AD_SELECTION, traceCookie); in runAdSelection() 388 Tracing.endAsyncSection(Tracing.RUN_AD_SELECTION, traceCookie); in runAdSelection() 451 Tracing.endAsyncSection(Tracing.RUN_AD_SELECTION, traceCookie); in runAdSelection() 689 final int traceCookie = Tracing.beginAsyncSection(Tracing.GET_BUYERS_CUSTOM_AUDIENCE); 719 Tracing.endAsyncSection(Tracing.GET_BUYERS_CUSTOM_AUDIENCE, traceCookie); 743 final int traceCookie = Tracing.beginAsyncSection(Tracing.PERSIST_AD_SELECTION); 835 Tracing.endAsyncSection(Tracing.PERSIST_AD_SELECTION, traceCookie);
|
D | PersistAdSelectionResultRunner.java | 65 import com.android.adservices.service.profiling.Tracing; 313 Tracing.beginAsyncSection(Tracing.ORCHESTRATE_PERSIST_AD_SELECTION_RESULT); in orchestratePersistAdSelectionResultRunner() 350 Tracing.beginAsyncSection(Tracing.PERSIST_AUCTION_RESULTS); in orchestratePersistAdSelectionResultRunner() 355 Tracing.endAsyncSection( in orchestratePersistAdSelectionResultRunner() 356 Tracing.PERSIST_AUCTION_RESULTS, persistingCookie); in orchestratePersistAdSelectionResultRunner() 363 Tracing.endAsyncSection( in orchestratePersistAdSelectionResultRunner() 364 Tracing.ORCHESTRATE_PERSIST_AD_SELECTION_RESULT, in orchestratePersistAdSelectionResultRunner() 493 int traceCookie = Tracing.beginAsyncSection(Tracing.OHTTP_DECRYPT_BYTES); 504 Tracing.endAsyncSection(Tracing.OHTTP_DECRYPT_BYTES, traceCookie); 510 int traceCookie = Tracing.beginAsyncSection(Tracing.PARSE_AD_SELECTION_RESULT); [all …]
|
D | AdSelectionScriptEngine.java | 58 import com.android.adservices.service.profiling.Tracing; 293 int traceCookie = Tracing.beginAsyncSection(Tracing.GENERATE_BIDS); in generateBids() 328 Tracing.endAsyncSection(Tracing.GENERATE_BIDS, traceCookie); in generateBids() 342 Tracing.endAsyncSection(Tracing.GENERATE_BIDS, traceCookie); in generateBids() 380 int traceCookie = Tracing.beginAsyncSection(Tracing.GENERATE_BIDS); in generateBidsV3() 400 Tracing.endAsyncSection(Tracing.GENERATE_BIDS, traceCookie); in generateBidsV3()
|
D | AdSelectionServiceImpl.java | 109 import com.android.adservices.service.profiling.Tracing; 386 int e2eTraceCookie = Tracing.beginAsyncSection(Tracing.GET_AD_SELECTION_DATA); in getAdSelectionData() 448 int traceCookie = Tracing.beginAsyncSection(Tracing.PERSIST_AD_SELECTION_RESULT); in persistAdSelectionResult() 550 Tracing.endAsyncSection(Tracing.PERSIST_AD_SELECTION_RESULT, traceCookie); in persistAdSelectionResult()
|
D | EventReporter.java | 51 import com.android.adservices.service.profiling.Tracing; 147 Trace.beginSection(Tracing.VALIDATE_REQUEST); in filterAndValidateRequest()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/ |
D | ObliviousHttpEncryptorImpl.java | 33 import com.android.adservices.service.profiling.Tracing; 73 int traceCookie = Tracing.beginAsyncSection(Tracing.OHTTP_ENCRYPT_BYTES); in encryptBytes() 80 Tracing.endAsyncSection(Tracing.OHTTP_ENCRYPT_BYTES, traceCookie); in encryptBytes() 107 int traceCookie = Tracing.beginAsyncSection(Tracing.CREATE_AND_SERIALIZE_REQUEST); in createAndSerializeRequest() 123 Tracing.endAsyncSection(Tracing.CREATE_AND_SERIALIZE_REQUEST, traceCookie); in createAndSerializeRequest() 127 Tracing.endAsyncSection(Tracing.CREATE_AND_SERIALIZE_REQUEST, traceCookie); in createAndSerializeRequest() 131 Tracing.endAsyncSection(Tracing.CREATE_AND_SERIALIZE_REQUEST, traceCookie); in createAndSerializeRequest()
|
D | AdSelectionEncryptionKeyManager.java | 39 import com.android.adservices.service.profiling.Tracing; 189 int traceCookie = Tracing.beginAsyncSection(Tracing.GET_LATEST_OHTTP_KEY_CONFIG); 208 Tracing.endAsyncSection( 209 Tracing.GET_LATEST_OHTTP_KEY_CONFIG, traceCookie); 214 Tracing.endAsyncSection( 215 Tracing.GET_LATEST_OHTTP_KEY_CONFIG, traceCookie);
|
D | ProtectedServersEncryptionConfigManager.java | 39 import com.android.adservices.service.profiling.Tracing; 112 int traceCookie = Tracing.beginAsyncSection(Tracing.GET_LATEST_OHTTP_KEY_CONFIG); in getLatestOhttpKeyConfigOfType() 162 Tracing.endAsyncSection( in getLatestOhttpKeyConfigOfType() 163 Tracing.GET_LATEST_OHTTP_KEY_CONFIG, traceCookie); in getLatestOhttpKeyConfigOfType() 168 Tracing.endAsyncSection( in getLatestOhttpKeyConfigOfType() 169 Tracing.GET_LATEST_OHTTP_KEY_CONFIG, traceCookie); in getLatestOhttpKeyConfigOfType()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/cache/ |
D | FledgeHttpCache.java | 23 import com.android.adservices.service.profiling.Tracing; 83 int traceCookie = Tracing.beginAsyncSection(Tracing.CACHE_GET); in get() 91 Tracing.endAsyncSection(Tracing.CACHE_GET, traceCookie); in get() 108 int traceCookie = Tracing.beginAsyncSection(Tracing.CACHE_PUT); in put() 138 Tracing.endAsyncSection(Tracing.CACHE_PUT, traceCookie); in put()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/js/ |
D | JSScriptEngine.java | 38 import com.android.adservices.service.profiling.Tracing; 552 int traceCookie = Tracing.beginAsyncSection(Tracing.JSSCRIPTENGINE_EVALUATE_ON_SANDBOX); 558 Tracing.endAsyncSection( 559 Tracing.JSSCRIPTENGINE_EVALUATE_ON_SANDBOX, traceCookie); 570 Tracing.endAsyncSection( 571 Tracing.JSSCRIPTENGINE_EVALUATE_ON_SANDBOX, traceCookie); 702 int traceCookie = Tracing.beginAsyncSection(Tracing.JSSCRIPTENGINE_CREATE_ISOLATE); 737 Tracing.endAsyncSection(Tracing.JSSCRIPTENGINE_CREATE_ISOLATE, traceCookie); 772 int traceCookie = Tracing.beginAsyncSection(Tracing.JSSCRIPTENGINE_CLOSE_ISOLATE); 781 Tracing.endAsyncSection(Tracing.JSSCRIPTENGINE_CLOSE_ISOLATE, traceCookie);
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/customaudience/ |
D | DBCustomAudience.java | 37 import com.android.adservices.service.profiling.Tracing; 639 int toJsonTraceCookie = Tracing.beginAsyncSection(Tracing.DB_CUSTOM_AUDIENCE_TO_JSON); in toJson() 649 Tracing.endAsyncSection(Tracing.DB_CUSTOM_AUDIENCE_TO_JSON, toJsonTraceCookie); in toJson() 662 Tracing.beginAsyncSection(Tracing.DB_CUSTOM_AUDIENCE_FROM_JSON); in fromJson() 674 Tracing.endAsyncSection(Tracing.DB_CUSTOM_AUDIENCE_FROM_JSON, fromJsonTraceCookie); in fromJson()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/httpclient/ |
D | AdServicesHttpsClient.java | 40 import com.android.adservices.service.profiling.Tracing; 363 int traceCookie = Tracing.beginAsyncSection(Tracing.FETCH_PAYLOAD); in doFetchPayload() 374 int httpTraceCookie = Tracing.beginAsyncSection(Tracing.HTTP_REQUEST); in doFetchPayload() 433 Tracing.endAsyncSection(Tracing.HTTP_REQUEST, httpTraceCookie); in doFetchPayload() 434 Tracing.endAsyncSection(Tracing.FETCH_PAYLOAD, traceCookie); in doFetchPayload()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/profiling/ |
D | Tracing.java | 28 public final class Tracing { class
|