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

/linux-master/tools/perf/
H A Dbuiltin-annotate.c65 const char *target_data_type; member in struct:perf_annotate
523 if (ann->target_data_type) {
527 if (strncmp(ann->target_data_type, "struct ", 7) &&
532 if (strncmp(ann->target_data_type, "union ", 6) &&
536 if (strcmp(ann->target_data_type, type_name))
713 ann->target_data_type = strdup(str);

Completed in 117 milliseconds