Skip to content

Commit

Permalink
Update README.md to fix insn
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 authored Nov 14, 2023
1 parent e465bb5 commit 08726fd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ see [documents/how-it-works.md](https://github.com/eunomia-bpf/bpftime/tree/mast

How is the performance of `userspace uprobe` compared to `kernel uprobes`?

| Probe/Tracepoint Types | Kernel (ns) | Userspace (ns) | Insn Count |
|------------------------|-------------:|---------------:|---------------:|
| Uprobe | 3224.172760 | 314.569110 | 4 |
| Uretprobe | 3996.799580 | 381.270270 | 2 |
| Syscall Tracepoint | 151.82801 | 232.57691 | 4 |
| Embedding runtime | Not avaliable | 110.008430 | 4 |
| Probe/Tracepoint Types | Kernel (ns) | Userspace (ns) |
|------------------------|-------------:|---------------:|
| Uprobe | 3224.172760 | 314.569110 |
| Uretprobe | 3996.799580 | 381.270270 |
| Syscall Tracepoint | 151.82801 | 232.57691 |
| Embedding runtime | Not avaliable | 110.008430 |

It can be attached to functions in running process just like the kernel uprobe does.

Expand Down

0 comments on commit 08726fd

Please sign in to comment.