hv_stores 292 tools/perf/util/scripting-engines/trace-event-perl.c if (!hv_stores(elem, "ip", newSVuv(node->ip))) { hv_stores 303 tools/perf/util/scripting-engines/trace-event-perl.c if (!hv_stores(sym, "start", newSVuv(node->sym->start)) || hv_stores 304 tools/perf/util/scripting-engines/trace-event-perl.c !hv_stores(sym, "end", newSVuv(node->sym->end)) || hv_stores 305 tools/perf/util/scripting-engines/trace-event-perl.c !hv_stores(sym, "binding", newSVuv(node->sym->binding)) || hv_stores 306 tools/perf/util/scripting-engines/trace-event-perl.c !hv_stores(sym, "name", newSVpvn(node->sym->name, hv_stores 308 tools/perf/util/scripting-engines/trace-event-perl.c !hv_stores(elem, "sym", newRV_noinc((SV*)sym))) { hv_stores 324 tools/perf/util/scripting-engines/trace-event-perl.c if (!hv_stores(elem, "dso", newSVpv(dsoname,0))) {