Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-report.c935 struct thread_list *task_a = list_entry(la, struct thread_list, list); in task_list_cmp()
936 struct thread_list *task_b = list_entry(lb, struct thread_list, list); in task_list_cmp()
1028 struct thread_list *task; in tasks_print()
Dbuiltin-trace.c4729 struct thread_list *a = list_entry(la, struct thread_list, list);
4730 struct thread_list *b = list_entry(lb, struct thread_list, list);
4749 struct thread_list *pos;
/tools/perf/util/
Dmachine.h287 struct thread_list { struct
Dmachine.c3016 struct thread_list *entry = malloc(sizeof(*entry)); in thread_list_cb()
3033 struct thread_list *pos, *next; in thread_list__delete()