Dan Walkes
Dan Walkes
@ryancaicse send a pull request if you like
This thread is a bit dated but I wasn't able to get anything working with deepstream on tegra until I implemented https://github.com/RidgeRun/gst-shark/pull/110. Really useful tool, thanks for sharing!
Thanks @pauljherring do you want to create a pull request for this? Should probably check for kernel 5.15 and later based on https://github.com/torvalds/linux/commit/48eab831ae8b9f7002a533fa4235eed63ea1f1a3 See https://github.com/martinezjavier/ldd3/blob/bf49bb48ab3d16e81406953a0c3ae32a1faf534e/sbull/sbull.c#L93 for an example use of...
@graudtv please feel free to send a PR if you like. You should use `KERNEL_VERSION` to support previous kernels, a search of this macro will show some example usage.
Hi, Where did you find the -vxt-t argument recommendation? I think the problem is the [-x argument is a PID filter](https://sourceware.org/systemtap/man/stap.1.html) but you aren't specifying a PID. I wouldn't expect...
@markshao no, I didn't end up making any changes for this, sorry.
@markshao yes it has been a while since I wrote that comment but I believe that is all that is required to do it manually. This was just tracking a...
Hi @markshao - I haven't seen this before but a quick search of the [systemtap docs](https://sourceware.org/systemtap/langref/Components_SystemTap_script.html#SECTION00044000000000000000) hints that you may need to add an ``` /* unmangled */ ``` pragma...
Thanks for sharing this library! Any type of open source example implementation with driver and AF controller hooks implemented would be really useful if it exists.