Searched defs:perf_probe_event (Results 1 – 1 of 1) sorted by relevance
94 struct perf_probe_event { struct95 char *event; /* Event name */96 char *group; /* Group name */97 struct perf_probe_point point; /* Probe point */98 int nargs; /* Number of arguments */99 bool sdt; /* SDT/cached event flag */100 bool uprobes; /* Uprobe event flag */101 char *target; /* Target binary */102 struct perf_probe_arg *args; /* Arguments */103 struct probe_trace_event *tevs;[all …]