Searched refs:SV (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c259 static SV *perl_process_callchain(struct perf_sample *sample,
310 !hv_stores(elem, "sym", newRV_noinc((SV*)sym))) {
335 av_push(list, newRV_noinc((SV*)elem));
339 return newRV_noinc((SV*)list);
/linux-master/arch/powerpc/xmon/
H A Dppc-opc.c693 /* The SV field in a POWER SC form instruction. */
694 #define SV ESYNC + 1
699 #define TBR SV + 1
4144 {"svca", SC(17,1,0), SC_MASK, PWRCOM, PPCVLE, {SV}},
4145 {"svcla", SC(17,1,1), SC_MASK, POWER, PPCVLE, {SV}},
692 #define SV macro

Completed in 102 milliseconds