Home
last modified time | relevance | path

Searched refs:profile (Results 1 – 25 of 881) sorted by relevance

12345678910>>...36

/external/llvm/test/Transforms/SampleProfile/
Dsyntax.ll1 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/syntax.prof 2>&1 | FileCheck -check-…
2 ; RUN: not opt < %s -sample-profile -sample-profile-file=missing.prof 2>&1 | FileCheck -check-prefi…
3 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_fn_header.prof 2>&1 | FileCh…
4 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_sample_line.prof 2>&1 | File…
5 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_line_values.prof 2>&1 | File…
6 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_discriminator_value.prof 2>&…
7 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_samples.prof 2>&1 | FileChec…
8 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_mangle.prof 2>&1 >/dev/null
10 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/syntax.prof 2>&1 | FileCheck …
11 ; RUN: not opt < %s -passes=sample-profile -sample-profile-file=missing.prof 2>&1 | FileCheck -chec…
[all …]
Dcoverage-warning.ll1 … opt < %s -sample-profile -sample-profile-file=%S/Inputs/coverage-warning.prof -sample-profile-che…
2 …%s -passes=sample-profile -sample-profile-file=%S/Inputs/coverage-warning.prof -sample-profile-che…
4 ; The profile has samples for line locations that are no longer present.
7 ; CHECK: warning: coverage-warning.c:1: 2 of 3 available profile records (66%) were applied
8 ; CHECK: warning: coverage-warning.c:1: 29000 of 30700 available profile samples (94%) were applied
/external/python/cpython2/Tools/scripts/
Danalyze_dxp.py40 def has_pairs(profile): argument
44 return len(profile) > 0 and isinstance(profile[0], list)
79 def common_instructions(profile): argument
86 if has_pairs(profile) and profile:
87 inst_list = profile[-1]
89 inst_list = profile
97 def common_pairs(profile): argument
106 if not has_pairs(profile):
110 for op1, op1profile in enumerate(profile[:-1])
117 def render_common_pairs(profile=None): argument
[all …]
/external/icu/icu4c/source/common/
Dusprep.cpp139 UStringPrepProfile *profile = NULL; in usprep_internal_flushCache() local
158 profile = (UStringPrepProfile *) e->value.pointer; in usprep_internal_flushCache()
161 if ((noRefCount== FALSE && profile->refCount == 0) || in usprep_internal_flushCache()
167 usprep_unload(profile); in usprep_internal_flushCache()
177 uprv_free(profile); in usprep_internal_flushCache()
224 loadData(UStringPrepProfile* profile, in loadData() argument
261 if(profile->sprepData==NULL) { in loadData()
262 profile->sprepData=dataMemory; in loadData()
264 uprv_memcpy(&profile->indexes, p, sizeof(profile->indexes)); in loadData()
265 uprv_memcpy(&profile->sprepTrie, &_sprepTrie, sizeof(UTrie)); in loadData()
[all …]
/external/ImageMagick/MagickCore/
Dprofile.c252 *profile; in GetImageProfile() local
260 profile=(const StringInfo *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageProfile()
262 return(profile); in GetImageProfile()
736 *profile; in SetsRGBImageProfile() local
745 profile=AcquireStringInfo(sizeof(sRGBProfile)); in SetsRGBImageProfile()
746 SetStringInfoDatum(profile,sRGBProfile); in SetsRGBImageProfile()
747 status=SetImageProfile(image,"icc",profile,exception); in SetsRGBImageProfile()
748 profile=DestroyStringInfo(profile); in SetsRGBImageProfile()
769 *profile; in ProfileImage() local
800 profile=AcquireStringInfo((size_t) length); in ProfileImage()
[all …]
/external/llvm/docs/CommandGuide/
Dllvm-profdata.rst12 The :program:`llvm-profdata` tool is a small utility for working with profile
36 :program:`llvm-profdata merge` takes several profile data files
38 indexed profile data file.
40 By default profile data is merged without modification. This means that the
61 indexed profile data can't be written to standard output.
65 Specify an input file name along with a weight. The profile counts of the
79 Specify that the input profile is an instrumentation-based profile.
83 Specify that the input profile is a sample-based profile.
89 Emit the profile using a binary encoding. For instrumentation-based profile
94 Emit the profile in text mode. This option can also be used with both
[all …]
/external/ltp/testcases/realtime/testcases/realtime/doc/
DAUTOMATED_RUN1 This explains how the automatic testing works with profile support.
4 Each profile is defined in a file.
5 All profiles are stored in the <RT_TESTS_ROOT>/profile/ directory.
13 run_auto.sh can be invoked with an argument which is the profile to use.
14 profile/ dir holds a file for each defined profile.
15 A profile has a number of lines for which each test executable can be run
17 Invoking run_auto.sh with no arg uses the default profile.
18 Currently, the default profile does not alter the default values defined
24 $SCRIPTS_DIR/run_c_files.sh $profile prio-preempt
26 run_c_files.sh will look into profile/prf1 for lines like this:
[all …]
/external/ltp/testcases/realtime/doc/
DAUTOMATED_RUN1 This explains how the automatic testing works with profile support.
4 Each profile is defined in a file.
5 All profiles are stored in the <RT_TESTS_ROOT>/profile/ directory.
13 run_auto.sh can be invoked with an argument which is the profile to use.
14 profile/ dir holds a file for each defined profile.
15 A profile has a number of lines for which each test executable can be run
17 Invoking run_auto.sh with no arg uses the default profile.
18 Currently, the default profile does not alter the default values defined
24 $SCRIPTS_DIR/run_c_files.sh $profile prio-preempt
26 run_c_files.sh will look into profile/prf1 for lines like this:
[all …]
/external/e2fsprogs/lib/support/
Dprof_err.et14 "A profile section header has a non-zero value"
15 error_code PROF_BAD_LINK_LIST, "Bad linked list in profile structures"
16 error_code PROF_BAD_GROUP_LVL, "Bad group level in profile structures"
18 "Bad parent pointer in profile structures"
19 error_code PROF_MAGIC_ITERATOR, "Bad magic value in profile iterator"
21 error_code PROF_EINVAL, "Invalid argument passed to profile library"
22 error_code PROF_READ_ONLY, "Attempt to modify read-only profile"
29 error_code PROF_SECTION_SYNTAX, "Syntax error in profile section header"
30 error_code PROF_RELATION_SYNTAX, "Syntax error in profile relation"
31 error_code PROF_EXTRA_CBRACE, "Extra closing brace in profile"
[all …]
Dprofile.c211 (prf_file_t profile);
213 static errcode_t profile_get_value(profile_t profile, const char *name,
307 profile_t profile; in profile_init() local
312 profile = malloc(sizeof(struct _profile_t)); in profile_init()
313 if (!profile) in profile_init()
315 memset(profile, 0, sizeof(struct _profile_t)); in profile_init()
316 profile->magic = PROF_MAGIC_PROFILE; in profile_init()
317 last = &profile->first_file; in profile_init()
355 if (!profile->first_file) { in profile_init()
362 *ret_profile = profile; in profile_init()
[all …]
Dprofile.h62 (profile_t profile);
65 (profile_t profile, const char *def_string);
68 (profile_t profile, const char *name, const char *subname,
72 (profile_t profile, const char *name, const char *subname,
77 (profile_t profile, const char *name, const char *subname,
82 (profile_t profile, const char *name, const char *subname,
87 (profile_t profile, const char *name, const char *subname,
92 (profile_t profile, const char *const *names,
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h51 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { in Profile() argument
52 profile.AddInteger((unsigned) SymbolRegionValueKind); in Profile()
53 profile.AddPointer(R); in Profile()
56 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() argument
57 Profile(profile, R); in Profile()
94 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, in Profile() argument
97 profile.AddInteger((unsigned) SymbolConjuredKind); in Profile()
98 profile.AddPointer(S); in Profile()
99 profile.AddPointer(LCtx); in Profile()
100 profile.Add(T); in Profile()
[all …]
/external/ltp/testcases/realtime/func/pi-tests/
Drun_auto.sh3 profile=${1:-default}
14 $SCRIPTS_DIR/run_c_files.sh $profile testpi-0
17 $SCRIPTS_DIR/run_c_files.sh $profile testpi-1
21 $SCRIPTS_DIR/run_c_files.sh $profile testpi-2
25 $SCRIPTS_DIR/run_c_files.sh $profile testpi-4
30 $SCRIPTS_DIR/run_c_files.sh $profile testpi-5
31 $SCRIPTS_DIR/run_c_files.sh $profile testpi-6
32 $SCRIPTS_DIR/run_c_files.sh $profile sbrk_mutex
/external/e2fsprogs/tests/m_error_behavior/
Dexpect10 error default profile continue
12 error default profile panic
14 error default profile remount-ro
16 error default profile broken
17 error fs_types profile continue
19 error fs_types profile panic
21 error fs_types profile remount-ro
23 error fs_types profile remount-ro
/external/autotest/client/site_tests/network_ShillInitScripts/
Dmock_flimflam.py28 def CreateProfile(self, profile): argument
34 self.add_method_call('CreateProfile', profile)
40 def RemoveProfile(self, profile): argument
46 self.add_method_call('RemoveProfile', profile)
51 def PushProfile(self, profile): argument
57 self.add_method_call('PushProfile', profile)
63 def InsertUserProfile(self, profile, user_hash): argument
70 self.add_method_call('InsertUserProfile', (profile, user_hash))
76 def PopProfile(self, profile): argument
82 self.add_method_call('PopProfile', profile)
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.c237 static void vp3_getpath(enum pipe_video_profile profile, char *path) in vp3_getpath() argument
239 switch (u_reduce_video_profile(profile)) { in vp3_getpath()
256 static void vp4_getpath(enum pipe_video_profile profile, char *path) in vp4_getpath() argument
258 switch (u_reduce_video_profile(profile)) { in vp4_getpath()
281 enum pipe_video_profile profile, in nouveau_vp3_load_firmware() argument
290 vp4_getpath(profile, path); in nouveau_vp3_load_firmware()
292 vp3_getpath(profile, path); in nouveau_vp3_load_firmware()
327 switch (u_reduce_video_profile(profile)) { in nouveau_vp3_load_firmware()
367 firmware_present(struct pipe_screen *pscreen, enum pipe_video_profile profile) in firmware_present() argument
418 if (!vp5 && !(screen->firmware_info.profiles_checked & (1 << profile))) { in firmware_present()
[all …]
/external/ltp/testcases/realtime/
Drun.sh36 usage: $(basename "$0") [-p profile] -t test-argument [-l num_of_loops]
39 -p profile Use profile instead of default (see
81 local profile
83 profile=$1
97 ./run_auto.sh $profile
127 local profile
129 profile=$1
168 run_test "$profile" "$test" "$2"
225 profile=$OPTARG
237 find_test "$profile" ${tests[$i]} ${tests[$((i+1))]}
/external/v4l2_codec2/vda/
Dv4l2_device.cc77 uint32_t V4L2Device::VideoCodecProfileToV4L2PixFmt(VideoCodecProfile profile, in VideoCodecProfileToV4L2PixFmt() argument
79 if (profile >= H264PROFILE_MIN && profile <= H264PROFILE_MAX) { in VideoCodecProfileToV4L2PixFmt()
84 } else if (profile >= VP8PROFILE_MIN && profile <= VP8PROFILE_MAX) { in VideoCodecProfileToV4L2PixFmt()
89 } else if (profile >= VP9PROFILE_MIN && profile <= VP9PROFILE_MAX) { in VideoCodecProfileToV4L2PixFmt()
138 for (int profile = min_profile; profile <= max_profile; ++profile) in V4L2PixFmtToVideoCodecProfiles() local
139 profiles.push_back(static_cast<VideoCodecProfile>(profile)); in V4L2PixFmtToVideoCodecProfiles()
365 VideoDecodeAccelerator::SupportedProfile profile; in EnumerateSupportedDecodeProfiles() local
366 GetSupportedResolution(pixelformat, &profile.min_resolution, in EnumerateSupportedDecodeProfiles()
367 &profile.max_resolution); in EnumerateSupportedDecodeProfiles()
373 profile.profile = video_codec_profile; in EnumerateSupportedDecodeProfiles()
[all …]
/external/llvm/test/tools/llvm-profdata/
Dsample-profile-basic.test4 RUN: llvm-profdata show --sample %p/Inputs/sample-profile.proftext | FileCheck %s --check-prefix=SH…
12 RUN: llvm-profdata show --sample --function=_Z3bari %p/Inputs/sample-profile.proftext | FileCheck %…
18 3- Convert the profile to binary encoding and check that they are both
20 RUN: llvm-profdata merge --sample %p/Inputs/sample-profile.proftext --binary -o - | llvm-profdata s…
21 RUN: llvm-profdata show --sample %p/Inputs/sample-profile.proftext -o %t-text
24 4- Merge the binary and text encodings of the profile and check that the
26 RUN: llvm-profdata merge --sample %p/Inputs/sample-profile.proftext -o %t-binprof
27 RUN: llvm-profdata merge --sample --text %p/Inputs/sample-profile.proftext %t-binprof -o - | FileCh…
32 5- Detect invalid text encoding (e.g. instrumentation profile text format).
34 BADTEXT: error: {{.+}}: Unrecognized sample profile encoding format
/external/libpng/contrib/examples/
Diccfrompng.c69 png_bytep profile; in extract() local
71 if (png_get_iCCP(png_ptr, info_ptr, &name, &compression_type, &profile, in extract()
76 memcpy(result, profile, *proflen); in extract()
99 png_bytep profile = extract(fp, &proflen); in extract_one_file() local
101 if (profile != NULL && profile != no_profile) in extract_one_file()
127 if (fwrite(profile, proflen, 1, of) == 1 && in extract_one_file()
154 free(profile); in extract_one_file()
157 else if (verbose && profile == no_profile) in extract_one_file()
/external/compiler-rt/make/platform/
Dclang_linux.mk52 Configs += builtins-i386 profile-i386
54 Arch.profile-i386 := i386
59 Configs += builtins-x86_64 profile-x86_64
61 Arch.profile-x86_64 := x86_64
74 CFLAGS.profile-i386 := $(CFLAGS) -m32
75 CFLAGS.profile-x86_64 := $(CFLAGS) -m64
79 FUNCTIONS.profile-i386 := GCDAProfiling InstrProfiling InstrProfilingBuffer \
84 FUNCTIONS.profile-x86_64 := $(FUNCTIONS.profile-i386)
/external/autotest/client/site_tests/network_DefaultProfileCreation/
Dnetwork_DefaultProfileCreation.py56 profile = None
60 profile = f.read()
61 if profile:
66 if profile is None:
76 time.time() - start_time, profile)
78 if setting not in profile:
80 logging.error('Full profile contents are:\n%s', profile)
/external/deqp/scripts/egl/
Dcommon.py86 def getInterface (registry, api, version=None, profile=None, **kwargs): argument
87 spec = khr_util.registry.spec(registry, api, version, profile, **kwargs)
113 profile = check(api, version)
114 if profile is True:
115 profile = None
116 elif profile is False:
118 iface = getInterface(registry, api, version=version, profile=profile)
/external/jemalloc/bin/
Djeprof.in577 my ($profile, $symbols, $libs, $thread) = @_;
580 my $total = TotalProfile($profile);
583 $profile = RemoveUninterestingFrames($symbols, $profile);
587 $profile = FocusProfile($symbols, $profile, $main::opt_focus);
592 $profile = IgnoreProfile($symbols, $profile, $main::opt_ignore);
595 my $calls = ExtractCalls($symbols, $profile);
599 my $reduced = ReduceProfile($symbols, $profile);
622 PrintSymbolizedProfile($symbols, $profile, $main::prog);
626 if (PrintDot($main::prog, $symbols, $profile, $flat, $cumulative, $total)) {
652 InteractiveMode($profile, $symbols, $libs, $total);
[all …]
/external/mesa3d/src/gallium/state_trackers/va/
Dconfig.c72 vlVaQueryConfigEntrypoints(VADriverContextP ctx, VAProfile profile, in vlVaQueryConfigEntrypoints() argument
83 if (profile == VAProfileNone) { in vlVaQueryConfigEntrypoints()
88 p = ProfileToPipe(profile); in vlVaQueryConfigEntrypoints()
108 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaGetConfigAttributes() argument
165 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaCreateConfig() argument
185 if (profile == VAProfileNone && entrypoint == VAEntrypointVideoProc) { in vlVaCreateConfig()
187 config->profile = PIPE_VIDEO_PROFILE_UNKNOWN; in vlVaCreateConfig()
209 p = ProfileToPipe(profile); in vlVaCreateConfig()
243 config->profile = p; in vlVaCreateConfig()
303 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile, in vlVaQueryConfigAttributes() argument
[all …]

12345678910>>...36