Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Dannotate.h307 bool annotation__trylock(struct annotation *notes) EXCLUSIVE_TRYLOCK_FUNCTION(true, *notes);
Dannotate.c1346 bool annotation__trylock(struct annotation *notes) in annotation__trylock() function
/linux-6.6.21/tools/perf/
Dbuiltin-top.c214 if (!annotation__trylock(notes)) in perf_top__record_precise_ip()