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