Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dfprobe.c499 static int fprobe_graph_active;
512 if (!fprobe_graph_active) { in fprobe_graph_add_ips()
519 fprobe_graph_active++; in fprobe_graph_add_ips()
528 fprobe_graph_active--; in fprobe_graph_remove_ips()
530 if (!fprobe_graph_active) in fprobe_graph_remove_ips()
501 static int fprobe_graph_active; global() variable