Home
last modified time | relevance | path

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

/tools/perf/arch/s390/annotate/
Dinstructions.c4 static int s390_call__parse(struct arch *arch, struct ins_operands *ops, in s390_call__parse()
57 struct ins_operands *ops, in s390_mov__parse()
111 struct ins_ops *ops = NULL; in s390__associate_ins_ops() local
/tools/perf/arch/arm64/annotate/
Dinstructions.c13 struct ins_operands *ops, in arm64_mov__parse()
72 struct ins_ops *ops; in arm64__associate_instruction_ops() local
/tools/perf/util/
Dunwind-libunwind.c16 struct unwind_libunwind_ops *ops) in unwind__register_ops()
26 struct unwind_libunwind_ops *ops = local_unwind_libunwind_ops; in unwind__prepare_access() local
Dannotate.c131 static int arch__associate_ins_ops(struct arch* arch, const char *name, struct ins_ops *ops) in arch__associate_ins_ops()
207 static void ins__delete(struct ins_operands *ops) in ins__delete()
218 struct ins_operands *ops, int max_ins_name) in ins__raw_scnprintf()
224 struct ins_operands *ops, int max_ins_name) in ins__scnprintf()
240 static int call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in call__parse()
293 struct ins_operands *ops, int max_ins_name) in call__scnprintf()
321 static inline const char *validate_comma(const char *c, struct ins_operands *ops) in validate_comma()
329 static int jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in jump__parse()
408 struct ins_operands *ops, int max_ins_name) in jump__scnprintf()
477 static int lock__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in lock__parse()
[all …]
Dannotate.h28 struct ins_ops *ops; member
51 struct ins_operands *ops; member
151 struct ins_operands ops; member
Dkvm-stat.h111 struct kvm_events_ops *ops; member
Dhist.c524 struct hist_entry_ops *ops = template->ops; in hist_entry__new() local
681 struct hist_entry_ops *ops) in __hists__add_entry()
739 struct hist_entry_ops *ops, in hists__add_entry_ops()
1241 struct hist_entry_ops *ops = he->ops; in hist_entry__delete() local
Dsort.h146 struct hist_entry_ops *ops; member
Dhist.h126 const struct hist_iter_ops *ops; member
/tools/perf/arch/csky/annotate/
Dinstructions.c9 struct ins_ops *ops = NULL; in csky__associate_ins_ops() local
/tools/perf/bench/
Dfutex-hash.c50 unsigned long ops; member
72 unsigned long ops = w->ops; /* avoid cacheline bouncing */ in workerfn() local
Dfutex-lock-pi.c30 unsigned long ops; member
83 unsigned long ops = w->ops; in workerfn() local
Depoll-wait.c123 unsigned long ops; member
188 unsigned long ops = w->ops; in workerfn() local
Depoll-ctl.c71 unsigned long ops[EPOLL_NR_OPS]; member
/tools/perf/arch/powerpc/annotate/
Dinstructions.c7 struct ins_ops *ops; in powerpc__associate_instruction_ops() local
/tools/perf/arch/sparc/annotate/
Dinstructions.c122 struct ins_ops *ops = NULL; in sparc__associate_instruction_ops() local
/tools/perf/arch/arm/annotate/
Dinstructions.c16 struct ins_ops *ops; in arm__associate_instruction_ops() local
/tools/perf/arch/powerpc/util/
Dskip-callchain-idx.c50 Dwarf_Op *ops = &dummy; in check_return_reg() local
/tools/usb/usbip/libsrc/
Dusbip_host_common.h43 struct usbip_host_driver_ops ops; member
/tools/testing/nvdimm/test/
Diomap.c45 struct iomap_ops *ops; in __get_nfit_res() local
417 struct iomap_ops *ops; in __wrap_acpi_evaluate_dsm() local
/tools/perf/ui/browsers/
Dannotate.c102 struct annotation_write_ops ops = { in annotate_browser__write() local
/tools/perf/
Dbuiltin-script.c2528 struct scripting_ops *ops; member
2535 struct scripting_ops *ops) in script_spec__new()
2562 int script_spec_register(const char *spec, struct scripting_ops *ops) in script_spec_register()
/tools/vm/
Dslabinfo.c426 static void ops(struct slabinfo *s) in ops() function