Roy Jacobson

Results 48 comments of Roy Jacobson

Huh. So I remembered I was a bit confused it. I do set `"displayTimeUnit": "ns"` in the [JSON ](https://github.com/royjacobson/externis/blob/main/docs/example_trace.json) but the standard says it doesn't matter. [Perfetto](https://github.com/google/perfetto/issues/106) however used to...

Fixed! Thanks for using externis :)

This is weird. Did you compile the plugin using the same compiler that you try to use it with? Could you post the output of `ldd /usr/lib/gcc/x86_64-linux-gnu/11/plugin/externis.so`?

Ok, I think I understand the issue - ``` root@d42820f69d52:/lib# grep _Z14decl_as_stringP9tree_nodei -R grep: gcc/x86_64-linux-gnu/11/plugin/externis.so: binary file matches grep: gcc/x86_64-linux-gnu/11/cc1plus: binary file matches ``` It seems that the symbol is...

I didn't hook into the DAG directly but I validate that the change in rules was detected using timestamps + different results. About how to validate that it's actually the...

Hi @johanneskoester, is there anything I could help with to move this PR forward? Thanks!