Searched refs:this_comm (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-sched.c3118 const char *comm = thread__comm_str(data->thread), *this_comm; local
3127 this_comm = thread__comm_str(this->thread);
3128 cmp = strcmp(comm, this_comm);

Completed in 297 milliseconds