Searched refs:dup_name (Results 1 – 1 of 1) sorted by relevance
194 char *dup_name, *colon; in tp_pmu__have_event() local201 dup_name = strdup(name); in tp_pmu__have_event()202 if (!dup_name) in tp_pmu__have_event()205 colon = dup_name + (colon - name); in tp_pmu__have_event()207 id = tp_pmu__id(dup_name, colon + 1); in tp_pmu__have_event()208 free(dup_name); in tp_pmu__have_event()