Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 25) 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.c15 static void unwind__register_ops(struct maps *maps, struct unwind_libunwind_ops *ops) in unwind__register_ops()
24 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()
324 static inline const char *validate_comma(const char *c, struct ins_operands *ops) in validate_comma()
335 static int jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in jump__parse()
416 struct ins_operands *ops, int max_ins_name) in jump__scnprintf()
485 static int lock__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in lock__parse()
[all …]
Dannotate.h29 struct ins_ops *ops; member
53 struct ins_operands *ops; member
153 struct ins_operands ops; member
Dkvm-stat.h111 struct kvm_events_ops *ops; member
Dhist.c539 struct hist_entry_ops *ops = template->ops; in hist_entry__new() local
696 struct hist_entry_ops *ops) in __hists__add_entry()
756 struct hist_entry_ops *ops, in hists__add_entry_ops()
1288 struct hist_entry_ops *ops = he->ops; in hist_entry__delete() local
Dsort.h151 struct hist_entry_ops *ops; member
Dhist.h127 const struct hist_iter_ops *ops; member
Devlist.c895 struct perf_evlist_mmap_ops ops = { in evlist__mmap_ex() local
/tools/perf/arch/csky/annotate/
Dinstructions.c9 struct ins_ops *ops = NULL; in csky__associate_ins_ops() local
/tools/perf/arch/powerpc/annotate/
Dinstructions.c7 struct ins_ops *ops; in powerpc__associate_instruction_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
82 unsigned long ops = w->ops; in workerfn() local
Depoll-wait.c122 unsigned long ops; member
187 unsigned long ops = w->ops; in workerfn() local
Depoll-ctl.c70 unsigned long ops[EPOLL_NR_OPS]; member
/tools/lib/perf/
Devlist.c419 mmap_per_evsel(struct perf_evlist *evlist, struct perf_evlist_mmap_ops *ops, in mmap_per_evsel()
503 mmap_per_thread(struct perf_evlist *evlist, struct perf_evlist_mmap_ops *ops, in mmap_per_thread()
529 mmap_per_cpu(struct perf_evlist *evlist, struct perf_evlist_mmap_ops *ops, in mmap_per_cpu()
569 struct perf_evlist_mmap_ops *ops, in perf_evlist__mmap_ops()
601 struct perf_evlist_mmap_ops ops = { in perf_evlist__mmap() 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/usb/usbip/libsrc/
Dusbip_host_common.h43 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.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.c2547 struct scripting_ops *ops; member
2554 struct scripting_ops *ops) in script_spec__new()
2581 int script_spec_register(const char *spec, struct scripting_ops *ops) in script_spec_register()
/tools/vm/
Dslabinfo.c448 static void ops(struct slabinfo *s) in ops() function