Searched refs:tep_data_comm_from_pid (Results 1 – 8 of 8) sorted by relevance
/external/libtraceevent/Documentation/ |
D | libtraceevent-commands.txt | 7 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);
|
D | libtraceevent.txt | 142 const char pass:[*]*tep_data_comm_from_pid*(struct tep_handle pass:[*]_tep_, int _pid_);
|
/external/trace-cmd/python/ |
D | tracecmd.py | 83 return tep_data_comm_from_pid(self._pevent, self.pid)
|
/external/libtraceevent/include/traceevent/ |
D | event-parse.h | 551 const char *tep_data_comm_from_pid(struct tep_handle *tep, int pid);
|
/external/trace-cmd/tracecmd/ |
D | trace-hist.c | 922 tep_data_comm_from_pid(pevent, pid), in print_chains()
|
D | trace-profile.c | 2020 comm = tep_data_comm_from_pid(h->pevent, task->pid); in output_task()
|
/external/libtraceevent/src/ |
D | parse-filter.c | 1536 comm = tep_data_comm_from_pid(event->tep, pid); in get_comm()
|
D | event-parse.c | 6864 const char *tep_data_comm_from_pid(struct tep_handle *tep, int pid) in tep_data_comm_from_pid() function
|