newSVuv            92 tools/perf/util/scripting-engines/trace-event-perl.c 	XPUSHs(sv_2mortal(newSVuv(value)));
newSVuv           150 tools/perf/util/scripting-engines/trace-event-perl.c 	XPUSHs(sv_2mortal(newSVuv(value)));
newSVuv           292 tools/perf/util/scripting-engines/trace-event-perl.c 		if (!hv_stores(elem, "ip", newSVuv(node->ip))) {
newSVuv           303 tools/perf/util/scripting-engines/trace-event-perl.c 			if (!hv_stores(sym, "start",   newSVuv(node->sym->start)) ||
newSVuv           304 tools/perf/util/scripting-engines/trace-event-perl.c 			    !hv_stores(sym, "end",     newSVuv(node->sym->end)) ||
newSVuv           305 tools/perf/util/scripting-engines/trace-event-perl.c 			    !hv_stores(sym, "binding", newSVuv(node->sym->binding)) ||
newSVuv           383 tools/perf/util/scripting-engines/trace-event-perl.c 	XPUSHs(sv_2mortal(newSVuv(cpu)));
newSVuv           384 tools/perf/util/scripting-engines/trace-event-perl.c 	XPUSHs(sv_2mortal(newSVuv(s)));
newSVuv           385 tools/perf/util/scripting-engines/trace-event-perl.c 	XPUSHs(sv_2mortal(newSVuv(ns)));
newSVuv           407 tools/perf/util/scripting-engines/trace-event-perl.c 				XPUSHs(sv_2mortal(newSVuv(val)));
newSVuv           419 tools/perf/util/scripting-engines/trace-event-perl.c 		XPUSHs(sv_2mortal(newSVuv(cpu)));
newSVuv           420 tools/perf/util/scripting-engines/trace-event-perl.c 		XPUSHs(sv_2mortal(newSVuv(nsecs)));