OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_c_varname
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/util/
probe-finder.h
12
static inline int
is_c_varname
(const char *name)
function
probe-event.c
860
if (!
is_c_varname
(str) || !tmp) {
964
is_c_varname
(pev->args[i].var) && pev->point.retprobe) {
985
if (
is_c_varname
(pev->args[i].var))
[
all
...]
probe-finder.c
1146
if (!
is_c_varname
(pf->pvar->var)) {
[
all
...]
Completed in 328 milliseconds