Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-annotate.c791 OPT_BOOLEAN(0, "code-with-type", &annotate_opts.code_with_type, in cmd_annotate()
918 } else if (annotate_opts.code_with_type) { in cmd_annotate()
/linux-6.15/tools/perf/util/
H A Dannotate.h58 code_with_type, member
H A Dannotate.c850 if (opts->code_with_type && apd->dbg) { in annotation_line__print()