Searched refs:cmp_pid (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/tools/perf/ |
D | builtin-sched.c | 173 struct list_head sort_list, cmp_pid; member 876 __thread_latency_insert(&sched->atom_root, atoms, &sched->cmp_pid); in thread_atoms_insert() 987 out_events = thread_atoms_search(&sched->atom_root, sched_out, &sched->cmp_pid); in latency_switch_event() 991 out_events = thread_atoms_search(&sched->atom_root, sched_out, &sched->cmp_pid); in latency_switch_event() 1000 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid); in latency_switch_event() 1004 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid); in latency_switch_event() 1032 struct work_atoms *atoms = thread_atoms_search(&sched->atom_root, thread, &sched->cmp_pid); in latency_runtime_event() 1043 atoms = thread_atoms_search(&sched->atom_root, thread, &sched->cmp_pid); in latency_runtime_event() 1074 atoms = thread_atoms_search(&sched->atom_root, wakee, &sched->cmp_pid); in latency_wakeup_event() 1078 atoms = thread_atoms_search(&sched->atom_root, wakee, &sched->cmp_pid); in latency_wakeup_event() [all …]
|
/linux-4.4.14/kernel/trace/ |
D | trace_events.c | 474 static int cmp_pid(const void *key, const void *elt) in cmp_pid() function 503 cmp_pid); in check_ignore_pid() 1693 sort(pid_list->pids, pid_list->nr_pids, sizeof(pid_t), cmp_pid, NULL); in ftrace_event_pid_write()
|