Searched refs:s_alloc (Results 1 – 2 of 2) sorted by relevance
214 struct alloc_stat *s_alloc, *s_caller; in perf_evsel__process_free_event() local216 s_alloc = search_alloc_stat(ptr, 0, &root_alloc_stat, ptr_cmp); in perf_evsel__process_free_event()217 if (!s_alloc) in perf_evsel__process_free_event()220 if ((short)sample->cpu != s_alloc->alloc_cpu) { in perf_evsel__process_free_event()221 s_alloc->pingpong++; in perf_evsel__process_free_event()223 s_caller = search_alloc_stat(0, s_alloc->call_site, in perf_evsel__process_free_event()229 s_alloc->alloc_cpu = -1; in perf_evsel__process_free_event()
5831 enum s_alloc { enum6093 static void __free_domain_allocs(struct s_data *d, enum s_alloc what, in __free_domain_allocs()6109 static enum s_alloc __visit_domain_allocation_hell(struct s_data *d, in __visit_domain_allocation_hell()6713 enum s_alloc alloc_state; in build_sched_domains()