# strlen_count Trace strlen() and print a frequency count of strings. # For Linux, uses BCC, eBPF. Embedded C. # Written as a basic example of BCC and uprobes. # Also see strlensnoop.
# strlen_hist_ifunc.py Histogram of system-wide strlen return values. # This can be used instead of strlen_hist.py if strlen is indirect function.