Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/
Dbuiltin-sched.c148 static struct rb_root atom_root, sorted_atom_root; variable
938 __thread_latency_insert(&atom_root, atoms, &cmp_pid); in thread_atoms_insert()
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()
[all …]