Home
last modified time | relevance | path

Searched refs:tep_register_comm (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A Dlibtraceevent-commands.txt6 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);
H A Dlibtraceevent.txt117 int *tep_register_comm*(struct tep_handle pass:[*]_tep_, const char pass:[*]_comm_, int _pid_);
/OK3568_Linux_fs/kernel/tools/lib/traceevent/plugins/
H A Dplugin_sched_switch.c50 tep_register_comm(field->event->tep, comm, pid); in write_and_save_comm()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dtrace-event-parse.c160 tep_register_comm(pevent, comm, pid); in parse_saved_cmdline()
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Devent-parse.h440 int tep_register_comm(struct tep_handle *tep, const char *comm, int pid);
H A Devent-parse.c366 int tep_register_comm(struct tep_handle *tep, const char *comm, int pid) in tep_register_comm() function