Searched defs:perf_probe_event (Results 1 – 1 of 1) sorted by relevance
86 struct perf_probe_event { struct87 char *event; /* Event name */88 char *group; /* Group name */89 struct perf_probe_point point; /* Probe point */90 int nargs; /* Number of arguments */91 bool sdt; /* SDT/cached event flag */92 bool uprobes; /* Uprobe event flag */93 char *target; /* Target binary */94 struct perf_probe_arg *args; /* Arguments */95 struct probe_trace_event *tevs;[all …]