Paran Lee

Results 66 comments of Paran Lee

I thought it would be very useful to write a script to view CPU register information, and I'll work on that feature if it needs to be enhanced.

I've also rebased @honggyukim branch and test the rust plugin works well! ``` $ uftrace record -S scripts/simple_rs.so --no-libcall tests/t-abc uftrace_begin called scripts/simple_rs.so uftrace_entry called with name: main uftrace_entry called...

@namhyung Is there an option to adjust the execution time or value range of the histogram to be constant or exponentially increasing? ``` $ uftrace record ... $ uftrace hist...

This issue appears to be an x86 only issue at this time. Below is the result without patched on arm64 laptop. ```bash $ uname -a Linux fedora 6.10.0-0.rc7.58.fc41.aarch64 #1 SMP...

Thank you @namhyung, based on [c7e105](https://github.com/namhyung/uftrace/commit/c7e10536dfe4f286690892293eb6cf01ab102e2a), I'll check `libpthread` in older versions of libc to see if the `pthread_exit` function's implementation has changed. I've checked the issue in the `libpthread`...

``` $ ./configure uftrace detected system features: ... prefix: /usr/local ... libelf: [ on ] - more flexible ELF data handling ... libdw: [ on ] - DWARF debug info...