Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/
Dbuiltin-sched.c3124 const char *comm = thread__comm_str(data->thread), *this_comm; in __merge_work_atoms() local
3133 this_comm = thread__comm_str(this->thread); in __merge_work_atoms()
3134 cmp = strcmp(comm, this_comm); in __merge_work_atoms()