Searched refs:tep_register_comm (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/tools/lib/traceevent/Documentation/ |
| D | libtraceevent-commands.txt | 6 tep_register_comm, tep_override_comm, tep_pid_is_registered, 16 int *tep_register_comm*(struct tep_handle pass:[*]_tep_, const char pass:[*]_comm_, int _pid_); 98 ret = tep_register_comm(tep, "ls", ls_pid);
|
| D | libtraceevent.txt | 117 int *tep_register_comm*(struct tep_handle pass:[*]_tep_, const char pass:[*]_comm_, int _pid_);
|
| /Linux-v5.4/tools/lib/traceevent/plugins/ |
| D | plugin_sched_switch.c | 65 tep_register_comm(field->event->tep, comm, pid); in write_and_save_comm()
|
| /Linux-v5.4/tools/perf/util/ |
| D | trace-event-parse.c | 160 tep_register_comm(pevent, comm, pid); in parse_saved_cmdline()
|
| /Linux-v5.4/tools/lib/traceevent/ |
| D | event-parse.h | 436 int tep_register_comm(struct tep_handle *tep, const char *comm, int pid);
|
| D | event-parse.c | 372 int tep_register_comm(struct tep_handle *tep, const char *comm, int pid) in tep_register_comm() function
|