Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Dannotate.h365 struct arch **parch);
369 struct arch **parch);
Dannotate.c2303 struct annotation_options *options, struct arch **parch) in symbol__annotate() argument
2325 if (parch) in symbol__annotate()
2326 *parch = arch; in symbol__annotate()
3243 struct annotation_options *options, struct arch **parch) in symbol__annotate2() argument
3257 err = symbol__annotate(ms, evsel, options, parch); in symbol__annotate2()