Home
last modified time | relevance | path

Searched defs:params (Results 1 – 25 of 38) sorted by relevance

12

/tools/perf/bench/
Dnuma.c75 struct params { struct
77 bool serialize_startup;
80 int nr_proc;
81 int nr_threads;
84 const char *mb_global_str;
85 const char *mb_proc_str;
86 const char *mb_proc_locked_str;
87 const char *mb_thread_str;
89 double mb_global;
90 double mb_proc;
[all …]
Dfutex-wake.c44 static struct bench_futex_parameters params = { variable
Dfutex-hash.c50 static struct bench_futex_parameters params = { variable
Dfutex-requeue.c44 static struct bench_futex_parameters params = { variable
Dfutex-lock-pi.c43 static struct bench_futex_parameters params = { variable
/tools/tracing/rtla/src/
Dosnoise_top.c161 struct osnoise_top_params *params = top->params; in osnoise_top_header() local
221 struct osnoise_top_params *params = tool->params; in osnoise_top_print() local
261 osnoise_print_stats(struct osnoise_top_params *params, struct osnoise_tool *top) in osnoise_print_stats()
288 static void osnoise_top_usage(struct osnoise_top_params *params, char *usage) in osnoise_top_usage()
358 struct osnoise_top_params *params; in osnoise_top_parse_args() local
555 osnoise_top_apply_config(struct osnoise_tool *tool, struct osnoise_top_params *params) in osnoise_top_apply_config()
642 struct osnoise_tool *osnoise_init_top(struct osnoise_top_params *params) in osnoise_init_top()
676 static void osnoise_top_set_signals(struct osnoise_top_params *params) in osnoise_top_set_signals()
687 struct osnoise_top_params *params; in osnoise_top_main() local
Dosnoise_hist.c129 struct osnoise_hist_params *params = tool->params; in osnoise_hist_update_multiple() local
171 struct osnoise_hist_params *params = tool->params; in osnoise_init_trace_hist() local
256 struct osnoise_hist_params *params = tool->params; in osnoise_hist_header() local
295 osnoise_print_summary(struct osnoise_hist_params *params, in osnoise_print_summary()
373 osnoise_print_stats(struct osnoise_hist_params *params, struct osnoise_tool *tool) in osnoise_print_stats()
513 struct osnoise_hist_params *params; in osnoise_hist_parse_args() local
733 osnoise_hist_apply_config(struct osnoise_tool *tool, struct osnoise_hist_params *params) in osnoise_hist_apply_config()
810 *osnoise_init_hist(struct osnoise_hist_params *params) in osnoise_init_hist()
844 osnoise_hist_set_signals(struct osnoise_hist_params *params) in osnoise_hist_set_signals()
855 struct osnoise_hist_params *params; in osnoise_hist_main() local
Dtimerlat_hist.c176 struct timerlat_hist_params *params = tool->params; in timerlat_hist_update() local
240 struct timerlat_hist_params *params = tool->params; in timerlat_hist_header() local
302 timerlat_print_summary(struct timerlat_hist_params *params, in timerlat_print_summary()
429 timerlat_print_stats_all(struct timerlat_hist_params *params, in timerlat_print_stats_all()
577 timerlat_print_stats(struct timerlat_hist_params *params, struct osnoise_tool *tool) in timerlat_print_stats()
737 struct timerlat_hist_params *params; in timerlat_hist_parse_args() local
1010 timerlat_hist_apply_config(struct osnoise_tool *tool, struct timerlat_hist_params *params) in timerlat_hist_apply_config()
1115 *timerlat_init_hist(struct timerlat_hist_params *params) in timerlat_init_hist()
1163 timerlat_hist_set_signals(struct timerlat_hist_params *params) in timerlat_hist_set_signals()
1174 struct timerlat_hist_params *params; in timerlat_hist_main() local
Dtimerlat_top.c196 struct timerlat_top_params *params; in timerlat_top_handler() local
217 static void timerlat_top_header(struct timerlat_top_params *params, struct osnoise_tool *top) in timerlat_top_header()
265 struct timerlat_top_params *params = top->params; in timerlat_top_print() local
329 struct timerlat_top_params *params = top->params; in timerlat_top_print_sum() local
406 timerlat_print_stats(struct timerlat_top_params *params, struct osnoise_tool *top) in timerlat_print_stats()
508 struct timerlat_top_params *params; in timerlat_top_parse_args() local
758 timerlat_top_apply_config(struct osnoise_tool *top, struct timerlat_top_params *params) in timerlat_top_apply_config()
869 *timerlat_init_top(struct timerlat_top_params *params) in timerlat_init_top()
917 timerlat_top_set_signals(struct timerlat_top_params *params) in timerlat_top_set_signals()
928 struct timerlat_top_params *params; in timerlat_top_main() local
Dtimerlat_u.c32 static int timerlat_u_main(int cpu, struct timerlat_u_params *params) in timerlat_u_main()
139 struct timerlat_u_params *params = data; in timerlat_u_dispatcher() local
/tools/testing/selftests/alsa/
Dtest-pcmtest-driver.c84 snd_pcm_hw_params_t *hwparams, struct pcmtest_test_params *params, in setup_handle()
119 struct pcmtest_test_params params; in FIXTURE() local
173 struct pcmtest_test_params *params = &self->params; in TEST_F() local
212 struct pcmtest_test_params *params = &self->params; in TEST_F() local
240 struct pcmtest_test_params params = self->params; in TEST_F() local
274 struct pcmtest_test_params params = self->params; in TEST_F() local
317 struct pcmtest_test_params *params = &self->params; in TEST_F() local
Dglobal-timer.c24 snd_timer_params_t *params; in bind_to_timer() local
/tools/testing/selftests/bpf/progs/
Dcrypto_basic.c15 struct bpf_crypto_params params = { in crypto_release() local
42 struct bpf_crypto_params params = { in crypto_acquire() local
Dcrypto_bench.c25 struct bpf_crypto_params params = { in crypto_setup() local
Dcrypto_sanity.c56 struct bpf_crypto_params params = { in skb_crypto_setup() local
/tools/power/cpupower/utils/
Dcpupower-info.c40 int params; in cmd_info() member
41 } params = {}; in cmd_info() local
Dcpupower-set.c47 int params; in cmd_set() member
48 } params; in cmd_set() local
/tools/lib/subcmd/
Dsubcmd-util.h10 static inline void report(const char *prefix, const char *err, va_list params) in report()
19 va_list params; in die() local
/tools/testing/selftests/kvm/x86_64/
Ducna_injection_test.c174 struct thread_params *params = (struct thread_params *)arg; in run_ucna_injection() local
215 static void test_ucna_injection(struct kvm_vcpu *vcpu, struct thread_params *params) in test_ucna_injection()
263 struct thread_params params; in main() local
Dxapic_ipi_test.c194 struct thread_params *params = (struct thread_params *)arg; in vcpu_thread() local
399 struct thread_params params[2]; in main() local
/tools/testing/selftests/bpf/prog_tests/
Dfib_lookup.c212 static int set_lookup_params(struct bpf_fib_lookup *params, in set_lookup_params()
285 static void assert_src_ip(struct bpf_fib_lookup *params, const char *expected) in assert_src_ip()
290 static void assert_dst_ip(struct bpf_fib_lookup *params, const char *expected) in assert_dst_ip()
/tools/testing/selftests/net/
Depoll_busy_poll.c47 struct epoll_params params; in FIXTURE() local
95 struct epoll_params params; in FIXTURE() local
/tools/perf/util/cs-etm-decoder/
Dcs-etm-decoder.c138 static int cs_etm_decoder__gen_etmv3_config(struct cs_etm_trace_params *params, in cs_etm_decoder__gen_etmv3_config()
166 static void cs_etm_decoder__gen_etmv4_config(struct cs_etm_trace_params *params, in cs_etm_decoder__gen_etmv4_config()
184 static void cs_etm_decoder__gen_ete_config(struct cs_etm_trace_params *params, in cs_etm_decoder__gen_ete_config()
/tools/testing/selftests/kvm/
Daccess_tracking_perf_test.c305 struct test_params *params = arg; in run_test() local
352 struct test_params params = { in main() local
/tools/perf/util/arm-spe-decoder/
Darm-spe-decoder.c81 struct arm_spe_decoder *arm_spe_decoder_new(struct arm_spe_params *params) in arm_spe_decoder_new()

12