Home
last modified time | relevance | path

Searched refs:pstop (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/s390/kernel/
H A Dperf_cpum_cf.c543 static void cfdiag_diffctrset(u64 *pstart, u64 *pstop, int counters) in cfdiag_diffctrset() argument
545 for (; --counters >= 0; ++pstart, ++pstop) in cfdiag_diffctrset()
546 if (*pstop >= *pstart) in cfdiag_diffctrset()
547 *pstop -= *pstart; in cfdiag_diffctrset()
549 *pstop = *pstart - *pstop + 1; in cfdiag_diffctrset()
/linux-6.15/drivers/hwtracing/coresight/
H A DMakefile28 coresight-cfg-preload.o coresight-cfg-afdo.o coresight-cfg-pstop.o \