Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-annotate.c68 const char *target_data_type; member
457 if (ann->target_data_type) { in hists__find_annotations()
461 if (strncmp(ann->target_data_type, "struct ", 7) && in hists__find_annotations()
466 if (strncmp(ann->target_data_type, "union ", 6) && in hists__find_annotations()
470 if (strcmp(ann->target_data_type, type_name)) in hists__find_annotations()
689 ann->target_data_type = strdup(str); in parse_data_type()