Home
last modified time | relevance | path

Searched refs:RETVAL (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/tools/perf/scripts/perl/Perf-Trace-Util/
DContext.c43 int RETVAL; in XS() local
46 RETVAL = common_pc(context); in XS()
47 XSprePUSH; PUSHi((IV)RETVAL); in XS()
66 int RETVAL; in XS() local
69 RETVAL = common_flags(context); in XS()
70 XSprePUSH; PUSHi((IV)RETVAL); in XS()
89 int RETVAL; in XS() local
92 RETVAL = common_lock_depth(context); in XS()
93 XSprePUSH; PUSHi((IV)RETVAL); in XS()