Home
last modified time | relevance | path

Searched defs:Profile (Results 1 – 25 of 741) sorted by relevance

12345678910>>...30

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
Dprofile.go34 type Profile struct { struct
35 SampleType []*ValueType
36 DefaultSampleType string
37 Sample []*Sample
38 Mapping []*Mapping
39 Location []*Location
40 Function []*Function
41 Comments []string
43 DropFrames string
44 KeepFrames string
[all …]
Dmerge.go43 func Merge(srcs []*Profile) (*Profile, error) {
95 func (p *Profile) Normalize(pb *Profile) error {
469 func combineHeaders(srcs []*Profile) (*Profile, error) {
520 func (p *Profile) compatible(pb *Profile) error {
582 func CompatibilizeSampleTypes(ps []*Profile) error {
597 func commonSampleTypes(ps []*Profile) []string {
623 func compatibilizeSampleTypes(p *Profile, sTypes []string) error {
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/profile/
Dprofile.go20 type Profile struct { struct
21 SampleType []*ValueType
22 DefaultSampleType string
23 Sample []*Sample
24 Mapping []*Mapping
25 Location []*Location
26 Function []*Function
27 Comments []string
29 DropFrames string
30 KeepFrames string
[all …]
/aosp_15_r20/tools/security/remote_provisioning/hwtrust/src/cbor/dice/
H A Dprofile.rs8 pub(super) struct Profile { struct
16 /// Profile for DICE specification. argument
32 /// enforce the requirements on the configuration hash as defined by the Open Profile for DICE. argument
48 /// The mode field must be a byte string holding a single byte as specified by the Open Profile argument
66 impl Profile { implementation
105 impl From<ProfileVersion> for Profile { implementation
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h51 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { in Profile() function
56 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
94 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, in Profile() function
105 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
133 static void Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, in Profile() function
140 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
166 static void Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) { in Profile() function
171 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
205 static void Profile(llvm::FoldingSetNodeID& profile, const MemRegion *R, in Profile() function
216 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/idna/
Didna9.0.0.go200 type Profile struct { struct
201 options
228 func (p *Profile) ToASCII(s string) (string, error) {
236 func (p *Profile) ToUnicode(s string) (string, error) {
244 func (p *Profile) String() string {
338 func (p *Profile) process(s string, toASCII bool) (string, error) {
418 func normalize(p *Profile, s string) (string, error) {
422 func validateRegistration(p *Profile, s string) (string, error) {
442 func validateAndMap(p *Profile, s string) (string, error) {
551 func (p *Profile) simplify(cat category) category {
[all …]
Didna10.0.0.go200 type Profile struct { struct
201 options
228 func (p *Profile) ToASCII(s string) (string, error) {
236 func (p *Profile) ToUnicode(s string) (string, error) {
244 func (p *Profile) String() string {
336 func (p *Profile) process(s string, toASCII bool) (string, error) {
427 func normalize(p *Profile, s string) (mapped string, isBidi bool, err error) {
436 func validateRegistration(p *Profile, s string) (idem string, bidi bool, err error) {
475 func validateAndMap(p *Profile, s string) (vm string, bidi bool, err error) {
601 func (p *Profile) simplify(cat category) category {
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h55 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { in Profile() function
60 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
112 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, in Profile() function
123 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
159 static void Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, in Profile() function
166 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
197 static void Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) { in Profile() function
202 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
256 static void Profile(llvm::FoldingSetNodeID &profile, const MemRegion *R, in Profile() function
268 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h55 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { in Profile() function
60 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
112 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, in Profile() function
123 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
159 static void Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, in Profile() function
166 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
197 static void Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) { in Profile() function
202 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
256 static void Profile(llvm::FoldingSetNodeID &profile, const MemRegion *R, in Profile() function
268 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h55 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { in Profile() function
60 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
112 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, in Profile() function
123 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
159 static void Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, in Profile() function
166 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
197 static void Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) { in Profile() function
202 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
256 static void Profile(llvm::FoldingSetNodeID &profile, const MemRegion *R, in Profile() function
268 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h55 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { in Profile() function
60 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
112 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, in Profile() function
123 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
159 static void Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, in Profile() function
166 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
197 static void Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) { in Profile() function
202 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
256 static void Profile(llvm::FoldingSetNodeID &profile, const MemRegion *R, in Profile() function
268 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
Ddriver.go64 func generateRawReport(p *profile.Profile, cmd []string, cfg config, o *plugin.Options) (*command, …
114 func generateReport(p *profile.Profile, cmd []string, cfg config, o *plugin.Options) error {
235 func generateTagRootsLeaves(prof *profile.Profile, cfg config, ui plugin.UI) {
253 func aggregate(prof *profile.Profile, cfg config) error {
282 func reportOptions(p *profile.Profile, numLabelUnits map[string]string, cfg config) (*report.Option…
351 func identifyNumLabelUnits(p *profile.Profile, ui plugin.UI) map[string]string {
366 func sampleFormat(p *profile.Profile, sampleIndex string, mean bool) (value, meanDiv sampleValueFun…
392 func makeProfileCopier(src *profile.Profile) profileCopier {
Dinteractive.go34 func interactive(p *profile.Profile, o *plugin.Options) error {
128 func greetings(p *profile.Profile, ui plugin.UI) {
161 func profileShortcuts(p *profile.Profile) shortcuts {
173 func sampleTypes(p *profile.Profile) []string {
181 func printCurrentOptions(p *profile.Profile, ui plugin.UI) {
413 func functionNames(p *profile.Profile) []string {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/inline/
Dinl.go84 func IsPgoHotFunc(fn *ir.Func, profile *pgoir.Profile) bool {
101 func PGOInlinePrologue(p *pgoir.Profile) {
143 func hotNodesFromCDF(p *pgoir.Profile) (float64, []pgo.NamedCallEdge) {
159 func CanInlineFuncs(funcs []*ir.Func, profile *pgoir.Profile) {
247 func inlineBudget(fn *ir.Func, profile *pgoir.Profile, relaxed bool, verbose bool) int32 {
265 func CanInline(fn *ir.Func, profile *pgoir.Profile) {
809 func TryInlineCall(callerfn *ir.Func, call *ir.CallExpr, bigCaller bool, profile *pgoir.Profile) *i…
845 func inlCallee(caller *ir.Func, fn ir.Node, profile *pgoir.Profile) (res *ir.Func) {
1248 func PostProcessCallSites(profile *pgoir.Profile) {
1258 func analyzeFuncProps(fn *ir.Func, p *pgoir.Profile) {
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/pprof/
Dpprof.go175 type Profile struct { struct
176 name string
177 mu sync.Mutex
178 m map[any][]uintptr
179 count func() int
180 write func(io.Writer, int) error
291 func (p *Profile) Name() string {
296 func (p *Profile) Count() int {
322 func (p *Profile) Add(value any, skip int) {
348 func (p *Profile) Remove(value any) {
[all …]
/aosp_15_r20/external/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp67 auto Profile = Writer.writeBuffer(); in TEST_P() local
75 auto Profile = Writer.writeBuffer(); in TEST_P() local
95 auto Profile = Writer.writeBuffer(); in TEST_P() local
122 auto Profile = Writer.writeBuffer(); in TEST_P() local
156 auto Profile = Writer.writeBuffer(); in TEST_F() local
236 auto Profile = Writer.writeBuffer(); in TEST_P() local
268 auto Profile = Writer.writeBuffer(); in TEST_P() local
379 auto Profile = Writer.writeBuffer(); in TEST_P() local
429 auto Profile = Writer.writeBuffer(); in TEST_P() local
514 auto Profile = Writer.writeBuffer(); in TEST_P() local
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/devirtualize/
Dpgo.go105 func ProfileGuided(fn *ir.Func, p *pgoir.Profile) {
187 func maybeDevirtualizeInterfaceCall(p *pgoir.Profile, fn *ir.Func, call *ir.CallExpr) (ir.Node, *ir…
217 func maybeDevirtualizeFunctionCall(p *pgoir.Profile, fn *ir.Func, call *ir.CallExpr) (ir.Node, *ir.…
339 func constructCallStat(p *pgoir.Profile, fn *ir.Func, name string, call *ir.CallExpr) *CallStat {
658 func findHotConcreteCallee(p *pgoir.Profile, caller *ir.Func, call *ir.CallExpr, extraFn func(calle…
758 func findHotConcreteInterfaceCallee(p *pgoir.Profile, caller *ir.Func, call *ir.CallExpr) (*ir.Func…
806 func findHotConcreteFunctionCallee(p *pgoir.Profile, caller *ir.Func, call *ir.CallExpr) (*ir.Func,…
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DAttributeImpl.h78 void Profile(FoldingSetNodeID &ID) const { in Profile() function
89 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind) { in Profile() function
94 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function
101 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile() function
106 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function
277 void Profile(FoldingSetNodeID &ID) const { in Profile() function
281 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { in Profile() function
/aosp_15_r20/developers/build/prebuilts/gradle/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/model/
H A DProfile.java24 public class Profile implements Parcelable { class
33 public Profile() {} in Profile() method in Profile
35 public Profile(@NonNull GoogleSignInAccount account) { in Profile() method in Profile
44 public Profile(String id, String name, String imageUri) { in Profile() method in Profile
51 private Profile(Builder builder) { in Profile() method in Profile
221 protected Profile(Parcel in) { in Profile() method in Profile
/aosp_15_r20/developers/samples/android/deprecated/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/model/
DProfile.java24 public class Profile implements Parcelable { class
33 public Profile() {} in Profile() method in Profile
35 public Profile(@NonNull GoogleSignInAccount account) { in Profile() method in Profile
44 public Profile(String id, String name, String imageUri) { in Profile() method in Profile
51 private Profile(Builder builder) { in Profile() method in Profile
221 protected Profile(Parcel in) { in Profile() method in Profile
/aosp_15_r20/external/llvm/lib/IR/
H A DAttributeImpl.h71 void Profile(FoldingSetNodeID &ID) const { in Profile() function
79 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function
84 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile() function
203 void Profile(FoldingSetNodeID &ID) const { in Profile() function
206 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { in Profile() function
317 void Profile(FoldingSetNodeID &ID) const { in Profile() function
320 static void Profile(FoldingSetNodeID &ID, in Profile() function
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp244 void MemSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in MemSpaceRegion
248 void StackSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in StackSpaceRegion
253 void StaticGlobalSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in StaticGlobalSpaceRegion
283 void AllocaRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in AllocaRegion
287 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in CompoundLiteralRegion
307 void CXXThisRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in CXXThisRegion
324 void DeclRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in DeclRegion
328 void VarRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in VarRegion
339 void SymbolicRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in SymbolicRegion
352 void ElementRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in ElementRegion
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAttributeImpl.h77 void Profile(FoldingSetNodeID &ID) const { in Profile() function
88 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function
94 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile() function
99 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function
224 void Profile(FoldingSetNodeID &ID) const { in Profile() function
228 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { in Profile() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/pgoir/
Dirgraph.go111 type Profile struct { struct
113 *pgo.Profile anonMember
117 WeightedCG *IRGraph
403 func (p *Profile) PrintWeightedCallGraphDOT(edgeThreshold float64) {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/cover/
Dprofile.go22 type Profile struct { struct
23 FileName string
24 Mode string
25 Blocks []ProfileBlock
206 func (p *Profile) Boundaries(src []byte) (boundaries []Boundary) {

12345678910>>...30