1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 13 hours ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update doc/tutorial.md More... over 10 years ago
fix possible segmentation fault without symbol More... over 10 years ago
sdt: replace "stapsdt" to just "sdt" More... over 10 years ago
scripts: add test script for stapsdt probes More... over 10 years ago
stapsdt: initial support for probing sdt notes. More... over 10 years ago
symbol: add helpers for sdt probes. More... over 10 years ago
symbol: add elf_section_by_name() helper (based on linux/perf/symbol-elf.c) More... over 10 years ago
Add COPYRIGHT file in top-level directory More... over 10 years ago
add sample script: scripts/userspace/malloc_size_hist.kp More... over 10 years ago
add sample script: scripts/userspace/malloc_free.kp More... over 10 years ago
minor fix uprobe symbol resloving More... over 10 years ago
use symbol names instead of hard-coded addresses for uprobe examples More... over 10 years ago
add new symbol module to search symbols in DSO (for uprobes) More... over 10 years ago
Remove trailing spaces More... over 10 years ago
fix prefix matching bug for kernel symbol reading
houqp
as Qingping Hou
More... over 10 years ago
fix performance regression in test/bench/test.sh More... over 10 years ago
ktap v0.3 released More... over 10 years ago
type rename More... over 10 years ago
add testcase for sort_pairs built-in function More... over 10 years ago
use sort_pairs in stack_profile.kp More... over 10 years ago
introduce sort_pairs for ordered table iteration More... over 10 years ago
Add token '`' to support kernel symbol read More... over 10 years ago
add sample script scripts/syscalls/execve.kp More... over 10 years ago
fix compiler warning More... over 10 years ago
some code cleanup in ktap_types.h More... over 10 years ago
generate ktap number by strtoul in compiler More... over 10 years ago
fix color block process of tetris script More... over 10 years ago
add kernel_string(addr) built-in function More... over 10 years ago
minor cleanup ktap_assert macro More... over 10 years ago
remove redundant macro ttisnil More... over 10 years ago