• Adam Jensen's avatar
    Add uprobe/uretprobe wildcard matching (#281) · 35b88a83
    Adam Jensen authored
    * Add BPFtrace::extract_func_symbols_from_path function
    
    * Refactor to add find_wildcard_matches overload that takes an istream
    
    * Prepare find_wildcard_matches usage for u(ret)probe types
    
    * Add support for wildcard matches with uprobe and uretprobe types
    
    * Update add_probes_uprobe_wildcard test
    
    * Add test for uprobe wildcard match
    
    * Mention uprobe wildcard in readme
    
    * Add uprobe support to codegen
    
    * Clean up whitespace
    
    * Add TODO comment to remove objdump dependency
    35b88a83
bpftrace.cpp 20.4 KB