Home
last modified time | relevance | path

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

/samples/markers/
Dprobe-example.c28 const char *mystr; in probe_subsystem_event() local
32 mystr = va_arg(*args, typeof(mystr)); in probe_subsystem_event()
35 printk(KERN_INFO "Value %u, string %s\n", value, mystr); in probe_subsystem_event()