-
I've tested a few examples to better understand compiler assists for instrument code generation.
**T1. `-pg` with no-optimization**
```
$ clang -pg s-abc.c
$ uftrace a.out
# DURATION TID …
-
With #14258 merged, Bake can finally be tried out in canary builds (usage guide at end of issue). However, it is missing many features and testing that make it currently unsuitible for production-grad…
-
In a few OpenCensus implementations, span events and stats recording events are treated as entries in a ring buffer. Currently if the buffer is full, producers will be blocked. In large-scale systems …
-
Can we detect in the initialization of the OMPT-tool, whether the application is built with TSan or not?
If that would be possible, we could avoid to register the callbacks and remove the potential …
-
Amazon AWS EC2 medium (2 cores, 4GB ram)
Every couple of hours the server stops responding.
restarting it via ssh helps. (sudo sandstorm restart)
log:
https://nopaste.nl/2OojNPmszB
-
### Question
I want to symbolically execute a binary calling the following `strlen` definition from https://musl.libc.org/:
```C
#include
#include
#include
#define ALIGN (sizeof(size_t))
…
-
Hi,
I'm working with remote computer (jasper-westgrid). when I run CISM, cism_driver ice_sheet.config, under a job script, I see an issue like this:
[kam1967@jasper jobs]$ cism_driver ice_sheet.conf…
-
**Describe the bug**
Trying to attach uprobe to application functions. Issue occurred when client trying to instrument application failed to inject or attach probe to certain functions.
Same…
-
It will be good, if JSILc will have some additional option for assembly - translate only used types and option to translate only some types (instead of assembly now).
In that case we can specify start…
-
hi,
i am using this awesome library and everything was ok. but now it doesn't work.
this is my logcat error message:
`FATAL EXCEPTION: main
Pro…