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