From 204b456c7c08bc40ffe1f21575461d92a544e92b Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 9 Mar 2005 21:30:05 +0000 Subject: Initial runtime checkin. --- runtime/docs/html/MAP-example.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 runtime/docs/html/MAP-example.html (limited to 'runtime/docs/html/MAP-example.html') diff --git a/runtime/docs/html/MAP-example.html b/runtime/docs/html/MAP-example.html new file mode 100644 index 00000000..45e6a3c3 --- /dev/null +++ b/runtime/docs/html/MAP-example.html @@ -0,0 +1,17 @@ + + +SystemTap: SystemTap Runtime Library + + +
Intro | Functions | Defines | Enumerations | Enumeration Values
+ + +

MAP

arglist ;

+int inst_do_execve (char * filename, char __user *__user *argv, char __user *__user *envp, struct pt_regs * regs) { struct map_node_str *ptr;

+_stp_copy_argv_from_user (arglist, argv);

+foreach (arglist, ptr) printk ("%s ", ptr->str); printk ("\n");

+


Generated on Wed Mar 9 03:32:10 2005 for SystemTap by  + +doxygen 1.3.9.1
+ + -- cgit