Searched refs:op_entry (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/oprofile/ |
D | cpu_buffer.h | 39 struct op_entry; 78 *op_cpu_buffer_write_reserve(struct op_entry *entry, unsigned long size); 79 int op_cpu_buffer_write_commit(struct op_entry *entry); 80 struct op_sample *op_cpu_buffer_read_entry(struct op_entry *entry, int cpu); 85 int op_cpu_buffer_add_data(struct op_entry *entry, unsigned long val) in op_cpu_buffer_add_data() 97 int op_cpu_buffer_get_size(struct op_entry *entry) in op_cpu_buffer_get_size() 104 int op_cpu_buffer_get_data(struct op_entry *entry, unsigned long *val) in op_cpu_buffer_get_data()
|
D | cpu_buffer.c | 142 *op_cpu_buffer_write_reserve(struct op_entry *entry, unsigned long size) in op_cpu_buffer_write_reserve() 156 int op_cpu_buffer_write_commit(struct op_entry *entry) in op_cpu_buffer_write_commit() 161 struct op_sample *op_cpu_buffer_read_entry(struct op_entry *entry, int cpu) in op_cpu_buffer_read_entry() 185 struct op_entry entry; in op_add_code() 238 struct op_entry entry; in op_add_sample() 355 oprofile_write_reserve(struct op_entry *entry, struct pt_regs * const regs, in oprofile_write_reserve() 384 int oprofile_add_data(struct op_entry *entry, unsigned long val) in oprofile_add_data() 391 int oprofile_add_data64(struct op_entry *entry, u64 val) in oprofile_add_data64() 406 int oprofile_write_commit(struct op_entry *entry) in oprofile_write_commit()
|
D | buffer_sync.c | 329 static void add_data(struct op_entry *entry, struct mm_struct *mm) in add_data() 503 struct op_entry entry; in sync_buffer()
|
/linux-4.4.14/include/linux/ |
D | oprofile.h | 182 struct op_entry { struct 189 void oprofile_write_reserve(struct op_entry *entry, argument 192 int oprofile_add_data(struct op_entry *entry, unsigned long val); 193 int oprofile_add_data64(struct op_entry *entry, u64 val); 194 int oprofile_write_commit(struct op_entry *entry);
|
/linux-4.4.14/arch/x86/oprofile/ |
D | op_model_amd.c | 137 struct op_entry entry; in op_amd_handle_ibs()
|