is_c_func_name 1292 tools/perf/util/probe-event.c else if (is_c_func_name(name))/* We reuse it for checking funcname */ is_c_func_name 1313 tools/perf/util/probe-event.c if (!pev->sdt && !is_c_func_name(*arg)) is_c_func_name 1326 tools/perf/util/probe-event.c if (!pev->sdt && !is_c_func_name(pev->event)) { is_c_func_name 2651 tools/perf/util/probe-event.c if (ret >= 0 && !is_c_func_name(buf)) {