Home
last modified time | relevance | path

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

/Linux-v4.19/tools/lib/traceevent/
Dplugin_sched_switch.c64 tep_register_comm(field->event->pevent, comm, pid); in write_and_save_comm()
Devent-parse.h621 int tep_register_comm(struct tep_handle *pevent, const char *comm, int pid);
Devent-parse.c285 int tep_register_comm(struct tep_handle *pevent, const char *comm, int pid) in tep_register_comm() function
/Linux-v4.19/tools/perf/util/
Dtrace-event-parse.c175 tep_register_comm(pevent, comm, pid); in parse_saved_cmdline()