Searched refs:bp_type_idx (Results 1 – 2 of 2) sorted by relevance
/linux/kernel/events/ |
H A D | hw_breakpoint.c | 62 static struct bp_cpuinfo *get_bp_info(int cpu, enum bp_type_idx type) in get_bp_info() 186 bp_slots_histogram_alloc(struct bp_slots_histogram *hist, enum bp_type_idx type) in bp_slots_histogram_alloc() 249 bp_slots_histogram_max(struct bp_slots_histogram *hist, enum bp_type_idx type) in bp_slots_histogram_max() 266 enum bp_type_idx type) in bp_slots_histogram_max_merge() 291 static inline enum bp_type_idx find_slot_idx(u64 bp_type) in find_slot_idx() 302 static unsigned int max_task_bp_pinned(int cpu, enum bp_type_idx type) in max_task_bp_pinned() 322 static int task_bp_pinned(int cpu, struct perf_event *bp, enum bp_type_idx type) in task_bp_pinned() 370 max_bp_pinned_slots(struct perf_event *bp, enum bp_type_idx type) in max_bp_pinned_slots() 409 toggle_bp_slot(struct perf_event *bp, bool enable, enum bp_type_idx type, int weight) in toggle_bp_slot() 574 enum bp_type_idx type; in __reserve_bp_slot() [all …]
|
/linux/include/linux/ |
H A D | hw_breakpoint.h | 10 enum bp_type_idx { enum
|