Home
last modified time | relevance | path

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

/tools/perf/scripts/python/
A Dcompaction-times.py109 heads = {} variable in chead
121 head = cls.heads[pid]
126 head = cls.heads[pid] = chead(comm, pid, filtered)
133 head = cls.heads[pid]
142 head = cls.heads[pid]
152 for i in cls.heads:
153 yield cls.heads[i]
/tools/mm/
A Dthpmaps229 def thp_parse(vma, kpageflags, ranges, indexes, vfns, pfns, anons, heads):
252 folios = indexes[index_next:index_end][heads[index_next:index_end]]
312 def cont_parse(vma, order, ranges, anons, heads):
334 folio_boundary = heads[index_next+1:index_next+nr_cont].any()
407 heads = flags & KPF_COMPOUND_HEAD != 0
413 heads = heads[thps]
418 thpstats = thp_parse(vma, kpageflags, ranges, indexes, vfns, pfns, anons, heads)
419 contstats = [cont_parse(vma, order, ranges, anons, heads) for order in contorders]
/tools/lib/perf/include/internal/
A Devlist.h33 struct hlist_head heads[PERF_EVLIST__HLIST_SIZE]; member
/tools/lib/perf/
A Devlist.c316 hlist_add_head(&sid->node, &evlist->heads[hash]); in perf_evlist__id_hash()
324 INIT_HLIST_HEAD(&evlist->heads[i]); in perf_evlist__reset_id_hash()
/tools/perf/
A Dbuiltin-inject.c99 struct hlist_head heads[PERF_EVLIST__HLIST_SIZE]; member
1148 hlist_add_head(&guest_id->node, &gs->heads[hash]); in guest_session__map_id()
1207 head = &gs->heads[hash]; in guest_session__lookup_id()
1494 static void free_hlist(struct hlist_head *heads, size_t hlist_sz) in free_hlist() argument
1500 hlist_for_each_safe(pos, n, &heads[i]) { in free_hlist()
1511 free_hlist(gs->heads, PERF_EVLIST__HLIST_SIZE); in guest_session__exit()
/tools/perf/util/
A Devlist.c606 head = &evlist->core.heads[hash]; in evlist__id2sid()
689 head = &evlist->core.heads[hash]; in evlist__event2evsel()

Completed in 19 milliseconds