is_exit           999 tools/perf/builtin-trace.c 	bool		    is_exit;
is_exit          1549 tools/perf/builtin-trace.c 	sc->is_exit = !strcmp(name, "exit_group") || !strcmp(name, "exit");
is_exit          1997 tools/perf/builtin-trace.c 	if (sc->is_exit) {