Home
last modified time | relevance | path

Searched refs:tep_cmdline_pid (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 -
21 int *tep_cmdline_pid*(struct tep_handle pass:[*]_pevent_, struct cmdline pass:[*]_cmdline_);
117 pid = tep_cmdline_pid(tep, cmd);
Dlibtraceevent.txt120 int *tep_cmdline_pid*(struct tep_handle pass:[*]_tep_, struct cmdline pass:[*]_cmdline_);
/linux-6.1.9/tools/lib/traceevent/
Devent-parse.h542 int tep_cmdline_pid(struct tep_handle *tep, struct tep_cmdline *cmdline);
Devent-parse.c5986 int tep_cmdline_pid(struct tep_handle *tep, struct tep_cmdline *cmdline) in tep_cmdline_pid() function