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

/linux-master/kernel/events/
H A Dhw_breakpoint.c40 * bp_slots_histogram::count[N] is the number of assigned N+1 breakpoint slots.
42 struct bp_slots_histogram { struct
57 struct bp_slots_histogram tsk_pinned;
68 static struct bp_slots_histogram cpu_pinned[TYPE_MAX];
70 static struct bp_slots_histogram tsk_pinned_all[TYPE_MAX];
87 * (due to bp_slots_histogram::count being atomic, no update are lost).
186 bp_slots_histogram_alloc(struct bp_slots_histogram *hist, enum bp_type_idx type)
192 static __init void bp_slots_histogram_free(struct bp_slots_histogram *hist)
237 bp_slots_histogram_add(struct bp_slots_histogram *hist, int old, int val)
249 bp_slots_histogram_max(struct bp_slots_histogram *his
[all...]

Completed in 127 milliseconds