Skip to content

Make extensible #60

@adsr

Description

@adsr

This was @krakjoe 's idea.

I think we have a head start on this as the tracing code is already decoupled with the event handling code. See:

phpspy/phpspy.c

Line 262 in e9927c8

context.event_handler = event_handler_fout; /* TODO set based on option */

int event_handler_fout(struct trace_context_s *context, int event_type) {

Maybe we write an event_lua.c that is end-user scriptable?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions