Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-timechart.c966 struct per_pid *new_list, *p, *cursor, *prev; in sort_pids() local
969 new_list = NULL; in sort_pids()
976 if (new_list == NULL) { in sort_pids()
977 new_list = p; in sort_pids()
982 cursor = new_list; in sort_pids()
993 p->next = new_list; in sort_pids()
994 new_list = p; in sort_pids()
1006 tchart->all_data = new_list; in sort_pids()
/tools/lib/bpf/
Dbtf.c2907 __u32 *new_list; in btf_dedup_hypot_map_add() local
2910 new_list = libbpf_reallocarray(d->hypot_list, d->hypot_cap, sizeof(__u32)); in btf_dedup_hypot_map_add()
2911 if (!new_list) in btf_dedup_hypot_map_add()
2913 d->hypot_list = new_list; in btf_dedup_hypot_map_add()