Home
last modified time | relevance | path

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

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