Paran Lee
Paran Lee
We plan to add the existing markdown documentation(`uftrace.wiki.git`, `uftrace.git/tree/master/doc`) to the `uftrace.github.io` homepage as read the docs. (Like the [Linux kernel documentation](https://docs.kernel.org/)) Resources for reference are as follows. - Read...
I was curious about the debug options at compile time, so I looked into the gnu documentation. - https://stackoverflow.com/questions/668962/what-is-the-difference-between-gcc-ggdb-and-gcc-g ``` -g produces debugging information in the OS¹s native format (stabs,...
I think add uftrace riscv support like other architectures already implemented is futuristic fantasy. I am currently researching arm64 and riscv on the topic of architecture-dependent `mcount` implementation. and I...
Hello, i am paran lee. Remove features that disappeared a long time ago "master_initialize_node_metadata".
It would be good to modify the Docker file in the current misc/docker path. Make RPM - http://saule1508.github.io/build-rpm-with-docker/ Make DEB - https://github.com/tsaarni/docker-deb-builder
There are infering to improve the uftrace project codes from Facebook Infer. - https://fbinfer.com/docs/analyzing-apps-or-projects/#using-a-compilation-database **Install and static analyze process** ``` sudo apt -y install ocaml sqlite git clone https://github.com/facebook/infer cd...
151 recv_runcmd need result output. ``` 151 recv_runcmd : NG NG NG NG NG NG NG NG NG NG ``` x86_64 ```bash ~/uftrace/tests$ ./runtest.py -vdp 151 Start 1 tests without...
Add suse and Latest Distribution Dockerfile. `docker` build and run `uftrace` (#1552 )
x86_64 ```bash 062 arg_char : OK OK OK OK OK OK NG NG NG NG ``` ```bash ~/uftrace/tests$ ./runtest.py -vdp 062 Start 1 tests without worker pool Compiler gcc clang...
Add Docker files from Supported LTS to Latest LTS Linux distribution. Adds SUSE, Rocky Linux Docker build Supports.