Home
last modified time | relevance | path

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

12

/tools/arch/x86/include/asm/
Drmwcc.h16 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \ argument
19 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \ argument
33 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \ argument
36 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \ argument
/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c34 enum intel_pt_insn_op op = INTEL_PT_OP_OTHER; in intel_pt_insn_decoder() local
189 const char *intel_pt_insn_name(enum intel_pt_insn_op op) in intel_pt_insn_name()
219 int intel_pt_insn_type(enum intel_pt_insn_op op) in intel_pt_insn_type()
Dintel-pt-insn-decoder.h46 enum intel_pt_insn_op op; member
Dinsn.c216 insn_byte_t op; in insn_get_opcode() local
/tools/power/cpupower/utils/helpers/
Dhelpers.h165 static inline unsigned int cpuid_eax(unsigned int op) { return 0; }; in cpuid_eax()
166 static inline unsigned int cpuid_ebx(unsigned int op) { return 0; }; in cpuid_ebx()
167 static inline unsigned int cpuid_ecx(unsigned int op) { return 0; }; in cpuid_ecx()
168 static inline unsigned int cpuid_edx(unsigned int op) { return 0; }; in cpuid_edx()
/tools/build/feature/
Dtest-dwarf_getlocations.c8 Dwarf_Op *op; in main() local
/tools/perf/trace/beauty/
Dflock.c22 int printed = 0, op = arg->val; in syscall_arg__scnprintf_flock() local
Dseccomp.c10 int op = arg->val; in syscall_arg__scnprintf_seccomp_op() local
Dfutex_op.c29 int op = arg->val; in syscall_arg__scnprintf_futex_op() local
/tools/perf/util/
Dbpf-loader.c824 bpf_map_op__delete(struct bpf_map_op *op) in bpf_map_op__delete()
855 bpf_map_op_setkey(struct bpf_map_op *op, struct parse_events_term *term) in bpf_map_op_setkey()
879 struct bpf_map_op *op; in bpf_map_op__new() local
898 bpf_map_op__clone(struct bpf_map_op *op) in bpf_map_op__clone()
950 bpf_map__add_op(struct bpf_map *map, struct bpf_map_op *op) in bpf_map__add_op()
981 struct bpf_map_op *op; in bpf_map__add_newop() local
1000 struct bpf_map_op *op; in __bpf_map__config_value() local
1063 struct bpf_map_op *op; in __bpf_map__config_event() local
1257 struct bpf_map_op *op) in foreach_key_array_all()
1277 struct bpf_map_op *op) in foreach_key_array_ranges()
[all …]
Dstrfilter.c61 static struct strfilter_node *strfilter_node__alloc(const char *op, in strfilter_node__alloc()
Ddebug.c107 static void trace_event_printer(enum binary_printer_ops op, in trace_event_printer()
/tools/lib/traceevent/
Dplugin_xen.c103 static const char *xen_hypercall_name(unsigned op) in xen_hypercall_name()
115 unsigned int op = args[0]; in process_xen_hypercall_name() local
Devent-plugin.c61 static int update_option_value(struct pevent_plugin_option *op, const char *val) in update_option_value()
114 struct pevent_plugin_option *op; in traceevent_plugin_list_options() local
168 struct trace_plugin_options *op; in update_option() local
Dparse-filter.c461 add_right(struct filter_arg *op, struct filter_arg *arg, char *error_str) in add_right()
635 static enum pevent_errno add_left(struct filter_arg *op, struct filter_arg *arg) in add_left()
2075 char *op = NULL; in op_to_str() local
2192 char *op; in exp_to_str() local
2249 char *op = NULL; in num_to_str() local
2297 char *op = NULL; in str_to_str() local
/tools/perf/tests/
Devsel-roundtrip-name.c10 int type, op, err = 0, ret = 0, i, idx; in perf_evsel__roundtrip_cache_name_test() local
/tools/perf/arch/x86/util/
Dheader.c10 cpuid(unsigned int op, unsigned int *a, unsigned int *b, unsigned int *c, in cpuid()
/tools/hv/
Dhv_vss_daemon.c148 int op; in main() local
Dhv_kvp_daemon.c872 kvp_get_ip_info(int family, char *if_name, int op, in kvp_get_ip_info()
1363 int op; in main() local
/tools/perf/scripts/python/
Dfutex-contention.py25 nr, uaddr, op, val, utime, uaddr2, val3): argument
/tools/perf/bench/
Dfutex.h35 #define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \ argument
/tools/perf/arch/x86/tests/
Dinsn-x86.c97 int op, branch; in test_data_item() local
/tools/objtool/arch/x86/insn/
Dinsn.c216 insn_byte_t op; in insn_get_opcode() local
/tools/testing/selftests/futex/include/
Dfutextest.h74 #define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \ argument
/tools/testing/selftests/powerpc/benchmarks/
Dcontext_switch.c240 static long sys_futex(void *addr1, int op, int val1, struct timespec *timeout, in sys_futex()

12