Searched defs:perf_probe_event (Results 1 – 1 of 1) sorted by relevance
67 struct perf_probe_event { struct68 char *event; /* Event name */69 char *group; /* Group name */70 struct perf_probe_point point; /* Probe point */71 int nargs; /* Number of arguments */72 struct perf_probe_arg *args; /* Arguments */