Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Devent.c94 char *tgids = bf + 5; in perf_event__synthesize_comm() local
95 while (*tgids && isspace(*tgids)) in perf_event__synthesize_comm()
96 ++tgids; in perf_event__synthesize_comm()
97 tgid = event->comm.pid = atoi(tgids); in perf_event__synthesize_comm()