Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/
Dbuiltin-sched.c880 thread_atoms_search(struct rb_root *root, struct thread *thread, in thread_atoms_search() function
1051 out_events = thread_atoms_search(&atom_root, sched_out, &cmp_pid); in latency_switch_event()
1054 out_events = thread_atoms_search(&atom_root, sched_out, &cmp_pid); in latency_switch_event()
1060 in_events = thread_atoms_search(&atom_root, sched_in, &cmp_pid); in latency_switch_event()
1063 in_events = thread_atoms_search(&atom_root, sched_in, &cmp_pid); in latency_switch_event()
1084 struct work_atoms *atoms = thread_atoms_search(&atom_root, thread, &cmp_pid); in latency_runtime_event()
1089 atoms = thread_atoms_search(&atom_root, thread, &cmp_pid); in latency_runtime_event()
1115 atoms = thread_atoms_search(&atom_root, wakee, &cmp_pid); in latency_wakeup_event()
1118 atoms = thread_atoms_search(&atom_root, wakee, &cmp_pid); in latency_wakeup_event()
1165 atoms = thread_atoms_search(&atom_root, migrant, &cmp_pid); in latency_migrate_task_event()
[all …]