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