Home
last modified time | relevance | path

Searched refs:tep_data_comm_from_pid (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/tools/lib/traceevent/Documentation/
Dlibtraceevent-commands.txt7 tep_data_comm_from_pid, tep_data_pid_from_comm, tep_cmdline_pid -
19 const char pass:[*]*tep_data_comm_from_pid*(struct tep_handle pass:[*]_pevent_, int _pid_);
109 const char *comm = tep_data_comm_from_pid(tep, ls_pid);
Dlibtraceevent.txt115 const char pass:[*]*tep_data_comm_from_pid*(struct tep_handle pass:[*]_tep_, int _pid_);
/linux-6.1.9/tools/lib/traceevent/
Devent-parse.h538 const char *tep_data_comm_from_pid(struct tep_handle *tep, int pid);
Dparse-filter.c1534 comm = tep_data_comm_from_pid(event->tep, pid); in get_comm()
Devent-parse.c5906 const char *tep_data_comm_from_pid(struct tep_handle *tep, int pid) in tep_data_comm_from_pid() function