Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Duprobes.h77 HPROBE_STABLE, /* refcounted uprobe */ enumerator
/linux-6.15/kernel/events/
H A Duprobes.c707 hprobe->state = uprobe ? HPROBE_STABLE : HPROBE_GONE; in hprobe_init_stable()
726 case HPROBE_STABLE: in hprobe_consume()
748 case HPROBE_STABLE: in hprobe_finalize()
792 case HPROBE_STABLE: in hprobe_expire()
816 if (try_cmpxchg(&hprobe->state, &hstate, uprobe ? HPROBE_STABLE : HPROBE_GONE)) { in hprobe_expire()