Home
last modified time | relevance | path

Searched refs:ep (Results 1 – 2 of 2) sorted by relevance

/kernel/trace/
Dtrace_eprobe.c41 struct trace_eprobe *ep; member
46 static void trace_event_probe_cleanup(struct trace_eprobe *ep) in trace_event_probe_cleanup() argument
48 if (!ep) in trace_event_probe_cleanup()
50 trace_probe_cleanup(&ep->tp); in trace_event_probe_cleanup()
51 kfree(ep->event_name); in trace_event_probe_cleanup()
52 kfree(ep->event_system); in trace_event_probe_cleanup()
53 if (ep->event) in trace_event_probe_cleanup()
54 trace_event_put_ref(ep->event); in trace_event_probe_cleanup()
55 kfree(ep->filter_str); in trace_event_probe_cleanup()
56 kfree(ep); in trace_event_probe_cleanup()
[all …]
/kernel/debug/kdb/
Dkdb_main.c251 char **ep = __env; in kdbgetenv() local
256 char *e = *ep++; in kdbgetenv()
292 char *ep = NULL; in kdballocenv() local
295 ep = &envbuffer[envbufsize]; in kdballocenv()
298 return ep; in kdballocenv()
313 char *ep; in kdbgetulenv() local
315 ep = kdbgetenv(match); in kdbgetulenv()
316 if (!ep) in kdbgetulenv()
318 if (strlen(ep) == 0) in kdbgetulenv()
321 *value = simple_strtoul(ep, NULL, 0); in kdbgetulenv()
[all …]