Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtp_pmu.c194 char *dup_name, *colon; in tp_pmu__have_event() local
201 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()