Home
last modified time | relevance | path

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

12

/tools/perf/bench/
A Dnuma.c77 struct params { struct
82 int nr_proc;
83 int nr_threads;
92 double mb_proc;
102 u32 nr_loops;
103 u32 nr_secs;
113 int run_all;
114 int thp;
121 int nr_tasks;
127 int nr_cpus;
[all …]
A Dfutex.c15 void futex_set_nbuckets_param(struct bench_futex_parameters *params) in futex_set_nbuckets_param()
30 void futex_print_nbuckets(struct bench_futex_parameters *params) in futex_print_nbuckets()
/tools/tracing/rtla/src/
A Dosnoise_top.c126 struct osnoise_params *params = top->params; in osnoise_top_header() local
186 struct osnoise_params *params = tool->params; in osnoise_top_print() local
226 osnoise_print_stats(struct osnoise_params *params, struct osnoise_tool *top) in osnoise_print_stats()
254 static void osnoise_top_usage(struct osnoise_params *params, char *usage) in osnoise_top_usage()
324 struct osnoise_params *params; in osnoise_top_parse_args() local
521 osnoise_top_apply_config(struct osnoise_tool *tool, struct osnoise_params *params) in osnoise_top_apply_config()
549 struct osnoise_tool *osnoise_init_top(struct osnoise_params *params) in osnoise_init_top()
583 static void osnoise_top_set_signals(struct osnoise_params *params) in osnoise_top_set_signals()
594 struct osnoise_params *params; in osnoise_top_main() local
A Dosnoise_hist.c98 struct osnoise_params *params = tool->params; in osnoise_hist_update_multiple() local
140 struct osnoise_params *params = tool->params; in osnoise_init_trace_hist() local
225 struct osnoise_params *params = tool->params; in osnoise_hist_header() local
264 osnoise_print_summary(struct osnoise_params *params, in osnoise_print_summary()
342 osnoise_print_stats(struct osnoise_params *params, struct osnoise_tool *tool) in osnoise_print_stats()
483 struct osnoise_params *params; in osnoise_hist_parse_args() local
703 osnoise_hist_apply_config(struct osnoise_tool *tool, struct osnoise_params *params) in osnoise_hist_apply_config()
721 *osnoise_init_hist(struct osnoise_params *params) in osnoise_init_hist()
755 osnoise_hist_set_signals(struct osnoise_params *params) in osnoise_hist_set_signals()
766 struct osnoise_params *params; in osnoise_hist_main() local
A Dtimerlat_top.c131 struct timerlat_params *params = tool->params; in timerlat_top_update() local
167 struct timerlat_params *params; in timerlat_top_handler() local
306 struct timerlat_params *params = top->params; in timerlat_top_print() local
366 struct timerlat_params *params = top->params; in timerlat_top_print_sum() local
439 timerlat_print_stats(struct timerlat_params *params, struct osnoise_tool *top) in timerlat_print_stats()
545 struct timerlat_params *params; in timerlat_top_parse_args() local
858 *timerlat_init_top(struct timerlat_params *params) in timerlat_init_top()
906 timerlat_top_set_signals(struct timerlat_params *params) in timerlat_top_set_signals()
922 struct timerlat_params *params, in timerlat_top_main_loop()
982 struct timerlat_params *params, in timerlat_top_bpf_main_loop()
[all …]
A Dtimerlat_hist.c138 struct timerlat_params *params = tool->params; in timerlat_hist_update() local
285 struct timerlat_params *params = tool->params; in timerlat_hist_header() local
347 timerlat_print_summary(struct timerlat_params *params, in timerlat_print_summary()
474 timerlat_print_stats_all(struct timerlat_params *params, in timerlat_print_stats_all()
622 timerlat_print_stats(struct timerlat_params *params, struct osnoise_tool *tool) in timerlat_print_stats()
786 struct timerlat_params *params; in timerlat_hist_parse_args() local
1101 timerlat_hist_apply_config(struct osnoise_tool *tool, struct timerlat_params *params) in timerlat_hist_apply_config()
1119 *timerlat_init_hist(struct timerlat_params *params) in timerlat_init_hist()
1167 timerlat_hist_set_signals(struct timerlat_params *params) in timerlat_hist_set_signals()
1178 struct timerlat_params *params; in timerlat_hist_main() local
A 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
A Dtimerlat.c25 timerlat_apply_config(struct osnoise_tool *tool, struct timerlat_params *params) in timerlat_apply_config()
A Dtimerlat_bpf.h35 static inline int timerlat_bpf_init(struct timerlat_params *params) in timerlat_bpf_init()
/tools/testing/selftests/alsa/
A 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
A Dglobal-timer.c24 snd_timer_params_t *params; in bind_to_timer() local
/tools/testing/selftests/bpf/progs/
A Dcrypto_basic.c15 struct bpf_crypto_params params = { in crypto_release() local
42 struct bpf_crypto_params params = { in crypto_acquire() local
A Dcrypto_bench.c25 struct bpf_crypto_params params = { in crypto_setup() local
A Dcrypto_sanity.c56 struct bpf_crypto_params params = { in skb_crypto_setup() local
/tools/power/cpupower/utils/
A Dcpupower-info.c40 int params; in cmd_info() member
41 } params = {}; in cmd_info() local
A Dcpupower-set.c47 int params; in cmd_set() member
48 } params; in cmd_set() local
/tools/lib/subcmd/
A 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/
A 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
A Dxapic_ipi_test.c195 struct thread_params *params = (struct thread_params *)arg; in vcpu_thread() local
400 struct thread_params params[2]; in main() local
/tools/testing/selftests/bpf/prog_tests/
A 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/verification/rvgen/
A D__main__.py40 params = parser.parse_args() variable
/tools/testing/selftests/net/
A 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/
A 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/net/mptcp/
A Dmptcp_diag.c27 struct params { struct
28 __u32 target_token;
29 char subflow_addrs[1024];
/tools/perf/util/arm-spe-decoder/
A Darm-spe-decoder.c82 struct arm_spe_decoder *arm_spe_decoder_new(struct arm_spe_params *params) in arm_spe_decoder_new()

Completed in 34 milliseconds

12