Paran Lee

Results 66 comments of Paran Lee

@honggyukim, Can you guide me on which path(procfs or sysfs) to check? ```sh ~/uftrace$ git grep perf_event_paranoid .github/workflows/nightly-test.yml: sudo sh -c "echo 1 > /proc/sys/kernel/perf_event_paranoid" .github/workflows/on-demand-test.yml: sudo sh -c "echo...

found `/proc`/, `/sys/` ``` ~/uftrace$ git grep "/proc" .github/workflows/nightly-test.yml: sudo sh -c "echo 1 > /proc/sys/kernel/perf_event_paranoid" .github/workflows/nightly-test.yml: sudo sh -c "echo 0 > /proc/sys/kernel/kptr_restrict" .github/workflows/on-demand-test.yml: sudo sh -c "echo 1...

Mermaid Live Editor - https://mermaid.live/edit ```mermaid graph TD A[misc/docker/**/Dockerfile] -->|Get Linux distribution Image| B(Linux distribution) B --> |Build Essential Package| C[git clone uftrace] C --> |Install Dependency| D[Build & unit...

After `build command`, first `prerun command` task hunged. ```bash paran@ubuntu:~/uftrace/tests$ ./runtest.py -vdp -O0 151 Start 1 tests without worker pool Compiler gc cl Test case pg pg ------------------------: O0 O0...

Hello, @namhyung. I tested `uftrace` compile on WSL2 with clang 10. ``` ~/uftrace$ clang --version clang version 10.0.0-4ubuntu1 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin ~/uftrace$ uname -a Linux DESKTOP-NK4TH6S...