Searched refs:tp_sys (Results 1 – 2 of 2) sorted by relevance
527 if (orig->tp_sys) { in evsel__clone()528 evsel->tp_sys = strdup(orig->tp_sys); in evsel__clone()529 if (evsel->tp_sys == NULL) in evsel__clone()597 evsel->tp_sys = strdup(sys); in evsel__newtp_idx()598 if (!evsel->tp_sys) in evsel__newtp_idx()623 zfree(&evsel->tp_sys); in evsel__newtp_idx()642 if (!evsel->tp_sys) in evsel__tp_format()645 tp_format = trace_event__tp_format(evsel->tp_sys, evsel->tp_name); in evsel__tp_format()1670 zfree(&evsel->tp_sys); in evsel__exit()
63 char *tp_sys; member
Completed in 11 milliseconds