Searched defs:perf_probe_event (Results 1 – 1 of 1) sorted by relevance
82 struct perf_probe_event { struct83 char *event; /* Event name */84 char *group; /* Group name */85 struct perf_probe_point point; /* Probe point */86 int nargs; /* Number of arguments */87 bool uprobes; /* Uprobe event flag */88 char *target; /* Target binary */89 struct perf_probe_arg *args; /* Arguments */90 struct probe_trace_event *tevs;91 int ntevs;