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.c192 char *dup_name, *colon; in tp_pmu__have_event() local
199 dup_name = strdup(name); in tp_pmu__have_event()
200 if (!dup_name) in tp_pmu__have_event()
203 colon = dup_name + (colon - name); in tp_pmu__have_event()
205 id = tp_pmu__id(dup_name, colon + 1); in tp_pmu__have_event()
206 free(dup_name); in tp_pmu__have_event()