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

/linux-master/tools/perf/
H A Dbuiltin-annotate.c67 const char *target_data_type; member in struct:perf_annotate
455 if (ann->target_data_type) {
459 if (strncmp(ann->target_data_type, "struct ", 7) &&
464 if (strncmp(ann->target_data_type, "union ", 6) &&
468 if (strcmp(ann->target_data_type, type_name))
677 ann->target_data_type = strdup(str);

Completed in 201 milliseconds