Home
last modified time | relevance | path

Searched refs:in_lock_functions (Results 1 – 13 of 13) sorted by relevance

/linux-6.14.4/arch/arm/kernel/
Dtime.c48 if (!in_lock_functions(regs->ARM_pc)) in profile_pc()
56 } while (in_lock_functions(frame.pc)); in profile_pc()
/linux-6.14.4/arch/arm64/kernel/
Dtime.c39 if (in_lock_functions(pc)) in profile_pc_cb()
/linux-6.14.4/arch/xtensa/include/asm/
Dptrace.h97 in_lock_functions(instruction_pointer(regs)) ? \
/linux-6.14.4/kernel/locking/
Dspinlock.c407 notrace int in_lock_functions(unsigned long addr) in in_lock_functions() function
415 EXPORT_SYMBOL(in_lock_functions);
/linux-6.14.4/include/linux/
Dspinlock_api_up.h17 #define in_lock_functions(ADDR) 0 macro
Dspinlock_api_smp.h18 int in_lock_functions(unsigned long addr);
Dftrace.h1089 if (!in_lock_functions(addr)) in get_lock_parent_ip()
1092 if (!in_lock_functions(addr)) in get_lock_parent_ip()
/linux-6.14.4/arch/parisc/kernel/
Dtime.c110 if (in_lock_functions(pc)) in profile_pc()
/linux-6.14.4/arch/sparc/kernel/
Dtime_32.c74 if (in_lock_functions(pc) || in profile_pc()
Dtime_64.c62 if (in_lock_functions(pc)) in profile_pc()
/linux-6.14.4/arch/powerpc/kernel/
Dtime.c413 if (in_lock_functions(pc)) in profile_pc()
/linux-6.14.4/tools/perf/Documentation/
Dperf-intel-pt.txt1954 uname 30805 [000] 24001.058784629: ([kernel.kallsyms]) in_lock_functions
1958 uname 30805 [000] 24001.058784838: ([kernel.kallsyms]) in_lock_functions
/linux-6.14.4/kernel/sched/
Dcore.c8459 return in_lock_functions(addr) || in in_sched_functions()