HomeSort by relevance Sort by last modified time
    Searched refs:thread__set_comm (Results 1 - 4 of 4) sorted by null

  /external/linux-tools-perf/util/
thread.h 31 int thread__set_comm(struct thread *self, const char *comm);
thread.c 32 int thread__set_comm(struct thread *self, const char *comm) function
event.c 467 if (thread == NULL || thread__set_comm(thread, event->comm.comm)) {
session.c 865 if (thread == NULL || thread__set_comm(thread, "swapper")) {
    [all...]

Completed in 316 milliseconds