HomeSort by: relevance | last modified time | path
    Searched refs:profile_name (Results 1 - 13 of 13) sorted by relevancy

  /src/usr.bin/indent/
indent.c 186 const char *profile_name = NULL; local
194 profile_name = arg + 2;
197 load_profile_files(profile_name);
  /src/external/gpl3/binutils/dist/bfd/
elfxx-riscv.c 1030 const char *profile_name; member in struct:riscv_profiles
2359 for (int i = 0; riscv_profiles_table[i].profile_name != NULL; ++i)
2362 if (startswith (p, riscv_profiles_table[i].profile_name))
2366 p += strlen (riscv_profiles_table[i].profile_name);
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-riscv.c 1027 const char *profile_name; member in struct:riscv_profiles
2351 for (int i = 0; riscv_profiles_table[i].profile_name != NULL; ++i)
2354 if (startswith (p, riscv_profiles_table[i].profile_name))
2358 p += strlen (riscv_profiles_table[i].profile_name);
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_renoir_ppt.c 833 static const char *profile_name[] = { local
857 i, profile_name[i], (i == smu->power_profile_mode) ? "*" : " ");
amdgpu_arcturus_ppt.c 1337 static const char *profile_name[] = {
1399 i, profile_name[i], (i == smu->power_profile_mode) ? "*" : " ");
amdgpu_navi10_ppt.c 1246 static const char *profile_name[] = { local
1290 i, profile_name[i], (i == smu->power_profile_mode) ? "*" : " ");
amdgpu_vega20_ppt.c 1777 static const char *profile_name[] = { local
1821 i, profile_name[i], (i == smu->power_profile_mode) ? "*" : " ");
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_smu10_hwmgr.c 1252 static const char *profile_name[6] = { local
1274 i, profile_name[i], (i == hwmgr->power_profile_mode) ? "*" : " ",
amdgpu_smu7_hwmgr.c 4930 static const char *profile_name[7] = {"BOOTUP_DEFAULT", local
4959 i, profile_name[i], "*",
4970 i, profile_name[i], smu7_profiling[i].sclk_up_hyst,
4975 i, profile_name[i], "-", "-", "-");
amdgpu_vega10_hwmgr.c 4987 static const char *profile_name[7] = {"BOOTUP_DEFAULT", local
5009 i, profile_name[i], (i == hwmgr->power_profile_mode) ? "*" : " ",
5013 profile_name[i], (i == hwmgr->power_profile_mode) ? "*" : " ",
amdgpu_vega20_hwmgr.c 3896 static const char *profile_name[] = { local
3935 i, profile_name[i], (i == hwmgr->power_profile_mode) ? "*" : " ");
  /src/external/bsd/jemalloc/dist/bin/
jeprof.in 3335 my $profile_name = shift;
3336 if (-f $profile_name) {
3337 printf STDERR "Using local file $profile_name.\n";
3344 my $profile_name = shift;
3346 if (!defined($profile_name) || $profile_name eq "") {
3351 $profile_name =~ m,^(https?://)?([^/]+)(.*?)(/|$PROFILES)?$,;
3548 my ($binary_name, $profile_name) = @_;
3549 my ($host, $baseURL, $path) = ParseProfileURL($profile_name);
3557 my $profile_name = shift
    [all...]
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 3274 my $profile_name = shift;
3275 if (-f $profile_name) {
3276 printf STDERR "Using local file $profile_name.\n";
3283 my $profile_name = shift;
3285 if (!defined($profile_name) || $profile_name eq "") {
3290 $profile_name =~ m,^(https?://)?([^/]+)(.*?)(/|$PROFILES)?$,;
3487 my ($binary_name, $profile_name) = @_;
3488 my ($host, $baseURL, $path) = ParseProfileURL($profile_name);
3496 my $profile_name = shift
    [all...]

Completed in 67 milliseconds