Home
last modified time | relevance | path

Searched refs:tep_data_pid_from_comm (Results 1 – 4 of 4) 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 -
20 struct cmdline pass:[*]*tep_data_pid_from_comm*(struct tep_handle pass:[*]_pevent_, const char pass…
115 struct cmdline *cmd = tep_data_pid_from_comm(tep, "ls", NULL);
119 cmd = tep_data_pid_from_comm(tep, "ls", cmd);
Dlibtraceevent.txt116 …struct cmdline pass:[*]*tep_data_pid_from_comm*(struct tep_handle pass:[*]_tep_, const char pass:[…
/linux-6.1.9/tools/lib/traceevent/
Devent-parse.h540 struct tep_cmdline *tep_data_pid_from_comm(struct tep_handle *tep, const char *comm,
Devent-parse.c5943 struct tep_cmdline *tep_data_pid_from_comm(struct tep_handle *tep, const char *comm, in tep_data_pid_from_comm() function