Searched refs:op_entry (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/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 | 144 *op_cpu_buffer_write_reserve(struct op_entry *entry, unsigned long size) in op_cpu_buffer_write_reserve() 158 int op_cpu_buffer_write_commit(struct op_entry *entry) in op_cpu_buffer_write_commit() 163 struct op_sample *op_cpu_buffer_read_entry(struct op_entry *entry, int cpu) in op_cpu_buffer_read_entry() 187 struct op_entry entry; in op_add_code() 240 struct op_entry entry; in op_add_sample() 357 oprofile_write_reserve(struct op_entry *entry, struct pt_regs * const regs, in oprofile_write_reserve() 386 int oprofile_add_data(struct op_entry *entry, unsigned long val) in oprofile_add_data() 393 int oprofile_add_data64(struct op_entry *entry, u64 val) in oprofile_add_data64() 408 int oprofile_write_commit(struct op_entry *entry) in oprofile_write_commit()
|
D | buffer_sync.c | 331 static void add_data(struct op_entry *entry, struct mm_struct *mm) in add_data() 505 struct op_entry entry; in sync_buffer()
|
/Linux-v5.4/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-v5.4/arch/x86/oprofile/ |
D | op_model_amd.c | 136 struct op_entry entry; in op_amd_handle_ibs()
|