Searched defs:probe_trace_event (Results 1 – 2 of 2) sorted by relevance
55 struct probe_trace_event { struct56 char *event; /* Event name */57 char *group; /* Group name */58 struct probe_trace_point point; /* Trace point */59 int nargs; /* Number of args */60 bool uprobes; /* uprobes only */61 struct probe_trace_arg *args; /* Arguments */
56 struct probe_trace_event { struct57 char *event; /* Event name */58 char *group; /* Group name */59 struct probe_trace_point point; /* Trace point */60 int nargs; /* Number of args */61 bool uprobes; /* uprobes only */62 struct probe_trace_arg *args; /* Arguments */