Home
last modified time | relevance | path

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

/external/libtraceevent/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_);
46 The *tep_data_comm_from_pid()* function returns the process name for a given
76 *tep_data_comm_from_pid()* function returns the process name as string, or the
109 const char *comm = tep_data_comm_from_pid(tep, ls_pid);
Dlibtraceevent.txt142 const char pass:[*]*tep_data_comm_from_pid*(struct tep_handle pass:[*]_tep_, int _pid_);
/external/trace-cmd/python/
Dtracecmd.py83 return tep_data_comm_from_pid(self._pevent, self.pid)
/external/libtraceevent/include/traceevent/
Devent-parse.h551 const char *tep_data_comm_from_pid(struct tep_handle *tep, int pid);
/external/trace-cmd/tracecmd/
Dtrace-hist.c922 tep_data_comm_from_pid(pevent, pid), in print_chains()
Dtrace-profile.c2020 comm = tep_data_comm_from_pid(h->pevent, task->pid); in output_task()
/external/libtraceevent/src/
Dparse-filter.c1536 comm = tep_data_comm_from_pid(event->tep, pid); in get_comm()
Devent-parse.c6864 const char *tep_data_comm_from_pid(struct tep_handle *tep, int pid) in tep_data_comm_from_pid() function