Searched refs:sys_name (Results 1 – 1 of 1) sorted by relevance
197 const char *sys_name; in alloc_event_probe() local203 sys_name = event->class->system; in alloc_event_probe()215 ep->event_system = kstrdup(sys_name, GFP_KERNEL); in alloc_event_probe()981 const char *sys_event = NULL, *sys_name = NULL; in __trace_eprobe_create() local1006 ret = traceprobe_parse_event_name(&sys_event, &sys_name, buf2, 0); in __trace_eprobe_create()1007 if (ret || !sys_event || !sys_name) { in __trace_eprobe_create()1027 event_call = find_and_get_event(sys_name, sys_event); in __trace_eprobe_create()