Searched refs:rep (Results 176 - 181 of 181) sorted by path

12345678

/linux-master/tools/arch/x86/lib/
H A Dmemcpy_64.S27 * The 'rep movsb' itself is small enough to replace the call, but the
37 rep movsb
H A Dmemset_64.S26 * The 'rep stosb' itself is small enough to replace the call, but all
37 rep stosb
/linux-master/tools/perf/
H A Dbuiltin-report.c125 struct report *rep = cb; local
134 rep->min_percent = pcnt;
143 return perf_config_u64(&rep->queue_size, var, value);
155 rep->skip_empty = perf_config_bool(var, value);
168 struct report *rep = arg; local
175 if (!ui__has_annotation() && !rep->symbol_ipc && !rep->data_type)
186 } else if (rep->mem_mode) {
211 struct report *rep = arg; local
217 branch_type_count(&rep
243 struct report *rep = container_of(session->tool, struct report, tool); local
271 struct report *rep = container_of(tool, struct report, tool); local
347 struct report *rep = container_of(tool, struct report, tool); local
365 report__setup_sample_type(struct report *rep) argument
472 hists__fprintf_nr_sample_events(struct hists *hists, struct report *rep, const char *evname, FILE *fp) argument
537 evlist__tui_block_hists_browse(struct evlist *evlist, struct report *rep) argument
553 evlist__tty_browse_hists(struct evlist *evlist, struct report *rep, const char *help) argument
603 report__warn_kptr_restrict(const struct report *rep) argument
632 report__gtk_browse_hists(struct report *rep, const char *help) argument
647 report__browse_hists(struct report *rep) argument
691 report__collapse_hists(struct report *rep) argument
741 struct report *rep = arg; local
753 report__output_resort(struct report *rep) argument
784 struct report *rep = container_of(tool, struct report, tool); local
799 stats_setup(struct report *rep) argument
808 stats_print(struct report *rep) argument
817 tasks_setup(struct report *rep) argument
1006 tasks_print(struct report *rep, FILE *fp) argument
1027 __cmd_report(struct report *rep) argument
1230 struct report *rep = opt->value; local
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_vlan_bridge_1q.sh97 ip route rep 192.0.2.130/32 dev br1.555
98 ip -6 route rep 2001:db8:2::2/128 dev br1.555
/linux-master/tools/testing/selftests/net/netfilter/
H A Daudit_logread.c28 int audit_recv(int fd, struct audit_message *rep) argument
35 ret = recvfrom(fd, rep, sizeof(*rep), 0,
42 rep->nlh.nlmsg_type == NLMSG_ERROR) /* short-cut for now */
81 struct audit_message rep = { 0 }; local
88 ret = audit_recv(fd, &rep);
96 struct audit_message rep = { 0 }; local
97 int ret = audit_recv(fd, &rep);
104 if (rep.nlh.nlmsg_type != AUDIT_NETFILTER_CFG)
108 strtok(rep
[all...]
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py1996 rep = None
1999 rep = self.nlm_request(
2006 return rep
2054 rep = vpl.info(iface.ifname, ifindex)
2055 if rep is not None:
2059 rep.get_attr("OVS_VPORT_ATTR_PORT_NO"),
2060 rep.get_attr("OVS_VPORT_ATTR_NAME"),
2061 OvsVport.type_to_str(rep.get_attr("OVS_VPORT_ATTR_TYPE")),
2158 rep = None
2160 rep
[all...]

Completed in 350 milliseconds

12345678