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