Home
last modified time | relevance | path

Searched refs:has_annotation (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-annotate.c210 static bool has_annotation(struct perf_annotate *ann) in has_annotation() function
223 if ((!ann->has_br_stack || !has_annotation(ann)) && in evsel__add_sample()
247 if (ann->has_br_stack && has_annotation(ann)) in evsel__add_sample()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-annotate.c223 static bool has_annotation(struct perf_annotate *ann) in has_annotation() function
236 if ((!ann->has_br_stack || !has_annotation(ann)) && in evsel__add_sample()
261 if (ann->has_br_stack && has_annotation(ann)) in evsel__add_sample()

Completed in 3 milliseconds