Searched defs:is_kernel (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/drivers/oprofile/ |
D | cpu_buffer.c | 185 int is_kernel, struct task_struct *task) in op_add_code() 263 unsigned long backtrace, int is_kernel, unsigned long event, in log_sample() 299 unsigned long event, int is_kernel, in __oprofile_add_ext_sample() 322 unsigned long event, int is_kernel, in oprofile_add_ext_hw_sample() 329 unsigned long event, int is_kernel) in oprofile_add_ext_sample() 336 int is_kernel; in oprofile_add_sample() local 361 int is_kernel = !user_mode(regs); in oprofile_write_reserve() local 415 void oprofile_add_pc(unsigned long pc, int is_kernel, unsigned long event) in oprofile_add_pc()
|
/linux-4.19.296/include/linux/ |
D | kallsyms.h | 40 static inline int is_kernel(unsigned long addr) in is_kernel() function
|