tracer

v0.1.0

  • Pages
  • Modules

    tracer v0.1.0 Tracer.Clause

    Manages a Probe’s clause

    Link to this section Summary

    Functions

    add_matcher(clause, matcher)
    apply(clause, not_remove \\ true)
    filter(clause, list)
    get_desc(clause)
    get_flags(clause)
    get_mfa(clause)
    get_trace_cmd(clause, not_remove \\ true)
    get_type(clause)
    matches(clause)
    new()
    put_fun(clause, fun)
    put_mfa(clause, m \\ :_, f \\ :_, a \\ :_)
    set_desc(clause, desc)
    set_flags(clause, flags)
    valid?(clause)
    valid_flags?(flags)

    Link to this section Functions

    Link to this function add_matcher(clause, matcher)
    Link to this function apply(clause, not_remove \\ true)
    Link to this function filter(clause, list)
    Link to this function get_desc(clause)
    Link to this function get_flags(clause)
    Link to this function get_mfa(clause)
    Link to this function get_trace_cmd(clause, not_remove \\ true)
    Link to this function get_type(clause)
    Link to this function matches(clause)
    Link to this function new()
    Link to this function put_fun(clause, fun)
    Link to this function put_mfa(clause, m \\ :_, f \\ :_, a \\ :_)
    Link to this function set_desc(clause, desc)
    Link to this function set_flags(clause, flags)
    Link to this function valid?(clause)
    Link to this function valid_flags?(flags)

    Built using ExDoc (v0.16.3), designed by Friedel Ziegelmayer.