Searched refs:tp_sys (Results 1 – 2 of 2) sorted by relevance
524 if (orig->tp_sys) { in evsel__clone()525 evsel->tp_sys = strdup(orig->tp_sys); in evsel__clone()526 if (evsel->tp_sys == NULL) in evsel__clone()612 evsel->tp_sys = strdup(sys); in evsel__newtp_idx()613 if (!evsel->tp_sys) in evsel__newtp_idx()638 zfree(&evsel->tp_sys); in evsel__newtp_idx()657 if (!evsel->tp_sys) in evsel__tp_format()660 tp_format = trace_event__tp_format(evsel->tp_sys, evsel->tp_name); in evsel__tp_format()1672 zfree(&evsel->tp_sys); in evsel__exit()
62 char *tp_sys; member