<div dir="ltr"><div dir="ltr"><div>Hi there, I'm a little new to lttng and tracing in general. I am using a Java Userspace agent, which is working well, but I am having trouble adding callstack context to my tracing channels. I'm not sure if it's relevant but running 'lttng add-context --list" shows callstack-user in the list.</div><div><br></div><div>the commands I input are:<br></div><div><br></div><div>lttng create <br></div><div>lttng enable-channel --userspace mychannel</div><div>lttng enable-event --userspace --all --channel mychannel<br></div><div>lttng add-context --userspace --channel mychannel --type callstack-user</div><div>>Error: callstack-user: UST invalid context</div><div><br></div><div>When I run the following command instead:<br></div><div>lttng add-context --userspace --channel mychannel --type vpid</div><div><br></div><div>I am able to get it to work and I see vpid appear in my traces. Are there any other things I need to set up first to be able to use it?</div><div><br></div><div>also, are there any commands that can list the per-domain contexts available?<i> </i><br></div></div></div>