Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/traceevent/Documentation/
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) {
Dlibtraceevent.txt119 bool *tep_is_pid_registered*(struct tep_handle pass:[*]_tep_, int _pid_);
/linux-6.1.9/tools/lib/traceevent/
Devent-parse.h447 bool tep_is_pid_registered(struct tep_handle *tep, int pid);
Devent-parse.c222 bool tep_is_pid_registered(struct tep_handle *tep, int pid) in tep_is_pid_registered() function