Home
last modified time | relevance | path

Searched defs:params (Results 1 – 12 of 12) 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 …]
/tools/power/cpupower/utils/
Dcpupower-info.c38 int params; in cmd_info() member
39 } params = {}; in cmd_info() local
Dcpupower-set.c39 int params; in cmd_set() member
40 } 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/perf/util/cs-etm-decoder/
Dcs-etm-decoder.c111 static int cs_etm_decoder__gen_etmv3_config(struct cs_etm_trace_params *params, in cs_etm_decoder__gen_etmv3_config()
124 static void cs_etm_decoder__gen_etmv4_config(struct cs_etm_trace_params *params, in cs_etm_decoder__gen_etmv4_config()
/tools/perf/scripts/python/
Dexported-sql-viewer.py203 def __init__(self, glb, params, parent=None): argument
468 def __init__(self, glb, params, row, parent_item): argument
509 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, br… argument
553 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, name, dso, count, time, ins… argument
570 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
598 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument
622 def __init__(self, glb, params): argument
788 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, time, insn_cnt, cyc_cnt, branch… argument
833 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, name, dso, count, time, insn_cn… argument
850 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
[all …]
/tools/perf/
Dbuiltin-probe.c50 } params; variable
/tools/testing/selftests/bpf/
Dtest_offload.py536 chain=None, cls="", params="", argument
/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c220 struct intel_pt_decoder *intel_pt_decoder_new(struct intel_pt_params *params) in intel_pt_decoder_new()
/tools/lib/traceevent/
Devent-parse.c93 struct func_params *params; member
6619 struct func_params *params; in free_func_handle() local
/tools/include/uapi/linux/
Dkvm.h202 __u64 params[2]; member
1122 __u64 params; member
/tools/perf/util/
Dintel-pt.c852 struct intel_pt_params params = { .get_trace = 0, }; in intel_pt_alloc_queue() local