Home
last modified time | relevance | path

Searched refs:profile_options (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/android/tracing/
H A Dprofile-chrome-startup.sh223 profile_options=
225 profile_options="$profile_options --browser=$browser"
230 profile_options="$profile_options --time=$trace_time"
233 profile_options="$profile_options --atrace-categories=$atrace_categories"
238 profile_options="$profile_options --atrace-buffer-size=$atrace_buffer_size"
243 profile_options="$profile_options --cold"
247 profile_options="$profile_options --url=$url"
254 profile_options="$profile_options --webapk-package=$webapk_package"
298 profile_options="$profile_options --chrome_categories=${chrome_categories}"
356 echo "Profiling with options: $profile_options"
[all …]
/dports/devel/volk/volk-2.2.1/apps/
H A Dvolk_profile.cc77 option_list profile_options("volk_profile"); in main() local
78profile_options.add(option_t("benchmark", "b", "Run all kernels (benchmark mode)", set_benchmark)); in main()
79profile_options.add(option_t("tol", "t", "Set the default tolerance for all tests", set_tolerance)… in main()
80 profile_options.add(option_t("vlen", "v", "Set the default vector length for tests", set_vlen)); in main()
81profile_options.add((option_t("iter", "i", "Set the default number of test iterations per kernel",… in main()
82profile_options.add((option_t("tests-substr", "R", "Run tests matching substring", set_substr))); in main()
83profile_options.add((option_t("update", "u", "Run only kernels missing from config", set_update))); in main()
85profile_options.add((option_t("json", "j", "Write results to JSON file named as argument value", s… in main()
86 profile_options.add((option_t("path", "p", "Specify the volk_config path", set_volk_config))); in main()
87 profile_options.parse(argc, argv); in main()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_profile.cc99 uint profile_options = thd->lex->profile_options; in make_profile_table_for_show() local
105 profile_options & PROFILE_CPU, /* CPU_user */ in make_profile_table_for_show()
106 profile_options & PROFILE_CPU, /* CPU_system */ in make_profile_table_for_show()
109 profile_options & PROFILE_BLOCK_IO, /* Block_ops_in */ in make_profile_table_for_show()
110 profile_options & PROFILE_BLOCK_IO, /* Block_ops_out */ in make_profile_table_for_show()
111 profile_options & PROFILE_IPC, /* Messages_sent */ in make_profile_table_for_show()
112 profile_options & PROFILE_IPC, /* Messages_received */ in make_profile_table_for_show()
115 profile_options & PROFILE_SWAPS, /* Swaps */ in make_profile_table_for_show()
116 profile_options & PROFILE_SOURCE, /* Source_function */ in make_profile_table_for_show()
117 profile_options & PROFILE_SOURCE, /* Source_file */ in make_profile_table_for_show()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_profile.cc126 uint profile_options = thd->lex->profile_options; in make_profile_table_for_show() local
132 profile_options & PROFILE_CPU, /* CPU_user */ in make_profile_table_for_show()
133 profile_options & PROFILE_CPU, /* CPU_system */ in make_profile_table_for_show()
134 profile_options & PROFILE_CONTEXT, /* Context_voluntary */ in make_profile_table_for_show()
136 profile_options & PROFILE_BLOCK_IO, /* Block_ops_in */ in make_profile_table_for_show()
137 profile_options & PROFILE_BLOCK_IO, /* Block_ops_out */ in make_profile_table_for_show()
138 profile_options & PROFILE_IPC, /* Messages_sent */ in make_profile_table_for_show()
142 profile_options & PROFILE_SWAPS, /* Swaps */ in make_profile_table_for_show()
143 profile_options & PROFILE_SOURCE, /* Source_function */ in make_profile_table_for_show()
144 profile_options & PROFILE_SOURCE, /* Source_file */ in make_profile_table_for_show()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_profile.cc104 uint profile_options = thd->lex->profile_options; in make_profile_table_for_show() local
110 profile_options & PROFILE_CPU, /* CPU_user */ in make_profile_table_for_show()
111 profile_options & PROFILE_CPU, /* CPU_system */ in make_profile_table_for_show()
114 profile_options & PROFILE_BLOCK_IO, /* Block_ops_in */ in make_profile_table_for_show()
115 profile_options & PROFILE_BLOCK_IO, /* Block_ops_out */ in make_profile_table_for_show()
116 profile_options & PROFILE_IPC, /* Messages_sent */ in make_profile_table_for_show()
117 profile_options & PROFILE_IPC, /* Messages_received */ in make_profile_table_for_show()
120 profile_options & PROFILE_SWAPS, /* Swaps */ in make_profile_table_for_show()
121 profile_options & PROFILE_SOURCE, /* Source_function */ in make_profile_table_for_show()
122 profile_options & PROFILE_SOURCE, /* Source_file */ in make_profile_table_for_show()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_profile.cc104 uint profile_options = thd->lex->profile_options; in make_profile_table_for_show() local
110 profile_options & PROFILE_CPU, /* CPU_user */ in make_profile_table_for_show()
111 profile_options & PROFILE_CPU, /* CPU_system */ in make_profile_table_for_show()
114 profile_options & PROFILE_BLOCK_IO, /* Block_ops_in */ in make_profile_table_for_show()
115 profile_options & PROFILE_BLOCK_IO, /* Block_ops_out */ in make_profile_table_for_show()
116 profile_options & PROFILE_IPC, /* Messages_sent */ in make_profile_table_for_show()
117 profile_options & PROFILE_IPC, /* Messages_received */ in make_profile_table_for_show()
120 profile_options & PROFILE_SWAPS, /* Swaps */ in make_profile_table_for_show()
121 profile_options & PROFILE_SOURCE, /* Source_function */ in make_profile_table_for_show()
122 profile_options & PROFILE_SOURCE, /* Source_file */ in make_profile_table_for_show()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_profile.cc104 uint profile_options = thd->lex->profile_options; in make_profile_table_for_show() local
110 profile_options & PROFILE_CPU, /* CPU_user */ in make_profile_table_for_show()
111 profile_options & PROFILE_CPU, /* CPU_system */ in make_profile_table_for_show()
114 profile_options & PROFILE_BLOCK_IO, /* Block_ops_in */ in make_profile_table_for_show()
115 profile_options & PROFILE_BLOCK_IO, /* Block_ops_out */ in make_profile_table_for_show()
116 profile_options & PROFILE_IPC, /* Messages_sent */ in make_profile_table_for_show()
117 profile_options & PROFILE_IPC, /* Messages_received */ in make_profile_table_for_show()
120 profile_options & PROFILE_SWAPS, /* Swaps */ in make_profile_table_for_show()
121 profile_options & PROFILE_SOURCE, /* Source_function */ in make_profile_table_for_show()
122 profile_options & PROFILE_SOURCE, /* Source_file */ in make_profile_table_for_show()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_profile.cc92 uint profile_options = thd->lex->profile_options; in make_profile_table_for_show() local
98 profile_options & PROFILE_CPU, /* CPU_user */ in make_profile_table_for_show()
99 profile_options & PROFILE_CPU, /* CPU_system */ in make_profile_table_for_show()
102 profile_options & PROFILE_BLOCK_IO, /* Block_ops_in */ in make_profile_table_for_show()
103 profile_options & PROFILE_BLOCK_IO, /* Block_ops_out */ in make_profile_table_for_show()
104 profile_options & PROFILE_IPC, /* Messages_sent */ in make_profile_table_for_show()
105 profile_options & PROFILE_IPC, /* Messages_received */ in make_profile_table_for_show()
108 profile_options & PROFILE_SWAPS, /* Swaps */ in make_profile_table_for_show()
109 profile_options & PROFILE_SOURCE, /* Source_function */ in make_profile_table_for_show()
110 profile_options & PROFILE_SOURCE, /* Source_file */ in make_profile_table_for_show()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_profile.cc90 uint profile_options = thd->lex->profile_options; in make_profile_table_for_show() local
96 profile_options & PROFILE_CPU, /* CPU_user */ in make_profile_table_for_show()
97 profile_options & PROFILE_CPU, /* CPU_system */ in make_profile_table_for_show()
100 profile_options & PROFILE_BLOCK_IO, /* Block_ops_in */ in make_profile_table_for_show()
101 profile_options & PROFILE_BLOCK_IO, /* Block_ops_out */ in make_profile_table_for_show()
102 profile_options & PROFILE_IPC, /* Messages_sent */ in make_profile_table_for_show()
103 profile_options & PROFILE_IPC, /* Messages_received */ in make_profile_table_for_show()
106 profile_options & PROFILE_SWAPS, /* Swaps */ in make_profile_table_for_show()
107 profile_options & PROFILE_SOURCE, /* Source_function */ in make_profile_table_for_show()
108 profile_options & PROFILE_SOURCE, /* Source_file */ in make_profile_table_for_show()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_profile.cc90 uint profile_options = thd->lex->profile_options; in make_profile_table_for_show() local
96 profile_options & PROFILE_CPU, /* CPU_user */ in make_profile_table_for_show()
97 profile_options & PROFILE_CPU, /* CPU_system */ in make_profile_table_for_show()
100 profile_options & PROFILE_BLOCK_IO, /* Block_ops_in */ in make_profile_table_for_show()
101 profile_options & PROFILE_BLOCK_IO, /* Block_ops_out */ in make_profile_table_for_show()
102 profile_options & PROFILE_IPC, /* Messages_sent */ in make_profile_table_for_show()
103 profile_options & PROFILE_IPC, /* Messages_received */ in make_profile_table_for_show()
106 profile_options & PROFILE_SWAPS, /* Swaps */ in make_profile_table_for_show()
107 profile_options & PROFILE_SOURCE, /* Source_function */ in make_profile_table_for_show()
108 profile_options & PROFILE_SOURCE, /* Source_file */ in make_profile_table_for_show()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_profile.cc90 uint profile_options = thd->lex->profile_options; in make_profile_table_for_show() local
96 profile_options & PROFILE_CPU, /* CPU_user */ in make_profile_table_for_show()
97 profile_options & PROFILE_CPU, /* CPU_system */ in make_profile_table_for_show()
100 profile_options & PROFILE_BLOCK_IO, /* Block_ops_in */ in make_profile_table_for_show()
101 profile_options & PROFILE_BLOCK_IO, /* Block_ops_out */ in make_profile_table_for_show()
102 profile_options & PROFILE_IPC, /* Messages_sent */ in make_profile_table_for_show()
103 profile_options & PROFILE_IPC, /* Messages_received */ in make_profile_table_for_show()
106 profile_options & PROFILE_SWAPS, /* Swaps */ in make_profile_table_for_show()
107 profile_options & PROFILE_SOURCE, /* Source_function */ in make_profile_table_for_show()
108 profile_options & PROFILE_SOURCE, /* Source_file */ in make_profile_table_for_show()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_profile.cc90 uint profile_options = thd->lex->profile_options; in make_profile_table_for_show() local
96 profile_options & PROFILE_CPU, /* CPU_user */ in make_profile_table_for_show()
97 profile_options & PROFILE_CPU, /* CPU_system */ in make_profile_table_for_show()
100 profile_options & PROFILE_BLOCK_IO, /* Block_ops_in */ in make_profile_table_for_show()
101 profile_options & PROFILE_BLOCK_IO, /* Block_ops_out */ in make_profile_table_for_show()
102 profile_options & PROFILE_IPC, /* Messages_sent */ in make_profile_table_for_show()
103 profile_options & PROFILE_IPC, /* Messages_received */ in make_profile_table_for_show()
106 profile_options & PROFILE_SWAPS, /* Swaps */ in make_profile_table_for_show()
107 profile_options & PROFILE_SOURCE, /* Source_function */ in make_profile_table_for_show()
108 profile_options & PROFILE_SOURCE, /* Source_file */ in make_profile_table_for_show()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_profile.cc99 uint profile_options = thd->lex->profile_options; in make_profile_table_for_show() local
105 profile_options & PROFILE_CPU, /* CPU_user */ in make_profile_table_for_show()
106 profile_options & PROFILE_CPU, /* CPU_system */ in make_profile_table_for_show()
109 profile_options & PROFILE_BLOCK_IO, /* Block_ops_in */ in make_profile_table_for_show()
110 profile_options & PROFILE_BLOCK_IO, /* Block_ops_out */ in make_profile_table_for_show()
111 profile_options & PROFILE_IPC, /* Messages_sent */ in make_profile_table_for_show()
112 profile_options & PROFILE_IPC, /* Messages_received */ in make_profile_table_for_show()
115 profile_options & PROFILE_SWAPS, /* Swaps */ in make_profile_table_for_show()
116 profile_options & PROFILE_SOURCE, /* Source_function */ in make_profile_table_for_show()
117 profile_options & PROFILE_SOURCE, /* Source_file */ in make_profile_table_for_show()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_profile.cc92 uint profile_options = thd->lex->profile_options; in make_profile_table_for_show() local
98 profile_options & PROFILE_CPU, /* CPU_user */ in make_profile_table_for_show()
99 profile_options & PROFILE_CPU, /* CPU_system */ in make_profile_table_for_show()
102 profile_options & PROFILE_BLOCK_IO, /* Block_ops_in */ in make_profile_table_for_show()
103 profile_options & PROFILE_BLOCK_IO, /* Block_ops_out */ in make_profile_table_for_show()
104 profile_options & PROFILE_IPC, /* Messages_sent */ in make_profile_table_for_show()
105 profile_options & PROFILE_IPC, /* Messages_received */ in make_profile_table_for_show()
108 profile_options & PROFILE_SWAPS, /* Swaps */ in make_profile_table_for_show()
109 profile_options & PROFILE_SOURCE, /* Source_function */ in make_profile_table_for_show()
110 profile_options & PROFILE_SOURCE, /* Source_file */ in make_profile_table_for_show()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_profile.cc87 uint profile_options = thd->lex->profile_options; in make_profile_table_for_show() local
93 profile_options & PROFILE_CPU, /* CPU_user */ in make_profile_table_for_show()
94 profile_options & PROFILE_CPU, /* CPU_system */ in make_profile_table_for_show()
97 profile_options & PROFILE_BLOCK_IO, /* Block_ops_in */ in make_profile_table_for_show()
98 profile_options & PROFILE_BLOCK_IO, /* Block_ops_out */ in make_profile_table_for_show()
99 profile_options & PROFILE_IPC, /* Messages_sent */ in make_profile_table_for_show()
100 profile_options & PROFILE_IPC, /* Messages_received */ in make_profile_table_for_show()
103 profile_options & PROFILE_SWAPS, /* Swaps */ in make_profile_table_for_show()
104 profile_options & PROFILE_SOURCE, /* Source_function */ in make_profile_table_for_show()
105 profile_options & PROFILE_SOURCE, /* Source_file */ in make_profile_table_for_show()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_profile.cc99 uint profile_options = thd->lex->profile_options; in make_profile_table_for_show() local
105 profile_options & PROFILE_CPU, /* CPU_user */ in make_profile_table_for_show()
106 profile_options & PROFILE_CPU, /* CPU_system */ in make_profile_table_for_show()
109 profile_options & PROFILE_BLOCK_IO, /* Block_ops_in */ in make_profile_table_for_show()
110 profile_options & PROFILE_BLOCK_IO, /* Block_ops_out */ in make_profile_table_for_show()
111 profile_options & PROFILE_IPC, /* Messages_sent */ in make_profile_table_for_show()
112 profile_options & PROFILE_IPC, /* Messages_received */ in make_profile_table_for_show()
115 profile_options & PROFILE_SWAPS, /* Swaps */ in make_profile_table_for_show()
116 profile_options & PROFILE_SOURCE, /* Source_function */ in make_profile_table_for_show()
117 profile_options & PROFILE_SOURCE, /* Source_file */ in make_profile_table_for_show()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_profile.cc99 uint profile_options = thd->lex->profile_options; in make_profile_table_for_show() local
105 profile_options & PROFILE_CPU, /* CPU_user */ in make_profile_table_for_show()
106 profile_options & PROFILE_CPU, /* CPU_system */ in make_profile_table_for_show()
109 profile_options & PROFILE_BLOCK_IO, /* Block_ops_in */ in make_profile_table_for_show()
110 profile_options & PROFILE_BLOCK_IO, /* Block_ops_out */ in make_profile_table_for_show()
111 profile_options & PROFILE_IPC, /* Messages_sent */ in make_profile_table_for_show()
112 profile_options & PROFILE_IPC, /* Messages_received */ in make_profile_table_for_show()
115 profile_options & PROFILE_SWAPS, /* Swaps */ in make_profile_table_for_show()
116 profile_options & PROFILE_SOURCE, /* Source_function */ in make_profile_table_for_show()
117 profile_options & PROFILE_SOURCE, /* Source_file */ in make_profile_table_for_show()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_profile.cc104 uint profile_options = thd->lex->profile_options; in make_profile_table_for_show() local
110 profile_options & PROFILE_CPU, /* CPU_user */ in make_profile_table_for_show()
111 profile_options & PROFILE_CPU, /* CPU_system */ in make_profile_table_for_show()
114 profile_options & PROFILE_BLOCK_IO, /* Block_ops_in */ in make_profile_table_for_show()
115 profile_options & PROFILE_BLOCK_IO, /* Block_ops_out */ in make_profile_table_for_show()
116 profile_options & PROFILE_IPC, /* Messages_sent */ in make_profile_table_for_show()
117 profile_options & PROFILE_IPC, /* Messages_received */ in make_profile_table_for_show()
120 profile_options & PROFILE_SWAPS, /* Swaps */ in make_profile_table_for_show()
121 profile_options & PROFILE_SOURCE, /* Source_function */ in make_profile_table_for_show()
122 profile_options & PROFILE_SOURCE, /* Source_file */ in make_profile_table_for_show()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_profile.cc104 uint profile_options = thd->lex->profile_options; in make_profile_table_for_show() local
110 profile_options & PROFILE_CPU, /* CPU_user */ in make_profile_table_for_show()
111 profile_options & PROFILE_CPU, /* CPU_system */ in make_profile_table_for_show()
114 profile_options & PROFILE_BLOCK_IO, /* Block_ops_in */ in make_profile_table_for_show()
115 profile_options & PROFILE_BLOCK_IO, /* Block_ops_out */ in make_profile_table_for_show()
116 profile_options & PROFILE_IPC, /* Messages_sent */ in make_profile_table_for_show()
117 profile_options & PROFILE_IPC, /* Messages_received */ in make_profile_table_for_show()
120 profile_options & PROFILE_SWAPS, /* Swaps */ in make_profile_table_for_show()
121 profile_options & PROFILE_SOURCE, /* Source_function */ in make_profile_table_for_show()
122 profile_options & PROFILE_SOURCE, /* Source_file */ in make_profile_table_for_show()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_profile.cc104 uint profile_options = thd->lex->profile_options; in make_profile_table_for_show() local
110 profile_options & PROFILE_CPU, /* CPU_user */ in make_profile_table_for_show()
111 profile_options & PROFILE_CPU, /* CPU_system */ in make_profile_table_for_show()
114 profile_options & PROFILE_BLOCK_IO, /* Block_ops_in */ in make_profile_table_for_show()
115 profile_options & PROFILE_BLOCK_IO, /* Block_ops_out */ in make_profile_table_for_show()
116 profile_options & PROFILE_IPC, /* Messages_sent */ in make_profile_table_for_show()
117 profile_options & PROFILE_IPC, /* Messages_received */ in make_profile_table_for_show()
120 profile_options & PROFILE_SWAPS, /* Swaps */ in make_profile_table_for_show()
121 profile_options & PROFILE_SOURCE, /* Source_function */ in make_profile_table_for_show()
122 profile_options & PROFILE_SOURCE, /* Source_file */ in make_profile_table_for_show()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_profile.cc99 uint profile_options = thd->lex->profile_options; in make_profile_table_for_show() local
105 profile_options & PROFILE_CPU, /* CPU_user */ in make_profile_table_for_show()
106 profile_options & PROFILE_CPU, /* CPU_system */ in make_profile_table_for_show()
109 profile_options & PROFILE_BLOCK_IO, /* Block_ops_in */ in make_profile_table_for_show()
110 profile_options & PROFILE_BLOCK_IO, /* Block_ops_out */ in make_profile_table_for_show()
111 profile_options & PROFILE_IPC, /* Messages_sent */ in make_profile_table_for_show()
112 profile_options & PROFILE_IPC, /* Messages_received */ in make_profile_table_for_show()
115 profile_options & PROFILE_SWAPS, /* Swaps */ in make_profile_table_for_show()
116 profile_options & PROFILE_SOURCE, /* Source_function */ in make_profile_table_for_show()
117 profile_options & PROFILE_SOURCE, /* Source_file */ in make_profile_table_for_show()
[all …]
/dports/security/aws-c-auth/aws-c-auth-0.6.5/source/
H A Dcredentials_provider_default_chain.c320 struct aws_credentials_provider_profile_options profile_options; in aws_credentials_provider_new_chain_default() local
321 AWS_ZERO_STRUCT(profile_options); in aws_credentials_provider_new_chain_default()
322 profile_options.bootstrap = options->bootstrap; in aws_credentials_provider_new_chain_default()
323 profile_options.tls_ctx = tls_ctx; in aws_credentials_provider_new_chain_default()
324 profile_options.shutdown_options = sub_provider_shutdown_options; in aws_credentials_provider_new_chain_default()
325 profile_provider = aws_credentials_provider_new_profile(allocator, &profile_options); in aws_credentials_provider_new_chain_default()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.misc-tests/
H A Dbprob.exp44 set profile_options "-fprofile-arcs"
47 foreach profile_option $profile_options feedback_option $feedback_options {
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.misc-tests/
H A Dbprob.exp44 set profile_options "-fprofile-arcs"
47 foreach profile_option $profile_options feedback_option $feedback_options {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.misc-tests/
H A Dbprob.exp44 set profile_options "-fprofile-arcs"
47 foreach profile_option $profile_options feedback_option $feedback_options {

12345678