Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dactions.c184 if (strtoi(token + 4, &signal)) in actions_parse()
189 else if (strtoi(token + 4, &pid)) in actions_parse()
H A Dutils.h86 __attribute__((__warn_unused_result__)) int strtoi(const char *s, int *res);
H A Dutils.c362 if (strtoi(proc_entry->d_name, &pid)) { in set_comm_sched_attr()
1017 int strtoi(const char *s, int *res) in strtoi() function