1 /* 2 * Context.xs. XS interfaces for perf script. 3 * 4 * Copyright (C) 2009 Tom Zanussi <tzanussi@gma 5 * 6 * This program is free software; you can red 7 * it under the terms of the GNU General Publ 8 * the Free Software Foundation; either versi 9 * (at your option) any later version. 10 * 11 * This program is distributed in the hope th 12 * but WITHOUT ANY WARRANTY; without even the 13 * MERCHANTABILITY or FITNESS FOR A PARTICULA 14 * GNU General Public License for more detail 15 * 16 * You should have received a copy of the GNU 17 * along with this program; if not, write to 18 * Foundation, Inc., 59 Temple Place, Suite 3 19 * 20 */ 21 22 #include "EXTERN.h" 23 #include "perl.h" 24 #include "XSUB.h" 25 #include "../../../perf.h" 26 #include "../../../util/trace-event.h" 27 28 MODULE = Perf::Trace::Context PACKAG 29 PROTOTYPES: ENABLE 30 31 int 32 common_pc(context) 33 struct scripting_context * context 34 35 int 36 common_flags(context) 37 struct scripting_context * context 38 39 int 40 common_lock_depth(context) 41 struct scripting_context * context 42
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.