<div dir="ltr">Hi,<br><br>I am trying to probe a user space binary:<div><br></div><div><div>probe process(&quot;/usr/sbin/bconfig&quot;).function(&quot;parse_line&quot;)</div><div>{</div><div>        print(&quot;PARSE_LINE\n&quot;)</div><div>        printf(&quot;Arguments: CP: %s]\n&quot;, $cp)</div><div>        print(&quot;-----------------------------\n&quot;)</div><div>}<br></div></div><div><br></div><div>Here cp is a char* argument passed to parse_line. Which I need to print.<br><br><div>However I get the following error:<br>semantic error: unresolved target-symbol expression: identifier &#39;$cp&#39; at utrace.stp:7:33</div><div>        source:         printf(&quot;Arguments: CP: %s]\n&quot;, $cp)</div><div><br>How can I print parameters passed to function, I am able to do this in kernel space.<br><br></div><div>Thanks</div><div><br></div><br><br></div></div>