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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
thread.h 36 int thread__set_comm(struct thread *self, const char *comm);
thread.c 34 int thread__set_comm(struct thread *self, const char *comm) function
machine.c 43 thread__set_comm(thread, comm);
326 if (thread == NULL || thread__set_comm(thread, event->comm.comm)) {
    [all...]
session.c 1120 if (thread == NULL || thread__set_comm(thread, "swapper")) {
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
hists_link.c 96 thread__set_comm(thread, fake_threads[i].comm);

Completed in 115 milliseconds