Home
last modified time | relevance | path

Searched refs:annotation__trylock (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dannotate.h355 bool annotation__trylock(struct annotation *notes) EXCLUSIVE_TRYLOCK_FUNCTION(true, *notes);
H A Dannotate.c643 bool annotation__trylock(struct annotation *notes) in annotation__trylock() function
/linux-6.15/tools/perf/
H A Dbuiltin-top.c214 if (!annotation__trylock(notes)) in perf_top__record_precise_ip()