Home
last modified time | relevance | path

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

/tools/perf/util/
Dunwind-libunwind.c13 struct unwind_libunwind_ops *ops) in unwind__register_ops()
23 struct unwind_libunwind_ops *ops = local_unwind_libunwind_ops; in unwind__prepare_access() local
Dannotate.c98 static int arch__associate_ins_ops(struct arch* arch, const char *name, struct ins_ops *ops) in arch__associate_ins_ops()
156 static void ins__delete(struct ins_operands *ops) in ins__delete()
167 struct ins_operands *ops) in ins__raw_scnprintf()
173 struct ins_operands *ops) in ins__scnprintf()
189 static int call__parse(struct arch *arch, struct ins_operands *ops, struct map *map) in call__parse()
231 struct ins_operands *ops) in call__scnprintf()
252 static int jump__parse(struct arch *arch __maybe_unused, struct ins_operands *ops, struct map *map … in jump__parse()
283 struct ins_operands *ops) in jump__scnprintf()
345 static int lock__parse(struct arch *arch, struct ins_operands *ops, struct map *map) in lock__parse()
371 struct ins_operands *ops) in lock__scnprintf()
[all …]
Dannotate.h19 struct ins_ops *ops; member
39 struct ins_operands *ops; member
70 struct ins_operands ops; member
Dhist.c461 struct hist_entry_ops *ops = template->ops; in hist_entry__new() local
586 struct hist_entry_ops *ops) in __hists__add_entry()
637 struct hist_entry_ops *ops, in hists__add_entry_ops()
1126 struct hist_entry_ops *ops = he->ops; in hist_entry__delete() local
Dkvm-stat.h108 struct kvm_events_ops *ops; member
Dsort.h143 struct hist_entry_ops *ops; member
Dhist.h117 const struct hist_iter_ops *ops; member
/tools/perf/arch/s390/annotate/
Dinstructions.c4 struct ins_ops *ops = NULL; in s390__associate_ins_ops() local
/tools/perf/arch/powerpc/annotate/
Dinstructions.c5 struct ins_ops *ops; in powerpc__associate_instruction_ops() local
/tools/perf/bench/
Dfutex-hash.c48 unsigned long ops; member
70 unsigned long ops = w->ops; /* avoid cacheline bouncing */ in workerfn() local
Dfutex-lock-pi.c27 unsigned long ops; member
80 unsigned long ops = w->ops; in workerfn() local
/tools/perf/arch/arm64/annotate/
Dinstructions.c13 struct ins_ops *ops; in arm64__associate_instruction_ops() local
/tools/perf/arch/arm/annotate/
Dinstructions.c13 struct ins_ops *ops; in arm__associate_instruction_ops() local
/tools/usb/usbip/libsrc/
Dusbip_host_common.h55 struct usbip_host_driver_ops ops; member
/tools/perf/arch/powerpc/util/
Dskip-callchain-idx.c50 Dwarf_Op *ops = &dummy; in check_return_reg() local
/tools/testing/nvdimm/test/
Diomap.c53 struct iomap_ops *ops; in __get_nfit_res() local
377 struct iomap_ops *ops; in __wrap_acpi_evaluate_dsm() local
/tools/perf/
Dbuiltin-script.c1867 struct scripting_ops *ops; member
1874 struct scripting_ops *ops) in script_spec__new()
1901 int script_spec_register(const char *spec, struct scripting_ops *ops) in script_spec_register()
/tools/vm/
Dslabinfo.c417 static void ops(struct slabinfo *s) in ops() function