Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A Dlibtraceevent-commands.txt18 bool *tep_is_pid_registered*(struct tep_handle pass:[*]_tep_, int _pid_);
105 if (tep_is_pid_registered(tep, ls_pid) == 0) {
H A Dlibtraceevent.txt119 bool *tep_is_pid_registered*(struct tep_handle pass:[*]_tep_, int _pid_);
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Devent-parse.h446 bool tep_is_pid_registered(struct tep_handle *tep, int pid);
H A Devent-parse.c222 bool tep_is_pid_registered(struct tep_handle *tep, int pid) in tep_is_pid_registered() function