Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dannotate.h360 struct arch **parch);
364 struct arch **parch);
Dannotate.c2206 struct annotation_options *options, struct arch **parch) in symbol__annotate() argument
2228 if (parch) in symbol__annotate()
2229 *parch = arch; in symbol__annotate()
3129 struct annotation_options *options, struct arch **parch) in symbol__annotate2() argument
3143 err = symbol__annotate(ms, evsel, options, parch); in symbol__annotate2()