/tools/arch/x86/include/asm/ |
D | rmwcc.h | 16 #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/ |
D | intel-pt-insn-decoder.c | 34 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()
|
D | intel-pt-insn-decoder.h | 46 enum intel_pt_insn_op op; member
|
D | insn.c | 216 insn_byte_t op; in insn_get_opcode() local
|
/tools/power/cpupower/utils/helpers/ |
D | helpers.h | 165 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/ |
D | test-dwarf_getlocations.c | 8 Dwarf_Op *op; in main() local
|
/tools/perf/trace/beauty/ |
D | flock.c | 22 int printed = 0, op = arg->val; in syscall_arg__scnprintf_flock() local
|
D | seccomp.c | 10 int op = arg->val; in syscall_arg__scnprintf_seccomp_op() local
|
D | futex_op.c | 29 int op = arg->val; in syscall_arg__scnprintf_futex_op() local
|
/tools/perf/util/ |
D | bpf-loader.c | 824 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 …]
|
D | strfilter.c | 61 static struct strfilter_node *strfilter_node__alloc(const char *op, in strfilter_node__alloc()
|
D | debug.c | 107 static void trace_event_printer(enum binary_printer_ops op, in trace_event_printer()
|
/tools/lib/traceevent/ |
D | plugin_xen.c | 103 static const char *xen_hypercall_name(unsigned op) in xen_hypercall_name() 115 unsigned int op = args[0]; in process_xen_hypercall_name() local
|
D | event-plugin.c | 61 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
|
D | parse-filter.c | 461 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/ |
D | evsel-roundtrip-name.c | 10 int type, op, err = 0, ret = 0, i, idx; in perf_evsel__roundtrip_cache_name_test() local
|
/tools/perf/arch/x86/util/ |
D | header.c | 10 cpuid(unsigned int op, unsigned int *a, unsigned int *b, unsigned int *c, in cpuid()
|
/tools/hv/ |
D | hv_vss_daemon.c | 148 int op; in main() local
|
D | hv_kvp_daemon.c | 872 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/ |
D | futex-contention.py | 25 nr, uaddr, op, val, utime, uaddr2, val3): argument
|
/tools/perf/bench/ |
D | futex.h | 35 #define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \ argument
|
/tools/perf/arch/x86/tests/ |
D | insn-x86.c | 97 int op, branch; in test_data_item() local
|
/tools/objtool/arch/x86/insn/ |
D | insn.c | 216 insn_byte_t op; in insn_get_opcode() local
|
/tools/testing/selftests/futex/include/ |
D | futextest.h | 74 #define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \ argument
|
/tools/testing/selftests/powerpc/benchmarks/ |
D | context_switch.c | 240 static long sys_futex(void *addr1, int op, int val1, struct timespec *timeout, in sys_futex()
|