Home
last modified time | relevance | path

Searched defs:Callsite (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-core/src/
Dcallsite.rs126 pub trait Callsite: Sync { trait
237 pub fn register(callsite: &'static dyn Callsite) { in register()
429 fn push_dyn(&self, callsite: &'static dyn Callsite) { in push_dyn()
468 fn for_each(&self, mut f: impl FnMut(&'static dyn Callsite)) { in for_each()
493 callsite: &'static dyn Callsite, in rebuild_callsite_interest()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/gecko/
H A Dgecko_trace_tokenizer.cc45 struct Callsite { struct
46 CallsiteId id;
47 uint32_t depth;
/aosp_15_r20/external/pandora/avatar/avatar/metrics/
Dtrace.py109 class Callsite(AsTrace): class
170 def __init__(self, callsite: Callsite, message: Any) -> None:
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DSampleProf.cpp239 const LineLocation &Callsite) { in getCallSiteHash()
493 for (auto &Callsite : Context.getContextFrames()) { in getOrCreateContextPath() local
H A DSampleProfWriter.cpp297 for (auto &Callsite : Frames) { in writeCSNameTableSection() local
572 for (auto &Callsite : Context.getContextFrames()) in addContext() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/
DProfiledCallGraph.h115 LineLocation Callsite = Callee->getCallSiteLoc(); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/IPO/
DProfiledCallGraph.h115 LineLocation Callsite = Callee->getCallSiteLoc(); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/
DProfiledCallGraph.h115 LineLocation Callsite = Callee->getCallSiteLoc(); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/IPO/
DProfiledCallGraph.h115 LineLocation Callsite = Callee->getCallSiteLoc(); variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h110 LineLocation Callsite = Callee->getCallSiteLoc(); in ProfiledCallGraph() local
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_python.cpp248 class Callsite { class
258 Callsite(U value, PyFrameObject* f_back) : value_(value), caller_(f_back) {} in Callsite() function in torch::profiler::impl::__anonaba953630411::Callsite
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp539 for (const auto &Callsite : Context.getContextFrames()) { in getOrCreateContextPath() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2638 for (auto *Callsite : Intrinsics) in inlineGetBaseAndOffset() local