Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/events/
Dhw_breakpoint.c42 struct bp_slots_histogram { struct
57 struct bp_slots_histogram tsk_pinned; argument
68 static struct bp_slots_histogram cpu_pinned[TYPE_MAX];
70 static struct bp_slots_histogram tsk_pinned_all[TYPE_MAX];
186 bp_slots_histogram_alloc(struct bp_slots_histogram *hist, enum bp_type_idx type) in bp_slots_histogram_alloc()
192 static __init void bp_slots_histogram_free(struct bp_slots_histogram *hist) in bp_slots_histogram_free()
237 bp_slots_histogram_add(struct bp_slots_histogram *hist, int old, int val) in bp_slots_histogram_add()
249 bp_slots_histogram_max(struct bp_slots_histogram *hist, enum bp_type_idx type) in bp_slots_histogram_max()
265 bp_slots_histogram_max_merge(struct bp_slots_histogram *hist1, struct bp_slots_histogram *hist2, in bp_slots_histogram_max_merge()
304 struct bp_slots_histogram *tsk_pinned = &get_bp_info(cpu, type)->tsk_pinned; in max_task_bp_pinned()