Home
last modified time | relevance | path

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

/tools/perf/bench/
Dnuma.c74 struct params { struct
76 bool serialize_startup;
79 int nr_proc;
80 int nr_threads;
83 const char *mb_global_str;
84 const char *mb_proc_str;
85 const char *mb_proc_locked_str;
86 const char *mb_thread_str;
88 double mb_global;
89 double mb_proc;
[all …]
Dfutex-wake.c43 static struct bench_futex_parameters params = { variable
Dfutex-requeue.c43 static struct bench_futex_parameters params = { variable
Dfutex-hash.c49 static struct bench_futex_parameters params = { variable
Dfutex-lock-pi.c42 static struct bench_futex_parameters params = { variable
Dfutex-wake-parallel.c59 static struct bench_futex_parameters params; variable
/tools/power/cpupower/utils/
Dcpupower-info.c40 int params; in cmd_info() member
41 } params = {}; in cmd_info() local
Dcpupower-set.c41 int params; in cmd_set() member
42 } params; in cmd_set() local
/tools/lib/subcmd/
Dsubcmd-util.h11 static inline void report(const char *prefix, const char *err, va_list params) in report()
20 va_list params; in die() local
/tools/testing/kunit/
Dkunit_kernel.py107 def run(self, params, timeout, build_dir, outfile) -> None: argument
127 def run(self, params, timeout, build_dir, outfile): argument
179 def run(self, params, timeout, build_dir, outfile): argument
/tools/perf/util/arm-spe-decoder/
Darm-spe-decoder.c77 struct arm_spe_decoder *arm_spe_decoder_new(struct arm_spe_params *params) in arm_spe_decoder_new()
/tools/perf/util/cs-etm-decoder/
Dcs-etm-decoder.c115 static int cs_etm_decoder__gen_etmv3_config(struct cs_etm_trace_params *params, in cs_etm_decoder__gen_etmv3_config()
143 static void cs_etm_decoder__gen_etmv4_config(struct cs_etm_trace_params *params, in cs_etm_decoder__gen_etmv4_config()
161 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/x86_64/
Dxapic_ipi_test.c200 struct thread_params *params = (struct thread_params *)arg; in vcpu_thread() local
408 struct thread_params params[2]; in main() local
/tools/testing/selftests/kvm/
Daccess_tracking_perf_test.c329 struct test_params *params = arg; in run_test() local
381 struct test_params params = { in main() local
/tools/testing/selftests/netfilter/
Dnf-queue.c148 struct nfqnl_msg_config_params params = { in nfq_build_cfg_params() local
/tools/perf/scripts/python/
Dexported-sql-viewer.py213 def __init__(self, glb, params, parent=None): argument
487 def __init__(self, glb, params, row, parent_item): argument
528 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, br… argument
572 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, name, dso, count, time, ins… argument
589 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
617 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument
641 def __init__(self, glb, params): argument
808 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_… argument
854 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, name, dso, call_time, time, ins… argument
871 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
[all …]
/tools/perf/
Dbuiltin-probe.c50 } params; variable
/tools/perf/util/
Darm-spe.c188 struct arm_spe_params params = { .get_trace = 0, }; in arm_spe__alloc_queue() local
Dintel-pt.c1189 struct intel_pt_params params = { .get_trace = 0, }; in intel_pt_alloc_queue() local
/tools/testing/selftests/bpf/
Dtest_offload.py545 chain=None, cls="", params="", argument
/tools/include/uapi/linux/
Dkvm.h206 __u64 params[2]; member
229 __u64 params[6]; member
1239 __u64 params; member
/tools/lib/traceevent/
Devent-parse.c100 struct func_params *params; member
7149 struct func_params *params; in free_func_handle() local
/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c298 struct intel_pt_decoder *intel_pt_decoder_new(struct intel_pt_params *params) in intel_pt_decoder_new()